05 2017 档案

摘要:1. vs新建项目 “新建项目”->“其他项... 阅读全文
posted @ 2017-05-31 23:30 thomas_blog 阅读(106) 评论(0) 推荐(0) 编辑
摘要:三种方法-o选项# sudo apt-get... 阅读全文
posted @ 2017-05-31 17:02 thomas_blog 阅读(113) 评论(0) 推荐(0) 编辑
摘要:安装# sudo apt-get insta... 阅读全文
posted @ 2017-05-30 22:07 thomas_blog 阅读(567) 评论(0) 推荐(0) 编辑
摘要:#!/bin/shARG=$1case $A... 阅读全文
posted @ 2017-05-30 20:46 thomas_blog 阅读(95) 评论(0) 推荐(0) 编辑
摘要:官网 http://www.jrsoftwa... 阅读全文
posted @ 2017-05-30 00:23 thomas_blog 阅读(92) 评论(0) 推荐(0) 编辑
摘要:加快CPU读取数据的速度aligned(n)... 阅读全文
posted @ 2017-05-29 13:10 thomas_blog 阅读(218) 评论(0) 推荐(0) 编辑
摘要:void f1(void)__attribu... 阅读全文
posted @ 2017-05-29 10:46 thomas_blog 阅读(94) 评论(0) 推荐(0) 编辑
摘要:安装# sudo apt-get insta... 阅读全文
posted @ 2017-05-29 10:25 thomas_blog 阅读(428) 评论(0) 推荐(0) 编辑
摘要:# sudo apt-get install... 阅读全文
posted @ 2017-05-28 22:44 thomas_blog 阅读(111) 评论(0) 推荐(0) 编辑
摘要:extern “C”修饰的变量和函数是按照c... 阅读全文
posted @ 2017-05-28 17:39 thomas_blog 阅读(140) 评论(0) 推荐(0) 编辑
摘要:.c文件,gcc当做c语言处理 .c... 阅读全文
posted @ 2017-05-27 23:21 thomas_blog 阅读(101) 评论(0) 推荐(0) 编辑
摘要:原子操作指的是在执行过程中不会被别的代码中断... 阅读全文
posted @ 2017-05-27 19:15 thomas_blog 阅读(133) 评论(0) 推荐(0) 编辑
摘要:用户态的信号量: System V ... 阅读全文
posted @ 2017-05-27 13:05 thomas_blog 阅读(248) 评论(0) 推荐(0) 编辑
摘要:当前测试pc的编码为:UTF-8iconv_... 阅读全文
posted @ 2017-05-26 17:46 thomas_blog 阅读(998) 评论(0) 推荐(0) 编辑
摘要:在C的世界里面没有特别好的日志函数库(就像J... 阅读全文
posted @ 2017-05-25 13:52 thomas_blog 阅读(756) 评论(0) 推荐(0) 编辑
摘要:SMTP(Simple Mail Trans... 阅读全文
posted @ 2017-05-23 23:44 thomas_blog 阅读(306) 评论(0) 推荐(0) 编辑
摘要:安装# sudo apt-get insta... 阅读全文
posted @ 2017-05-23 21:51 thomas_blog 阅读(82) 评论(0) 推荐(0) 编辑
摘要:超级用户权限# Host alias spe... 阅读全文
posted @ 2017-05-23 17:02 thomas_blog 阅读(169) 评论(0) 推荐(0) 编辑
摘要:读取格式化的字符串中的数据int sscan... 阅读全文
posted @ 2017-05-22 16:53 thomas_blog 阅读(99) 评论(0) 推荐(0) 编辑
摘要:%c:字符 %i:整数(老) %d:整数 %ld:长整型(long int) %Ld:长整型(long long int) %hd:短整形(short int) %e:浮点数、e-记数法(指数形式) %E:浮点数、E-记数法(指数形式) %f:浮点数(%nf,n表示小数点后n位) %g、%G:浮点数 阅读全文
posted @ 2017-05-19 09:57 thomas_blog 阅读(163) 评论(0) 推荐(0) 编辑
摘要:FILE *fopen(const char... 阅读全文
posted @ 2017-05-18 23:07 thomas_blog 阅读(100) 评论(0) 推荐(0) 编辑
摘要:string转const char*stri... 阅读全文
posted @ 2017-05-18 11:45 thomas_blog 阅读(83) 评论(0) 推荐(0) 编辑
摘要:int isalnum(int c); //... 阅读全文
posted @ 2017-05-18 09:39 thomas_blog 阅读(152) 评论(0) 推荐(0) 编辑
摘要:主机序和网络序uint32_t htonl(... 阅读全文
posted @ 2017-05-17 14:05 thomas_blog 阅读(760) 评论(0) 推荐(0) 编辑
摘要:ulimit -a:显示当前所有的资源限制... 阅读全文
posted @ 2017-05-16 19:51 thomas_blog 阅读(568) 评论(0) 推荐(0) 编辑
摘要:buffers和cached是为了提高数据访... 阅读全文
posted @ 2017-05-16 16:29 thomas_blog 阅读(127) 评论(0) 推荐(0) 编辑
摘要:线性地址(Linear Address)是逻... 阅读全文
posted @ 2017-05-16 16:05 thomas_blog 阅读(327) 评论(0) 推荐(0) 编辑
摘要:/bin/sh Bourne shell 它... 阅读全文
posted @ 2017-05-16 09:55 thomas_blog 阅读(156) 评论(0) 推荐(0) 编辑
摘要:_exit和_Exit立即进入内核 ... 阅读全文
posted @ 2017-05-15 19:39 thomas_blog 阅读(95) 评论(0) 推荐(0) 编辑
摘要:创建 创建一个新的或打开一个已经存在的消息队... 阅读全文
posted @ 2017-05-15 12:54 thomas_blog 阅读(95) 评论(0) 推荐(0) 编辑
摘要:如果出现如下错误# man pthread_... 阅读全文
posted @ 2017-05-14 19:58 thomas_blog 阅读(115) 评论(0) 推荐(0) 编辑
摘要:RCS(Revision Control S... 阅读全文
posted @ 2017-05-14 14:57 thomas_blog 阅读(294) 评论(0) 推荐(0) 编辑
摘要:smb.conf security = u... 阅读全文
posted @ 2017-05-14 00:13 thomas_blog 阅读(167) 评论(0) 推荐(0) 编辑
摘要:Unified Modeling Langu... 阅读全文
posted @ 2017-05-13 14:02 thomas_blog 阅读(81) 评论(0) 推荐(0) 编辑
摘要:void openlog(const cha... 阅读全文
posted @ 2017-05-12 17:45 thomas_blog 阅读(100) 评论(0) 推荐(0) 编辑
摘要:所谓“位域”是把一个字节中的二进位划分为几个... 阅读全文
posted @ 2017-05-10 22:01 thomas_blog 阅读(83) 评论(0) 推荐(0) 编辑
摘要:free [options] -b:以By... 阅读全文
posted @ 2017-05-10 10:20 thomas_blog 阅读(87) 评论(0) 推荐(0) 编辑
摘要:lsof(list open files)是... 阅读全文
posted @ 2017-05-09 17:49 thomas_blog 阅读(108) 评论(0) 推荐(0) 编辑
摘要:# sudo mount -t \-o us... 阅读全文
posted @ 2017-05-09 09:53 thomas_blog 阅读(164) 评论(0) 推荐(0) 编辑
摘要:快捷键Symbol: Browse Proj... 阅读全文
posted @ 2017-05-08 23:12 thomas_blog 阅读(256) 评论(0) 推荐(0) 编辑
摘要:预处理主要有:宏定义文件包含条件编译#pra... 阅读全文
posted @ 2017-05-08 09:49 thomas_blog 阅读(88) 评论(0) 推荐(0) 编辑
摘要:inline static int ques... 阅读全文
posted @ 2017-05-07 13:31 thomas_blog 阅读(144) 评论(0) 推荐(0) 编辑
摘要:inline void QComboBox:... 阅读全文
posted @ 2017-05-07 13:02 thomas_blog 阅读(104) 评论(0) 推荐(0) 编辑
摘要:法一 手动添加private slots: ... 阅读全文
posted @ 2017-05-06 23:01 thomas_blog 阅读(408) 评论(0) 推荐(0) 编辑
摘要:QGroupBox窗口部件提供了一个有标题的... 阅读全文
posted @ 2017-05-06 17:22 thomas_blog 阅读(497) 评论(0) 推荐(0) 编辑
摘要://添加按钮QToolButton *but... 阅读全文
posted @ 2017-05-06 15:22 thomas_blog 阅读(143) 评论(0) 推荐(0) 编辑
摘要:QWidget* widget = new ... 阅读全文
posted @ 2017-05-06 12:04 thomas_blog 阅读(95) 评论(0) 推荐(0) 编辑
摘要:函数size_t wcstombs(char... 阅读全文
posted @ 2017-05-04 22:13 thomas_blog 阅读(143) 评论(0) 推荐(0) 编辑
摘要:void va_start(va_list ... 阅读全文
posted @ 2017-05-03 23:14 thomas_blog 阅读(396) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示