
Program Development
文章平均质量分 82
orzorz
这个作者很懒,什么都没留下…
展开
-
开发人员一定要加入收藏夹的网站(zz)
转载自http://www.cnblogs.com/kwklover/archive/2006/04/12/372747.html ----------------------下面是我收集整理的对开发技术人员的学习,工作都非常有帮助的网站,也希望大家把自己认为最有帮助的网站分享给大家.http://www.gotapi.com/转载 2009-08-02 13:40:00 · 505 阅读 · 0 评论 -
pthread之线程堆栈
先来讲说线程内存相关的东西,主要有下面几条:进程中的所有的线程共享相同的地址空间。任何声明为static/extern的变量或者堆变量可以被进程内所有的线程读写。一个线程真正拥有的唯一私有储存是处理器寄存器。线程栈可以通过暴露栈地址的方式与其它线程进行共享。 有大数据量处理的应用中,有时我们有必要在栈空间分配一个大原创 2010-04-09 20:28:00 · 3428 阅读 · 0 评论 -
Python 发送邮件
用python实现自动刷火车票python发邮件的代码Python操作SMTP和POP3 简单的python smtp发邮件代码原创 2010-05-23 17:22:00 · 1476 阅读 · 0 评论 -
Memory Ordering/Memory Barrier/Memory Barrier
Memory Ordering/Memory Barrier/Memory Fence原创 2011-05-10 05:02:00 · 811 阅读 · 0 评论 -
Manual: pthread_setaffinity_np, pthread_getaffinity_np
zzhttp://linux.frank4dd.com/en/man3/pthread_setaffinity_np.htmhttp://www.daemon-systems.org/man/pthread_getaffinity_np.3.htmlpthread_setaffinity_np and sched_setaffinity 样例程序NAME转载 2012-03-26 06:44:23 · 3514 阅读 · 1 评论 -
Bugfix for syntax error in gcc/c-parse.y (SESC simulator)
http://www.alteraforum.com/forum/showthread.php?t=22528http://www.microchip.com/forums/m416697-print.aspxThe reason for this might be that some new features have been added to gcc 4.x, and t转载 2012-08-23 09:10:40 · 1938 阅读 · 0 评论 -
Advanced TCP/IP - THE RAW SOCKET PROGRAM EXAMPLES
zz http://www.tenouk.com/Module43a.htmlAlso Refer http://csis.bits-pilani.ac.in/faculty/dk_tyagi/Study_stuffs/raw.htmlThis is a continuation from Part IV series,Advanced TCP/IP Pro转载 2014-03-11 07:57:36 · 1142 阅读 · 0 评论