上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页
摘要: 在linux中,有一些函数可以实现主机名和地址的转化,最常见的有gethostbyname()、gethostbyaddr()等,它们都可以实现IPv4和IPv6的地址和主机名之间的转化。其中gethostbyname()是将主机名转化为IP地址,gethostbyaddr()则是逆操作,是将I... 阅读全文
posted @ 2015-03-30 21:04 小爷 阅读(8120) 评论(0) 推荐(0) 编辑
摘要: 一、把QQ群的聊天记录txt格式导出 消息管理器 -> 选择要导出的群 -> 右击、导出 这里要注意 : 导出之后的 文本是 unicode 编码的,需要转换 ==|| 之前不知道,搞了大半天。 重新建一个txt , 把原来的 txt 内容 复制 到 新的 txt ,保存就行了。 二、详细代码 1. 阅读全文
posted @ 2015-03-26 18:54 小爷 阅读(1911) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.cppblog.com/mysileng/archive/2012/12/25/196615.html引子:怎么对容器中的所有对象都进行同一个操作?我们可能首先想到的是用循环来实现。比如有如下的一个类:class ClxECS{public: int DoSomethin... 阅读全文
posted @ 2015-03-25 09:58 小爷 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blogread.cn/it/article/3982?f=wb前段时间因为实习生计划花了很多时间做了实习生招聘的工作,产生的一些想法,写在这里。这次招聘过程中,我发现我们在校的学生有下面的这些特点:1)NB的项目。当说到自己做过的项目时, 我发现他们做的事都是很NB。要么是研究... 阅读全文
posted @ 2015-03-23 20:56 小爷 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 目录 1 文档介绍 4 1.1 文档目的 4 1.2 文档范围 4 1.3 读者对象 4 1.4 参考文献 5 1.5 术语与缩写解释 5 2 系统环境说明 6 3 需求分析 7 3.1 功能需求分析 7 3.2 非功能需求分析 7 4 数据库的命名规则 8 5 概念结构设计 9 6 逻辑结构设计 阅读全文
posted @ 2015-03-21 21:48 小爷 阅读(2102) 评论(2) 推荐(1) 编辑
摘要: 原文:http://bbs.ednchina.com/BLOG_ARTICLE_251752.HTM时常在cpp的代码之中看到这样的代码:#ifdef__cplusplus extern "C" { #endif //一段代码#ifdef__cplusplus }#endif 这样的代码到底是什么... 阅读全文
posted @ 2015-03-21 16:55 小爷 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueIt is said that in 2013, there were about 100 graduate schools ready to proceed over 40,000 ... 阅读全文
posted @ 2015-03-01 15:51 小爷 阅读(238) 评论(0) 推荐(0) 编辑
摘要: Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is "yes", if 6 is a decimal number and 110 is... 阅读全文
posted @ 2015-02-28 10:55 小爷 阅读(190) 评论(0) 推荐(0) 编辑
摘要: A long-distance telephone company charges its customers by the following rules:Making a long-distance call costs a certain amount per minute, dependin... 阅读全文
posted @ 2015-02-26 23:54 小爷 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 1、拓扑结构 2、PV操作共享内核内存进行输入输出分屏 (1) 功能描述 操作一个或一组信号。 功能描述 操作一个或一组信号。 semid: 信号集的识别码,可通过semget获取。 sops: 指向存储信号操作结构的数组指针,信号操作结构的原型如下 1 struct sembuf 2 { 3 un 阅读全文
posted @ 2015-02-23 21:20 小爷 阅读(952) 评论(0) 推荐(1) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页