参考: http://www.man7.org/linux/man-pages/man3/drand48.3.html drand48 返回服从均匀分布的·[0.0, 1.0) 之间的 double 型随机数。 ...
分类:
其他好文 时间:
2017-11-10 21:44:13
阅读次数:
1163
刚开始的时候, 采用的是shouldChangeCharactersInRange http://stackoverflow.com/questions/433337/set-the-maximum-character-length-of-a-uitextfield 这样在输入全部是英文的情况下是可 ...
分类:
移动开发 时间:
2017-11-10 12:49:33
阅读次数:
255
单一职责原则 单一职责原则(Single Responsibility Principle,简称SRP)的英文原话是:there should nerver be moren than one reason for a class to change.意思是一个类,应当只有一个引起它变化的原因。即一 ...
分类:
其他好文 时间:
2017-11-09 22:36:19
阅读次数:
185
The CONTROL_FILE_RECORD_KEEP_TIME initialization parameter should be set to what value?(Choose all that apply.)A. The initialization parameter should ...
分类:
其他好文 时间:
2017-11-09 18:43:43
阅读次数:
202
事件堆实例生成: 大致就时base_event 的初始化, 选取一个io复用模型, Linux下优先选择epoll。 事件生成event_new: ...
分类:
其他好文 时间:
2017-11-09 17:25:30
阅读次数:
165
Easy 1. Merge Two Sorted Lists: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes ...
分类:
其他好文 时间:
2017-11-09 11:18:34
阅读次数:
205
sys.setdefaultencoding(“utf-8”) 这种方式在3.x中被彻底遗弃,可以看看stackover的这篇文章: http://stackoverflow.com/questions/3828723/why-should-we-not-use-sys-setdefaultenco ...
分类:
编程语言 时间:
2017-11-08 22:52:06
阅读次数:
220
As soon as you discover that you have lost an online redo log, if the database is still functioning, what should be your first action?A. Shut down the ...
分类:
其他好文 时间:
2017-11-08 19:54:49
阅读次数:
184
常用http状态码: 200 - OK,服务器成功返回网页 - Standard response for successful HTTP requests. 301 - Moved Permanently(永久跳转),请求的网页已永久跳转到新位置。 - This and all future re ...
分类:
Web程序 时间:
2017-11-08 14:51:14
阅读次数:
263
以下问题出现在非root用户下 执行echo ××××> /etc/passwd-ossfs bash: /etc/passwd-ossfs: Permission denied 使用sudo vim 在/etc下新建就可以,将echo等内容拷贝进去 ossfs: credentials file ...
分类:
其他好文 时间:
2017-11-08 00:54:53
阅读次数:
641