在需要并行化处理数据的时候,采用消息队列通讯的方式来协作,比采用共享状态的方式要好的多。Erlang ,Go
都使用这一手段来让并行任务之间协同工作。最近读完了ZeroMQ的Guide。写的很不错。前几年一直有做类似的工作,但是自己总结的不好。而 ZeroMQ
把消息通讯方面的模式总结的很不错。Ze...
分类:
其他好文 时间:
2014-05-14 09:48:48
阅读次数:
256
操作系统的IO是最大的瓶颈,向老大几次早请固态硬盘没成功,最后给了块硬盘,刚好操作系统试用到期,重装win8.1工作开始。重装系统前,保留个人文档信息进入c:\Users\beta目录,将里面的所有可见子目录拷贝至f:\Users\beta目录将操作系统安装到新硬盘上将
c:\Program Fil...
分类:
其他好文 时间:
2014-05-14 08:43:05
阅读次数:
316
来源:http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
分类:
移动开发 时间:
2014-05-14 03:23:53
阅读次数:
329
Continuous Login
Time Limit: 2 Seconds Memory Limit: 131072 KB Special Judge
Pierre is recently obsessed with an online game. To encourage users to log in, this game will give user...
分类:
其他好文 时间:
2014-05-14 01:25:00
阅读次数:
396
1、首先去http://www.phpstorm-themes.com/
选择你喜欢的主题,保存对应主题的xml文件到你本地2、打开C:\Users\Administrator\.WebStorm8\config\colors
文件夹,把你刚才下载的theme的xml文件复制到该目录下面3、打开we...
分类:
Web程序 时间:
2014-05-13 18:03:26
阅读次数:
416
以我的经验,大部分技术,熟读下列四类书籍即可。入门,用浅显的语言和方式讲述正确的道理和方法,如head
first系列全面,巨细无遗地探讨每个细节,遇到疑难问题时往往可以在这里得到理论解答,如Definitive Guide/Programming
xx系列实践,结合实际中经常遇到的情景环境,来描述...
分类:
编程语言 时间:
2014-05-13 17:40:51
阅读次数:
328
【题目】
The famous Korean internet company nhn has provided an internet-based photo service which allows The famous Korean internet company users to directly take a photo of an astronomical phenomenon...
分类:
其他好文 时间:
2014-05-13 13:34:50
阅读次数:
453
Apps that play audible content to the user while in
the background, such as a music player app (音频,如音乐播放)Apps that keep users
informed of their locati...
分类:
移动开发 时间:
2014-05-13 10:54:43
阅读次数:
441
在Android模拟器下,创建个大屏幕的AVD,每次运行都弹出“Unfortunately,
System UI has stopped”!解决方法是:修改AVD下的config.ini中的hw.mainKeys,由no
改为yes!Windows下,其路径在:C:\Users\RaulYang\....
分类:
其他好文 时间:
2014-05-13 09:42:33
阅读次数:
376
显示注册用户的前台主要代码如下:
{%block content%}
{%for i in users%}
{{i[1]}}({{i[3]}}星级)
{%end%}
{%end%}
显示注册用户的后台代码如下:
class memberHandler(tornado.web.RequestHandler):
def get(self):
name=self.get_coo...
分类:
其他好文 时间:
2014-05-12 23:10:06
阅读次数:
574