The TCP/IP Guide[Page 40,41] Introduction To the TCP/IP Guide | TCP/IP指南概述 As I sit here writing this introductory material a few weeks before finishi ...
分类:
其他好文 时间:
2017-10-02 15:48:55
阅读次数:
211
Reference: https://realpython.com/blog/python/inner-functions-what-are-they-good-for/ Let’s look at three common reasons for writing inner functions. ...
分类:
其他好文 时间:
2017-09-30 21:51:24
阅读次数:
206
译文在后面。 State Threads for Internet Applications Introduction State Threads is an application library which provides a foundation for writing fast and h ...
分类:
其他好文 时间:
2017-09-30 13:18:52
阅读次数:
229
本节内容: 1.Socket语法及相关 2.SocketServer实现多并发 Socket语法及相关 socket 概念 socket本质上就是在2台网络互通的电脑之间架设一个通道,两台电脑通过这个通道来实现数据的互传。我们知道网络,通信都是基于ip+port方能定位到目标的具体机器上的具体服务, ...
分类:
编程语言 时间:
2017-09-30 00:32:56
阅读次数:
266
Nginx是俄国人最早开发的Webserver,现在已经风靡全球,相信大家并不陌生。PHP也通过二十多年的发展来到了7系列版本,更加关注性能。这对搭档在最近这些年,叱咤风云,基本上LNMP成了当下的标配。可是,你用了这么多年的Nginx+PHP的搭配,你真正知道他们之间是怎么交互怎么通信的么?作为一 ...
分类:
Web程序 时间:
2017-09-29 16:35:38
阅读次数:
273
http://geek.csdn.net/news/detail/238243 原文:4 More Techniques for Writing Better Java 作者:Justin Albano 翻译:Vincent 译者注:如果现在要求对你写的Java代码进行优化,那你会怎么做呢?作者在本 ...
分类:
编程语言 时间:
2017-09-28 09:52:03
阅读次数:
164
#include #include using namespace std; int main () { char data[100]; // 以写模式打开文件 ofstream outfile; outfile.open("afile.dat"); cout > data; cin.ignore(... ...
分类:
编程语言 时间:
2017-09-27 11:36:05
阅读次数:
174
typing speed (11words/ seconds) our vicar ia always rising money for one cause or another, but he has never managed to get enough money to have the ch ...
分类:
其他好文 时间:
2017-09-27 10:07:26
阅读次数:
207
Yellowstar is writing an article that contains N words and 1 picture, and the i-th word contains aiaicharacters. The page width is fixed to W characte ...
分类:
其他好文 时间:
2017-09-21 23:20:54
阅读次数:
133
注意要区分service、client和publisher、subscriber这两组概念的区别。 先占坑。。。 参考链接:Writing a Simple Service and Client (C++) ...
分类:
编程语言 时间:
2017-09-19 20:22:24
阅读次数:
328