码迷,mamicode.com
首页 >  
搜索关键字:open the lock    ( 37840个结果
TCP源码分析--tcp_write_xmit
版本: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
《代码阅读》读书笔记(一)
《代码阅读》读书笔记(一) 《代码阅读》(《Code Reading The Open Source Perspective》)Diomidis Spinellis 著 -----------------------------------------------------------------------------------------------------------------...
分类:其他好文   时间:2014-06-05 00:36:45    阅读次数:299
关于 pthread_cond_wait 和 pthread_cond_signal , signal 无效的问题
最近遇到一个问题.就是   我在io线程里不断的把一个函数调用放到队列里 然后ruby线程就不断的从这个队列里取出函数之争并执行. 典型的 消费者模式. 我以前以为是这样... 这是work线程 pthread_mutex_lock(&mutex2) while(( invoke = get_invoke() ) != NULL){ do_invoke(invo...
分类:其他好文   时间:2014-06-04 22:35:56    阅读次数:408
[Cocoa-4th] Chapter6 - NSTableView表格增删改 (详尽介绍2)
[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
USACO·2012·Feb Bronze && 2009·Open Gold
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
ADO,OLEDB,ODBC,DAO的区别
ODBC(Open Database Connectivity,开放数据库互连)1992年,微软公司开放服务结构(WOSA,Windows Open Services Architecture)中有关数据库的一个组成部分,它建立了一组规范,并提供了一组对数据库访问的标准API(应用程序编程接口)。这...
分类:数据库   时间:2014-06-02 13:40:18    阅读次数:328
sharepoint 2013 自定义列表查看页面附件打开新页面方法 dispform attachments open new page
sharepoint 2013 自定义列表查看页面附件打开新页面方法 dispform attachments open new page...
分类:其他好文   时间:2014-06-01 10:38:35    阅读次数:249
Ubuntu 下iscsi initiator的安装与使用
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
ubuntu 下安装配置open-iscsi并自动挂载
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端Note
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!