到目前这个阶段,大爆搜做了好几个,有必要做一下小的总结了。 玛雅游戏:出门左转 http://www.cnblogs.com/Loser-of-Life/p/7247413.html的A 斗地主:出门右转http://www.cnblogs.com/Loser-of-Life/p/7259858.h ...
分类:
其他好文 时间:
2017-08-08 21:51:01
阅读次数:
268
java 23种设计模式 深入理解 以下是学习过程中查询的资料,别人总结的资料,比较容易理解(站在各位巨人的肩膀上,望博主勿究) 创建型抽象工厂模式 http://www.cnblogs.com/java-my-life/archive/2012/03/28/2418836.html工厂方法 htt ...
分类:
编程语言 时间:
2017-08-08 18:00:13
阅读次数:
161
Holidays have finished. Thanks to the help of the hacker Leha, Noora managed to enter the university of her dreams which is located in a town Pavlopol ...
分类:
其他好文 时间:
2017-08-08 17:52:26
阅读次数:
150
I figure life is a gift and I don't intend on wasting it. 我觉得生命是一份礼物,我不想浪费它。 It seems that I didn't think life is a gift, and I take the time and life ...
分类:
其他好文 时间:
2017-08-07 10:19:31
阅读次数:
102
It is possible to hook ServiceLayer code into the hybris initialization and update life-cycle events, thus providing means for creating essential and ...
分类:
其他好文 时间:
2017-08-06 14:58:16
阅读次数:
248
Background Professor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature two different genders and that ...
分类:
其他好文 时间:
2017-08-02 11:10:12
阅读次数:
165
The biggest adventure you can take is to live the life of your dreams. 你能经历的最大的冒险,就是过上你梦想的生活。 Just list some items about the life I always dream of: 1 ...
分类:
其他好文 时间:
2017-07-31 10:16:10
阅读次数:
220
1、php中session的生成机制 我们先来分析一下PHP中是怎么生成一个session的。设计出session的目的是保持每一个用户的各种状态来弥补HTTP协议的不足(无状态)。我们现在有一个疑问,我们都知道session是保存在服务器的,既然它用于保持每一个用户的状态那它利用什么来区别用户的呢 ...
分类:
Web程序 时间:
2017-07-30 18:07:40
阅读次数:
152
三次握手 TCP连接是通过三次握手来连接的。 第一次握手 当客户端向服务器发起连接请求时,客户端会发送同步序列标号SYN到服务器,在这里我们设SYN为m,等待服务器确认,这时客户端的状态为SYN_SENT。 第二次握手 当服务器收到客户端发送的SYN后,服务器要做的是确认客户端发送过来的SYN,在这 ...
分类:
其他好文 时间:
2017-07-30 17:08:28
阅读次数:
164