上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 38 下一页
摘要: from:http://blog.163.com/wangliang_ru/blog/static/403196872009112155727280/ template <class Key, class T, class Compare = less<Key>, class Alloc = all 阅读全文
posted @ 2015-11-25 11:35 SandKing 阅读(60) 评论(0) 推荐(0)
摘要: from : http://blog.csdn.net/wind19/article/details/8269173 目录(?) [-] 前言操作注意事项 前言 在Subversion1.5.0版本以前,想要checkout出单个文件是不可能的事情。 而在Subversion1.5.0中,引入了稀疏 阅读全文
posted @ 2015-11-25 11:17 SandKing 阅读(154) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/alexqdh/archive/2011/06/09/2075713.html C++的四种强制类型转换,所以C++不是类型安全的。分别为:static_cast , dynamic_cast , const_cast , reinterpret_ 阅读全文
posted @ 2015-11-11 15:13 SandKing 阅读(9) 评论(0) 推荐(0)
摘要: 参考文献: linux中shell截取字符串方法总结 [Linux]如何在Shell脚本中计算字符串长度? 截取字符串的方法一共有八种,主要为以下方法 shell中截取字符串的方法有很多中, ${expression}一共有9种使用方法。 ${parameter:-word} ${parameter 阅读全文
posted @ 2015-10-27 10:38 SandKing 阅读(12) 评论(0) 推荐(0)
摘要: #include <signal.h> #include <unistd.h> #include <errno.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <algorithm> #include <ne 阅读全文
posted @ 2015-10-26 12:15 SandKing 阅读(8) 评论(0) 推荐(0)
摘要: 结构原型: struct ifreq { #define IFHWADDRLEN 6 union { char ifrn_name[IFNAMSIZ]; } ifr_ifrn; union { struct sockaddr ifru_addr; struct sockaddr ifru_dstad 阅读全文
posted @ 2015-10-26 12:14 SandKing 阅读(43) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/shanshanpt/article/details/19897897 我这里说的ioctl函数是指驱动程序里的,因为我不知道还有没有别的场合用到了它,所以就规定了我们讨论的范围。写这篇文章是因为我前一阵子被ioctl给搞混了,这几天才弄明白它,于是在 阅读全文
posted @ 2015-10-26 12:13 SandKing 阅读(23) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/apengjiang/article/details/7056295 关于使用TEMP_FAILURE_RETRY #define TEMP_FAILURE_RETRY(expression) \ (__extension__\ ({ long int 阅读全文
posted @ 2015-10-26 12:09 SandKing 阅读(18) 评论(0) 推荐(0)
摘要: 为了让你的网页能在更多的服务器上正常地显示,还是加上“SET NAMES UTF8”吧 2007-05-28 09:18 Repinted:http://blog.csdn.net/class1/archive/2006/12/30/1469298.aspx 为了让你的网页能在更多的服务器上正常地显 阅读全文
posted @ 2015-10-23 11:46 SandKing 阅读(4) 评论(0) 推荐(0)
摘要: nanosleep函数 int nanosleep(const struct timespec *req, struct timespec *rem); struct timespec { time_t tv_sec; /* seconds */ long tv_nsec; /* nanosecon 阅读全文
posted @ 2015-10-23 11:22 SandKing 阅读(184) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 38 下一页