摘要:
在 QT Creator UI 编辑器上通过拖拽各种控件产生UI界面,然后点击编译/Build按钮,会自动生成对应的ui_xxxx.h的 头文件/header file。 参考: 1、 "Linux上使用Qt Creator进行C/C++开发" 2、 "在你的QT工程中使用ui文件" 阅读全文
摘要:
REFER: "嵌入式Linux实现关机命令" REFER: "Embedded File System and power off" REFER: "kernel/reboot.c" REFER: "PowerOff" REFER: "Manual Reference Pages REBOOT ( 阅读全文
摘要:
功能:分解字符串为一组标记串。str为要分解的字符串,delim为分隔符字符串。 说明:首次调用时,str必须指向要分解的字符串,随后调用要把s设成 。 在str中查找包含在delim中的字符并用 来替换,直到找遍整个字符串。 返回指向下一个标记串。当没有标记串时则返回空字符NULL。 实例:用st 阅读全文
摘要:
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 阅读全文
摘要:
QT的Slot/Singal 槽/信号 1、Usage/使用方法 所有从 QObject 或其子类 ( 例如 Qwidget) 派生的类都能够包含 信号/signal和 槽/slot。当对象改变其状态时,信号就由该对象发射 emit 出去,这就是 对象/object所要做的全部事情,它不知道另一端是 阅读全文
摘要:
计算不重复单词的个数 参考: 1、 "Unique words count" 阅读全文
摘要:
参考: 1、 "List of state name etymologies of the United States" 2、 "Origin of State Names" 阅读全文
摘要:
1、SQL Constraint Integrity Constraints are used to apply business rules for the database tables. The constraints available in SQL are Foreign Key, Not 阅读全文
摘要:
、 "Chomsky" ) (Belarusian: Хомскі, Russian: Хомский, Ukrainian: Хомський, Hebrew: חומסקי, "from (Vyoska) Khomsk (nearby Brest, now Belarus)") is a s 阅读全文
摘要:
在线G lib c(GNU C Library库)网站 参考: 1、 "bitsToTypes" 阅读全文
摘要:
英语人名探源 字母升序排列 、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 阅读全文
摘要:
在很多地方我们看到的都是:atoi 是一个 C Reference function convert a string to an integer. This function of will convert a string to an . 但是,在这里我想再说一下,这里的 应该是 的首字母,也就 阅读全文
摘要:
QT相關 一、 參考: 1、 "宏Q_OBJECT" 二、 explicit struct constrcution 三、 QHostAddress Detailed Description: The QHostAddress class provides an IP address. This c 阅读全文