上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: 在 QT Creator UI 编辑器上通过拖拽各种控件产生UI界面,然后点击编译/Build按钮,会自动生成对应的ui_xxxx.h的 头文件/header file。 参考: 1、 "Linux上使用Qt Creator进行C/C++开发" 2、 "在你的QT工程中使用ui文件" 阅读全文
posted @ 2016-10-17 09:18 xiulug 阅读(1942) 评论(0) 推荐(0) 编辑
摘要: REFER: "嵌入式Linux实现关机命令" REFER: "Embedded File System and power off" REFER: "kernel/reboot.c" REFER: "PowerOff" REFER: "Manual Reference Pages REBOOT ( 阅读全文
posted @ 2016-10-14 10:08 xiulug 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 功能:分解字符串为一组标记串。str为要分解的字符串,delim为分隔符字符串。 说明:首次调用时,str必须指向要分解的字符串,随后调用要把s设成 。 在str中查找包含在delim中的字符并用 来替换,直到找遍整个字符串。 返回指向下一个标记串。当没有标记串时则返回空字符NULL。 实例:用st 阅读全文
posted @ 2016-10-12 14:55 xiulug 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 1、 "Determine if a string is a valid IP address in C" "Beej's Guide to Network Programming" 2、 "9.14. inet_ntop(), inet_pton() " 3、 "Program to valida 阅读全文
posted @ 2016-10-12 12:15 xiulug 阅读(591) 评论(0) 推荐(0) 编辑
摘要: QT的Slot/Singal 槽/信号 1、Usage/使用方法 所有从 QObject 或其子类 ( 例如 Qwidget) 派生的类都能够包含 信号/signal和 槽/slot。当对象改变其状态时,信号就由该对象发射 emit 出去,这就是 对象/object所要做的全部事情,它不知道另一端是 阅读全文
posted @ 2016-10-11 15:11 xiulug 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 计算不重复单词的个数 参考: 1、 "Unique words count" 阅读全文
posted @ 2016-10-10 12:44 xiulug 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 参考: 1、 "List of state name etymologies of the United States" 2、 "Origin of State Names" 阅读全文
posted @ 2016-10-08 18:50 xiulug 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1、SQL Constraint Integrity Constraints are used to apply business rules for the database tables. The constraints available in SQL are Foreign Key, Not 阅读全文
posted @ 2016-10-06 16:58 xiulug 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 、 "Chomsky" ) (Belarusian: Хомскі, Russian: Хомский, Ukrainian: Хомський, Hebrew: חומסקי‎‎, "from (Vyoska) Khomsk (nearby Brest, now Belarus)") is a s 阅读全文
posted @ 2016-10-06 08:07 xiulug 阅读(1431) 评论(0) 推荐(0) 编辑
摘要: 在线G lib c(GNU C Library库)网站 参考: 1、 "bitsToTypes" 阅读全文
posted @ 2016-10-01 01:51 xiulug 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 英语人名探源 字母升序排列 、Abbas Means in Arabic. This was the name of the uncle. It was also borne by a son of Ali, the fourth caliph. 、Alfred Derived from the O 阅读全文
posted @ 2016-09-30 08:15 xiulug 阅读(1263) 评论(0) 推荐(0) 编辑
摘要: 在很多地方我们看到的都是:atoi 是一个 C Reference function convert a string to an integer. This function of will convert a string to an . 但是,在这里我想再说一下,这里的 应该是 的首字母,也就 阅读全文
posted @ 2016-09-29 23:09 xiulug 阅读(122) 评论(0) 推荐(0) 编辑
摘要: QT相關 一、 參考: 1、 "宏Q_OBJECT" 二、 explicit struct constrcution 三、 QHostAddress Detailed Description: The QHostAddress class provides an IP address. This c 阅读全文
posted @ 2016-09-29 14:58 xiulug 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 哪些问题可能产生 错误? 1、没用生成目标文件 比如说 文件,由于 、`路径不对 Makefile`缺少。 2、没用添加相应的库文件 及`.a/lib` 在Linux中,可能回经常遇到的错误是 ` lXXX`,其中 XXX 是库的名字,比如说: pthread。 阅读全文
posted @ 2016-09-23 16:41 xiulug 阅读(293) 评论(0) 推荐(0) 编辑
摘要: array VS pointer 参考: 1、 "Extern using pointer instead of array" 2、 "extern array question" 3、 "pointer to type T is not the same as array of type T" 阅读全文
posted @ 2016-09-23 10:36 xiulug 阅读(308) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页