码迷,mamicode.com
首页 >  
搜索关键字:dup    ( 863个结果
C语言文件IO操作的一些其它函数
C语言中的stat dup symlink函数的应用
分类:编程语言   时间:2016-02-03 16:30:47    阅读次数:209
TCP/IP
http://serverfault.com/questions/340223/troubleshoot-large-number-of-tcp-retransmits-dup-ack-segment-lost 1down vote You are receiving the following p
分类:其他好文   时间:2016-02-02 16:16:33    阅读次数:175
Linux 高性能server编程——高级I/O函数
重定向dup和dup2函数#include int dup(int file_descriptor);int dup2(int file_descriptor_one, int file_descriptor_two);dup创建一个新的文件描写叙述符, 此描写叙述符和原有的file_descrip...
分类:系统相关   时间:2016-01-17 20:07:11    阅读次数:330
TCP/IP网络编程 基于Linux编程_2 --I/O流分离的半关闭问题
理论基础 流:调用fopen打开文件后进行文件读写操作会创建流,套接字网络通信也会创建流,流是以数据收发为目的的一种桥梁,其实就是指数据的流动,我们可以理解为数据收发的路径。 I/O流分离:是指把数据的发送与接收流分开处理,由2个不同对象控制而不是交个1个对象。我们之前讲过2种I/O流分离的方法,第一种:通过调用fork函数创建子进程,父进程负责接收数据,子进程负责发送数据(学习笔记_11)。第二种...
分类:系统相关   时间:2015-10-13 17:21:34    阅读次数:243
汇编笔记 RETF
assume cs:codestack segmentdb 16 dup(0)stack endscode segmentstart: mov ax,stack;将定义字形数据送入AX mov ss,ax;送入桟空间 mov sp,16;定义桟长度 mov a...
分类:其他好文   时间:2015-09-30 20:55:33    阅读次数:180
汇编笔记 RET
assume cs:code,ss:stackstack segmentdb 16 dup(0)stack endscode segment mov ax,4c00h int 21h start: ...
分类:其他好文   时间:2015-09-30 20:51:31    阅读次数:148
ng-repeat出现环路输出Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique
采用ng-repeat循环发生错误时,如下面的输出对象:Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: c in shopCount, Dup....
分类:其他好文   时间:2015-09-16 20:02:52    阅读次数:156
dup,dup2函数【转】
转自:http://eriol.iteye.com/blog/1180624转自:http://www.cnblogs.com/jht/archive/2006/04/04/366086.htmldup和dup2也是两个非常有用的调用,它们的作用都是用来复制一个文件的描述符。它们经常用来重定向进程的...
分类:其他好文   时间:2015-09-14 15:29:11    阅读次数:140
FD泄露导致 leaked window 导致App Crash
关键字:com.sec.android.widgetapp.ap.hero.cmaweather1. 无 Error 9 dup channel fd -2147483647.2. 有 Error 9 dup channel fd -2147483647. 关键字( dup channel fd )...
分类:移动开发   时间:2015-09-11 15:42:57    阅读次数:1045
php-5.6.3编译时出错解决方法
[root@lrj-centos6php-5.6.3]#make/bin/sh/usr/local/src/php-5.6.3/libtool--silent--preserve-dup-deps--mode=compilecc-I/usr/local/src/php-5.6.3/ext/gd/libgd-DHAVE_LIBPNG-DHAVE_LIBVPX-DHAVE_LIBJPEG-DHAVE_XPM-DHAVE_LIBFREETYPE-DENABLE_GD_TTF-Iext/gd/-I/usr/local..
分类:Web程序   时间:2015-09-04 12:45:33    阅读次数:589
863条   上一页 1 ... 76 77 78 79 80 ... 87 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!