浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 494 495 496 497 498 499 500 501 502 ··· 630 下一页

2011年11月12日

摘要: as far as i know 阅读全文
posted @ 2011-11-12 17:28 lexus 阅读(219) 评论(0) 推荐(0)

摘要: diigo has many browser relevent service such as quick noteread it laterdiigo.comit's amazing 阅读全文
posted @ 2011-11-12 17:24 lexus 阅读(167) 评论(0) 推荐(0)

摘要: http://shoe.bocks.com/net/good articlehttp://stackoverflow.com/questions/27179/c-network-programmingthis link contains many useful links,good for youIntroduction to network functions in CLast modified... 阅读全文
posted @ 2011-11-12 17:22 lexus 阅读(163) 评论(0) 推荐(0)

摘要: it's better than gnote & tomboysudo apt-get install xpad这个的中文叫做sticky notes 阅读全文
posted @ 2011-11-12 17:22 lexus 阅读(198) 评论(0) 推荐(0)

摘要: $ sudo apt-get cleanhttp://www.cyberciti.biz/faq/debian-ubuntu-linux-clear-the-package-cache/ 阅读全文
posted @ 2011-11-12 15:16 lexus 阅读(149) 评论(0) 推荐(0)

摘要: http://54min.com/post/gcc-and-gpp.htmlgcc和g++的区别Posted on 2011/08/10 by Min© Min的技术分享 – 54min.com (RSS订阅) | 原文链接:http://54min.com/post/gcc-and-gpp.htmlgcc和g++的区别首先GCC表示GNU Compiler Collections,gcc则表示编... 阅读全文
posted @ 2011-11-12 14:12 lexus 阅读(406) 评论(0) 推荐(0)

摘要: http://blog.gevent.org/2011/04/28/libev-and-libevent/http://www.iteye.com/topic/183369http://54min.com/post/non-blocking-dns-resolver-using-libevent.htmlC10K问题和Libevent库介绍一.C10K的问题 C10K的问题在上个世纪90年代就被... 阅读全文
posted @ 2011-11-12 14:02 lexus 阅读(1638) 评论(0) 推荐(0)

摘要: 通过六省断网事件剖析DNS解析原理 2010-10-12最近在CB上看到多篇存在关于dns故障的文章,其中大多存在谬误,让人产生问题在于dnsPod,而暴风影音是无辜的受害者的错觉。这里我觉得有必要出来说说dnsPod才是无辜受害者,错全在暴风(还有黑客)。首先说说dns是怎么注册的:一个域名注册成功以后上级域名的拥有者把这个域名的解析授权(Delegate)给用户指定的域名服务器,此时该服务器成... 阅读全文
posted @ 2011-11-12 13:54 lexus 阅读(544) 评论(0) 推荐(0)

摘要: IO 接口,设备 由 农夫一号 发表于 十月 21st, 2011IO这个词出现太多了太多了,这里整理一下思路。计算机由控制单元,运算单元,存储单元,输入设备输出设备组成。其中IO指的就是输入输出。关于IO又有接口,设备,操作的概念: 参见http://book.51cto.com/art/200704/45417.htmIO接口IO接口是实现外部设备与主机之间的连接和信息交换的设备,也可称I/... 阅读全文
posted @ 2011-11-12 13:36 lexus 阅读(366) 评论(0) 推荐(0)

摘要: http://54min.com/post/http-client-examples-using-c.html好文章PPThttp://www.slideshare.net/Arbow/asynchronous-io-programmingverygoodC: Linux Socket Programming, TCP, a simple HTTP clienthttp://coding.debu... 阅读全文
posted @ 2011-11-12 13:01 lexus 阅读(1545) 评论(0) 推荐(0)

摘要: http://csl.sublevel3.org/lua/http://code.google.com/p/zester/wiki/Lua_C最后成功的方法sudo apt-get install lua5.1这样两个都行,最后一个还不知道是干什么用的gcc -o e e.c -I/usr/include/lua5.1 -L/usr/lib -llua5.1 -lmgcc -o e e.c -I/... 阅读全文
posted @ 2011-11-12 10:24 lexus 阅读(864) 评论(0) 推荐(0)

摘要: http://csl.sublevel3.org/ 阅读全文
posted @ 2011-11-12 10:19 lexus 阅读(138) 评论(0) 推荐(0)

摘要: http://connect.qq.com/qq互联平台http://opensns.qq.com/qq社区开放平台 阅读全文
posted @ 2011-11-12 09:57 lexus 阅读(364) 评论(0) 推荐(0)

摘要: http://topic.csdn.net/u/20090919/16/8ae00bdb-76a4-4810-9d5e-dd5c3412b870.htmlhttp://hi.baidu.com/sindana/blog/item/8047190e660c7eed37d12207.html[转]C99标准的新特性(相对于Ansi C)2009-09-27 12:04[转]C99标准的新特性(相对于... 阅读全文
posted @ 2011-11-12 09:43 lexus 阅读(400) 评论(0) 推荐(0)

2011年11月11日

摘要: 之前我尝试使用yaml用到c中,結果发现,对于c是不合适的,它适合于ruby,py,要入乡随俗几乎完整的程序或者软件, 都有配置信息, 一般保存在文件中. C/C++ 语言的项目一般使用 .ini 文件作为配置文件. ini 文件和成熟的库供使用, 但缺点很明显, 很难表达父子关系, 因为配置信息应该是一根树 - 配置树.著名的Web Server Lighttpd 使用 LEMON 来解析配置文... 阅读全文
posted @ 2011-11-11 19:39 lexus 阅读(974) 评论(0) 推荐(0)

摘要: http://www.ideawu.net/person/这位兄台把自己做的东西都放上来了,这样很好,我找时间也要整理一下,好多当时做完觉得挺好的东西,不舍得公开結果,过了段时间,要么是找不到了,要么是重装系统就没了那时候还不流行dropbox,也没有备份意识,要专紧,像抢修历史文物一样,把自己的代码放上来 阅读全文
posted @ 2011-11-11 19:36 lexus 阅读(135) 评论(0) 推荐(0)

摘要: http://www.yaml.org/http://yaml.org/spec/current.html#id2502724ubutnu install ruby irb for test yamlsudo apt-get install irb 阅读全文
posted @ 2011-11-11 18:47 lexus 阅读(178) 评论(0) 推荐(0)

摘要: Beej's Guide to Network ProgrammingUsing Internet Socketshttp://beej.us/guide/bgnet/ 阅读全文
posted @ 2011-11-11 16:15 lexus 阅读(135) 评论(0) 推荐(0)

摘要: http://monkey.org/~provos/crawl/crawl - a small and efficient HTTP crawlercrawl - a small and efficient HTTP crawlerThecrawlutility starts a depth-first traversal of the web at the specified URLs. It ... 阅读全文
posted @ 2011-11-11 16:06 lexus 阅读(365) 评论(0) 推荐(0)

摘要: http://blog.sina.com.cn/s/blog_477759e70100wo69.html关于爬虫Larbin_胡作非为_新浪博客折腾Larbin好多天了,时间像流水一样付出,肚子里的火气也生了灭灭了生,美丽的Larbin却始终没为我爬下一份网页。网上写larbin的资料很多,参考过的文章不少,参数的修整也尝试过,执行larbin也耐心地跑了一次又一次。但由于C++的Eclipse终... 阅读全文
posted @ 2011-11-11 13:49 lexus 阅读(449) 评论(0) 推荐(0)

上一页 1 ··· 494 495 496 497 498 499 500 501 502 ··· 630 下一页