上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 36 下一页
摘要: 一、RabbitMQ:AMQP消息服务器 。二、ejabberd是的Jabber / XMPP协议的即时通讯服务器。三、cowboy/mochiweb。 阅读全文
posted @ 2014-03-09 23:08 宁静的天空 阅读(704) 评论(0) 推荐(0)
摘要: 二级制的数据包:[包头:包体长度],[包体]。 阅读全文
posted @ 2014-03-09 01:03 宁静的天空 阅读(385) 评论(0) 推荐(0)
摘要: 一、计算机的随机数的老问题,伪随机数。 random:seed() random:uniform(N) 如果seed是相同的,则第M次执行 random:uniform(N) 、M、N相同,则得到的随机数也是相同的。 阅读全文
posted @ 2014-02-27 17:12 宁静的天空 阅读(1189) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/developer_jiangqq/article/details/12130799http://www.cocoachina.com/special/fornew.htmlObjective-C 基础语法(连载系列一):http://xys289187120.blog.51cto.com/3361352/657583iOS Developer Library:https://developer.apple.com/library/ios/navigation/iOS开发系列:http://www.cnblogs.com/mjios/category/ 阅读全文
posted @ 2014-02-09 12:07 宁静的天空 阅读(206) 评论(0) 推荐(0)
摘要: http://dev.mysql.com/doc/refman/5.1/zh/optimization.html#index-merge-optimization 阅读全文
posted @ 2014-02-09 10:39 宁静的天空 阅读(139) 评论(0) 推荐(0)
摘要: 本文源自:http://www.himigame.com/mysql/781.html3.6.9.使用AUTO_INCREMENT可以通过AUTO_INCREMENT属性为新的行产生唯一的标识:CREATE TABLE animals ( id MEDIUMINT NOT NULL AUTO_INCREMENT, name CHAR(30) NOT NULL, PRIMARY KEY (id) );INSERT INTO animals (name) VALUES('dog'),('cat'),('penguin'), ('lax' 阅读全文
posted @ 2014-02-09 10:37 宁静的天空 阅读(479) 评论(0) 推荐(0)
摘要: 参考:http://www.smallni.com/collapsing-margin/http://www.cnblogs.com/v10258/p/3530290.html 阅读全文
posted @ 2014-01-24 09:09 宁静的天空 阅读(188) 评论(0) 推荐(0)
摘要: 官方链接:http://erlang.org/doc/man/supervisor.html http://erlang.org/doc/design_principles/sup_princ.htmlThe supervisor is responsible for starting, stopping and monitoring its child processes. The basic idea of a supervisor is that it should keep its child processes alive by restarting them when ne... 阅读全文
posted @ 2014-01-21 14:23 宁静的天空 阅读(880) 评论(0) 推荐(0)
摘要: 转自:http://www.jb51.net/article/28885.htm//如果不存在,则插入新数据 $sql = "INSERT INTO {$ecs->table(‘cat_lang')} (cat_id,lang_id,cat_name,keywords,cat_desc) VALUES({$cat_id},{$k},'{$val['cat_name']}','{$val['keywords']}','{$val['cat_desc']}') ON DUPLIC 阅读全文
posted @ 2014-01-14 10:23 宁静的天空 阅读(437) 评论(0) 推荐(0)
摘要: 转自:http://www.jb51.net/article/39199.htm本篇文章是对MySQL数据库INSERT、UPDATE、DELETE以及REPLACE语句的用法进行了详细的分析介绍,需要的朋友参考下MySQL数据库insert和update语句引:用于操作数据库的SQL一般分为两种,一种是查询语句,也就是我们所说的SELECT语句,另外一种就是更新语句,也叫做数据操作语句。言外之意,就是对数据进行修改。在标准的SQL中有3个语句,它们是INSERT、UPDATE以及DELETE。用于操作数据库的SQL一般分为两种,一种是查询语句,也就是我们所说的SELECT语句,另外一种就是更 阅读全文
posted @ 2014-01-14 10:16 宁静的天空 阅读(325) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 36 下一页