码迷,mamicode.com
首页 >  
搜索关键字:writing    ( 842个结果
[心平气和读经典]The TCP/IP Guide(002)
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
Inner Functions - What Are They Good For?
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
译文在后面。 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
Python 8 - Socket编程进阶
本节内容: 1.Socket语法及相关 2.SocketServer实现多并发 Socket语法及相关 socket 概念 socket本质上就是在2台网络互通的电脑之间架设一个通道,两台电脑通过这个通道来实现数据的互传。我们知道网络,通信都是基于ip+port方能定位到目标的具体机器上的具体服务, ...
分类:编程语言   时间:2017-09-30 00:32:56    阅读次数:266
php与nginx之间的通信
Nginx是俄国人最早开发的Webserver,现在已经风靡全球,相信大家并不陌生。PHP也通过二十多年的发展来到了7系列版本,更加关注性能。这对搭档在最近这些年,叱咤风云,基本上LNMP成了当下的标配。可是,你用了这么多年的Nginx+PHP的搭配,你真正知道他们之间是怎么交互怎么通信的么?作为一 ...
分类:Web程序   时间:2017-09-29 16:35:38    阅读次数:273
写出优质Java代码的4个技巧(转)
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
C++简单读取 & 写入实例
#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
New Concept English there (2)Typing speed exercise
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
H - Typesetting HDU - 6107
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
ROS学习笔记_编写客户端和服务器(service and client)_C++(五)
注意要区分service、client和publisher、subscriber这两组概念的区别。 先占坑。。。 参考链接:Writing a Simple Service and Client (C++) ...
分类:编程语言   时间:2017-09-19 20:22:24    阅读次数:328
842条   上一页 1 ... 29 30 31 32 33 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!