I've been working for the past 15 months on repairing my rusty math skills, ever since I read a biography of Johnny von Neumann. I've read a huge stac ...
分类:
其他好文 时间:
2017-05-06 19:08:38
阅读次数:
289
设备文件 I/O Ports: I/O 设备地址 一切皆文件: open(), read(), write(), close() 设备类型: 块设备:block ,存取单位“块”,磁盘 字符设备:char ,存取单位“字符”,键盘 区别: 块设备是物理存在的设备,进行访问时基于随机访问;有缓存 字符 ...
分类:
其他好文 时间:
2017-05-04 09:46:04
阅读次数:
291
We accept the love we think we deserve. 我们接受自己认为配得上的爱。 A few months ago, I tried to date with a girl whose appearence is very attractive for me. But s ...
分类:
其他好文 时间:
2017-04-26 13:06:31
阅读次数:
132
Disky and Sooma, two of the biggest mega minds of Bangladesh went to a far country. They ate, coded and wandered around, even in their holidays. They ...
分类:
其他好文 时间:
2017-04-22 15:51:46
阅读次数:
230
日期插件kalendae,遇到的一些问题。kalendae获取选中的时间。kalendae的事件。 ...
分类:
其他好文 时间:
2017-04-20 14:19:01
阅读次数:
242
select trunc(sysdate, 'month') 本月第一天, trunc(last_day(sysdate)) 本月最后一天, trunc(add_months(sysdate, -1), 'month') 上月第一天, trunc(last_day(add_months(sysdat ...
分类:
数据库 时间:
2017-04-20 10:25:09
阅读次数:
234
A friend of mine claimed that someone stole her personal data via hacking certain App. She installed that App several months ago and registered an acc ...
分类:
移动开发 时间:
2017-04-08 23:53:59
阅读次数:
659
1.定时构建的写法 2.示例 在22:21新建的项目,希望在22:22触发构建。 ...
分类:
其他好文 时间:
2017-03-29 23:43:21
阅读次数:
423
DateTime dtTarget = DateTime.Now; //日 dtTarget.ToShortDateString(); //月 dtTarget.AddDays(-DateTime.Now.Day + 1).ToShortDateString(); dtTarget.AddMonth... ...
分类:
其他好文 时间:
2017-03-21 16:50:03
阅读次数:
160
工作中经常需要拉取一些国外的镜像,但是网络限制等原因在公司拉取很慢,所以我习惯用亚马逊服务器拉取镜像,导出后下载到本地再导入开发环境 1. 查看镜像id 2. 选择要打包的镜像,执行打包命令 会在当前目录下生成导出文件xxx.tar,然后将此文件下载到本地 3. 在开发环境导入上述打包的镜像 至此, ...
分类:
其他好文 时间:
2017-03-15 14:30:57
阅读次数:
250