#import <UIKit/UIKit.h> @interface RCDNavigationViewController : UINavigationController<UIGestureRecognizerDelegate,UINavigationControllerDelegate> @e ...
分类:
其他好文 时间:
2017-04-01 15:39:51
阅读次数:
233
计算机的使用者一直以为他们的计算机可以同时做很多事情。他们认为当其他的应用程序在下载文件,管理打印队列或者缓冲音频的时候他们可以继续在文字处理程序上工作。甚至对于单个应用程序,他们任然期待它能在在同一时间做很多事情。举个例子,一个流媒体播放程序必须能同时完成以下工作:从网络上读取数字音频,解压缩数字 ...
分类:
编程语言 时间:
2017-03-31 12:55:19
阅读次数:
230
1、JDBC的缺陷: 将和数据库交互(CURD)的代码硬编码到JDBC程序中; 对象模型和关系模型转换很麻烦。 2、ORM(O/R Mapping 对象关系映射): 一种将内存中对象保存到关系型数据库的技术; 负责实体域对象的持久化,封装数据访问细节; ORM提供另一种实现持久化的模式,采用映射元数 ...
分类:
Web程序 时间:
2017-03-29 22:11:59
阅读次数:
164
Android Proguard安全加固教你如何让自己的应用程序或SDK更难被反编译--library打包成jar并且混淆
分类:
移动开发 时间:
2017-03-27 18:48:08
阅读次数:
299
ElementAt Returns the element at a specified index in a collection ElementAtOrDefault Returns the element at a specified index in a collection or a de ...
分类:
其他好文 时间:
2017-02-06 23:43:14
阅读次数:
217
1 function Stack() { 2 this.dataStore = []; 3 this.top = 0; //指向栈顶的位置 4 this.push = push; 5 this.pop = pop; 6 this.peek = peek; 7 this.clear = clear; ...
分类:
Web程序 时间:
2017-01-19 18:11:42
阅读次数:
235
今天,斗鱼直播宣布完成C轮15亿人民币融资,本轮融资由凤凰投资与腾讯领投,深创投、国家中小企业基金、红土成长等跟投。2016年3月,斗鱼曾获得1亿美元(约合6.7亿元人民币)B轮融资,腾讯出资4亿人民币领投,天神娱乐以及南山资本跟投。截至目前,斗鱼累积融资金额已经超过20亿。 两次融资之间仅仅间隔五 ...
分类:
其他好文 时间:
2017-01-19 01:57:05
阅读次数:
262
https://github.com/ansible/ansible #ansible源码 http://www.codexiu.cn/python/blog/36230/ #多进程使用paramiko http://www.cnblogs.com/wupeiqi/articles/4906230. ...
分类:
其他好文 时间:
2016-12-19 21:03:00
阅读次数:
262
网络上可供测试的Web Service腾讯QQ在线状态 WEB 服务Endpoint: http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx Disco: http://www.webxml.com.cn/webservices/q ...
分类:
Web程序 时间:
2016-12-01 17:16:44
阅读次数:
388
在同一行不断添加View Y值不变,X值:(间距+宽度) * (下标 % 总列数) 0%3 * (hMargin + width) 1%3 * (hMargin + width) 2%3 * (hMargin + width) 3%3 * (hMargin + width) 4%3 * (hMarg ...
分类:
其他好文 时间:
2016-11-22 17:02:10
阅读次数:
227