1 #import "AppDelegate.h" 2 #import "Book.h" 3 @interface AppDelegate () 4 @end 5 @implementation AppDelegate 6 -(void)addBookWithTitle:(NSString *)t....
分类:
其他 时间:
2015-09-22 18:43:08
收藏:
0 评论:
0 赞:
0 阅读:
207
http://www.cnblogs.com/hongzai/tag/Jqgrid/http://www.cnblogs.com/kissdodog/p/3875992.htmlhttp://www.guriddo.net/demo/guriddojs/http://www.trirand.com/...
分类:
其他 时间:
2015-09-22 18:42:48
收藏:
0 评论:
0 赞:
0 阅读:
244
view初始化时增加通知:{code} //增加监听,当键盘出现或改变时收出消息 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboar...
分类:
其他 时间:
2015-09-22 18:42:04
收藏:
0 评论:
0 赞:
0 阅读:
199
自己写的代码,供大家参考一下#include #include #include #include //#include #include #include using namespace std;struct kenerl{int major;int mirror;int level;};kene...
分类:
其他 时间:
2015-09-22 18:41:48
收藏:
0 评论:
0 赞:
0 阅读:
235
*&---------------------------------------------------------------------**& Report YTST_CX_DOWN*&*&---------------------------------------------------....
分类:
其他 时间:
2015-09-22 18:41:38
收藏:
0 评论:
0 赞:
0 阅读:
341
Problem DescriptionRompire is a robot kingdom and a lot of robots live there peacefully. But one day, the king of Rompire was captured by human beings...
分类:
其他 时间:
2015-09-22 18:40:58
收藏:
0 评论:
0 赞:
0 阅读:
269
单位用的是Linux系统的字符编码是gb2312,所以生成的文件都是按照默认编码生成的。给我的文件也都是gb2312的,在hadoop中运行mapreduce出现乱码,在网上查资料说是因为hadoop的文件系统默认用的是utf-8,那么只有两条路可以选,要么改文件的编码格式,要么改在Mapredu....
分类:
其他 时间:
2015-09-22 18:40:38
收藏:
0 评论:
0 赞:
0 阅读:
263
创建一个新项目创建一个Cocos2d-JS项目:cocos new projectName -l js创建一个仅支持web平台的项目:cocos new projectName -l js --no-native创建项目到指定目录:cocos new projectName -l js -d ./P...
分类:
其他 时间:
2015-09-22 18:40:08
收藏:
0 评论:
0 赞:
0 阅读:
289
************************************************************************ Title : ZMMR104 ** Applic...
分类:
其他 时间:
2015-09-22 18:39:38
收藏:
0 评论:
0 赞:
0 阅读:
266
以前旧的方式去调用web service, 可以通过CookieContainer去设置cookie,改用WCF方式去调用,则必须配置allowCookies属性为true
分类:
其他 时间:
2015-09-22 18:39:28
收藏:
0 评论:
0 赞:
0 阅读:
325
+(BOOL)getSystemPhotoAuthority{ BOOL agree=NO; AVAuthorizationStatus authStatus = [AVCaptureDevice authorizationStatusForMediaType:AVMediaTypeVi...
分类:
其他 时间:
2015-09-22 18:39:10
收藏:
0 评论:
0 赞:
0 阅读:
240
hash wheel timer它是一个算法,netty用于心跳超时检查,该算法的性能几个共同拥有:Ticks per Wheel (周围tick号码),Tick Duration(一tick持续时间)以及 TimeUnit(时间单位)。左右Tick Duration我感觉应该解释为每一次tick时...
分类:
其他 时间:
2015-09-22 18:38:28
收藏:
0 评论:
0 赞:
0 阅读:
334
原文:http://www.ituring.com.cn/article/56870Git Flow 是什么Git Flow是构建在Git之上的一个组织软件开发活动的模型,是在Git之上构建的一项软件开发最佳实践。Git Flow是一套使用Git进行源代码管理时的一套行为规范和简化部分Git操作的工...
分类:
其他 时间:
2015-09-22 18:37:38
收藏:
0 评论:
0 赞:
0 阅读:
199
本教程以AppServ生成自签名证书为例,同时配置OpenSSL环境1.生成自签名证书,控制台程序进入Apache目录下的bin目录>openssl req -config ../conf/openssl.cnf -new -out server.csr -keyout server.pem>ope...
分类:
其他 时间:
2015-09-22 18:37:18
收藏:
0 评论:
0 赞:
0 阅读:
250
Expression Add OperatorsGiven a string that contains only digits0-9and a target value, return all possibilities to addbinaryoperators (not unary)+,-, ...
分类:
其他 时间:
2015-09-22 18:36:58
收藏:
0 评论:
0 赞:
0 阅读:
802
From http://hi.baidu.com/cygnusnow/blog/item/8b82000f871fcf2f6159f3de.htmlGNUC的一大特色(却不被初学者所知)就是__attribute__机制。__attribute__可以设置函数属性(FunctionAttribute...
分类:
其他 时间:
2015-09-22 18:36:48
收藏:
0 评论:
0 赞:
0 阅读:
251
//DateTime类型转换为时间戳(毫秒值)public long DateToTicks(DateTime? time){ return ((time.HasValue ? time.Value.Ticks : DateTime.Parse("1990-01-01").Ticks) - 621....
分类:
其他 时间:
2015-09-22 18:36:28
收藏:
0 评论:
0 赞:
0 阅读:
290
日期格式字符说明(:)时间分隔符。在某些区域设置中,可以使用其他字符表示时间分隔符。时间分隔符在格式化时间值时分隔小时、分钟和秒。格式化输出中用作时间分隔符的实际字符由您的应用程序的当前区域性值确定。(/)日期分隔符。在某些区域设置中,可以使用其他字符表示日期分隔符。日期分隔符在格式化日期值时分隔日...
分类:
其他 时间:
2015-09-22 18:35:58
收藏:
0 评论:
0 赞:
0 阅读:
268
AutoCompleteTextview 动态匹配输入内容文本框 属性: android:completionThreshold="2"; 设置输入多少字符时自动匹配public class MainActivity extends ActionBarActivity { priva...
分类:
其他 时间:
2015-09-22 18:35:38
收藏:
0 评论:
0 赞:
0 阅读:
153
在上文中曾说到:所谓的环境变量的真实面目其实就是个任意字符串Bash 在启动时会将 environ 数组中包含 = 号的字符串导入成为自己的变量Bash 在启动外部命令时会将自己内部标记为环境变量的变量重组成字符串数组赋值给environ本文中继续深入讲三点:environ 数组中可能存在 = 左边...
分类:
其他 时间:
2015-09-22 18:34:58
收藏:
0 评论:
0 赞:
0 阅读:
219