POSIX信号量相关函数:
sem_open
sem_close
sem_unlink
sem_init
sem_destroy
sem_wait
sem_post
POSIX互斥锁
pthread_mutex_init
pthreaad_mutex_lock
pthread_mutex_unlock
pthread_mutex_...
分类:
其他好文 时间:
2014-06-05 12:39:14
阅读次数:
412
版本:2.6.33.4
发送端 tcp_write_xmit 函数
/* This routine writes packets to the network. It advances the
* send_head. This happens as incoming acks open up the remote
* window for us.
*
* LARGESEND no...
分类:
其他好文 时间:
2014-06-05 04:15:28
阅读次数:
236
微信分享代码相对来说比较简单,因为已经给我们提供了SDK Demo,代码部分就不再赘述了。
这边有一篇文章写的挺好,把遇到的问题都描述了一遍:
http://blog.csdn.net/freesonhp/article/details/10756663
另外微信官方已经提供了一些经常遇到问题的解决方案
https://open.weixin.qq.com/cgi-bin/...
分类:
微信 时间:
2014-06-05 01:20:14
阅读次数:
435
《代码阅读》读书笔记(一)
《代码阅读》(《Code Reading The Open Source Perspective》)Diomidis Spinellis 著
-----------------------------------------------------------------------------------------------------------------...
分类:
其他好文 时间:
2014-06-05 00:36:45
阅读次数:
299
[Cocoa-4th] Chapter6 - NSTableView表格增删改 (详尽介绍2)
功能如上:NSTableView表格增删改
STEP1
Open XCode Ver4.6
New Application
在xib控件界面上加入一些控件,如图:
STEP2
新建类:NSObject子类,命名为:
Table_DS_Main
注意:添加协议NSTab...
分类:
其他好文 时间:
2014-06-02 23:02:23
阅读次数:
396
Rope Folding [Brian Dean, 2012]时间限制: 1 Sec
内存限制: 128 MB题目描述Farmer John has a long rope of length L (1 =f(i)的最大i值,递归即可。Work
Scheduling [Richard Peng, ....
分类:
其他好文 时间:
2014-06-02 17:40:21
阅读次数:
1039
sharepoint 2013 自定义列表查看页面附件打开新页面方法 dispform attachments open new page...
分类:
其他好文 时间:
2014-06-01 10:38:35
阅读次数:
249
Ubuntu下比较方便好用的initiator是open
iscsi,这里将要简要介绍它的使用方法:1.安装:sudo apt-get install
open-iscsi2.chap设置如果ip-san上设置了chap(没有设置chap的话,可以略去这一步),则要修改/etc/iscsi/iscs...
分类:
其他好文 时间:
2014-05-31 20:48:28
阅读次数:
527
1.安装open-iscsiapt-get install
open-iscsi2.发现iscsi-target(ISCSI服务器IP:192.168.1.104)iscsiadm -m discovery -t
sendtargets -p 192.168.1.1043.设置开机自动登录到iscs...
分类:
其他好文 时间:
2014-05-31 19:21:18
阅读次数:
466
iscsi initiator端 (1)安装open-scsi sudo apt-get
install open-iscsi open-iscsi-utils (2)发现iscsi target sudo iscsiadm -m discovery
-t sendtargets -p 192.16...
分类:
其他好文 时间:
2014-05-31 19:10:06
阅读次数:
265