Today is June 14, 2017,Nothing to bo, but something must be done!This year,Python、Docker、Openstack must be killed with no excuse or reason. ...
分类:
其他好文 时间:
2017-06-14 11:30:38
阅读次数:
188
iOS常见的几种加密方法 普通加密方法是讲密码进行加密后保存到用户偏好设置中 钥匙串是以明文形式保存,但是不知道存放的具体位置 一. base64加密 base64 编码是现代密码学的基础 基本原理: 原本是 8个bit 一组表示数据,改为 6个bit一组表示数据,不足的部分补零,每 两个0 用 一 ...
分类:
移动开发 时间:
2017-06-07 20:52:21
阅读次数:
290
1.DB2数据库表操作错误SQL0668N Operation not allowed for reason code "1" on table "XXXX". SQLSTATE=57016的解决方法 The table is in Check Pending state. The integrit ...
分类:
数据库 时间:
2017-05-30 18:08:19
阅读次数:
361
1 function Promise(fn) 2 { 3 this._resolvefun=null; 4 this._rejectfun=null; 5 this.status="pending"; 6 this.value=""; 7 this.reason=""; 8 var bind=fun... ...
分类:
其他好文 时间:
2017-05-29 09:59:07
阅读次数:
159
3.1.7. Cross validation of time series data Time series data is characterised by the correlation between observations that are near in time (autocorre ...
分类:
其他好文 时间:
2017-05-28 11:48:39
阅读次数:
248
URL的三部分: 1,方案 scheme 2,服务器位置 3,资源路径 URL语法: <scheme>://<user>:<password>@<host>:<port>/<path>;<param>?<query>#<frag> FTP的两种传输方式:二进制和文本模式 自动扩展URL包括,主机名扩 ...
分类:
Web程序 时间:
2017-05-27 23:54:33
阅读次数:
234
*** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named IBNSLayoutConstraint' ...
分类:
其他好文 时间:
2017-05-26 15:58:31
阅读次数:
153
1)为什么使用SuperSocket? 性能高,易上手。有中文文档,我们可以有更多的时间用在业务逻辑上,SuperSocket有效的利用自己的协议解决粘包 2)SuperSocket的协议内容? 命令 body 列如:TestCommand 1 2 3)怎样在Net下使用 SuperSocket? ...
分类:
Web程序 时间:
2017-05-26 11:55:26
阅读次数:
1196
Q201. Which two options are available in the Virtual Machine Component Protection (VMCP) setting Response forDatastore with All Paths Down (APD)? (Cho ...
分类:
其他好文 时间:
2017-05-25 01:11:12
阅读次数:
215
<label><input name='reason' type='radio' value='您的评论内容涉嫌谣言' />您的评论内容涉嫌谣言</label> <label><input name='reason' type='radio' value='您的评论内容涉嫌网络钓鱼/广告' />您的 ...
分类:
Web程序 时间:
2017-05-19 20:20:24
阅读次数:
230