03 2012 档案

Implicit vs Explicit Sharing
摘要:Implicit vs Explicit Sharing Implicit sharing might not be right for the Employee class. Consider a simple example that creates two instances of the implicitly sharedEmployee class. #include "emplo... 阅读全文

posted @ 2012-03-28 19:29 katago 阅读(255) 评论(0) 推荐(0) 编辑

qt 容器
摘要:QList<QString> list; list << "A" << "B" << "C" << "D"; QListIterator<QString> i(list); while (i.hasNext()) qDebug() << i.next();Unlike STL-style iterators (covered below), Java-style iterators ... 阅读全文

posted @ 2012-03-28 12:05 katago 阅读(266) 评论(0) 推荐(0) 编辑

qt 手机开发
摘要:http://www.developer.nokia.com.cn/Develop/Qt/Getting_started/Step_5.html 阅读全文

posted @ 2012-03-27 19:02 katago 阅读(263) 评论(0) 推荐(0) 编辑

gtalk 源码分析
摘要:https://developers.google.com/talk/libjingle/developer_guide http://delta.affinix.com/ 阅读全文

posted @ 2012-03-27 16:34 katago 阅读(841) 评论(0) 推荐(0) 编辑

Font Creator Program 字库修改合并软件
摘要:第一课! 部分字符替换 这个方法论坛上其他帖子也有,所以我只简单的说一下。 操作目的及适用:用于把某个字体的少量字符换成其他字体的相应字符。这里的少量字符是指数的过来的。例如:把雅黑字体的英文和数字换成华盛顿字体 假设:你要把A字库的英文和数字改成B字库的英文数字 步骤: 1,打开修改所用的字库文件,也就是A字库和B字库。打开软件以后,托进去就行。 2,在B字... 阅读全文

posted @ 2012-03-22 19:10 katago 阅读(11044) 评论(0) 推荐(0) 编辑

QML 中文支持
摘要:有三种方式: 1,国际化 2:写uincode吗 3:直接写文字再QML文件中,和symbian一样,文件保存成utf8 使用 Qt 的国际化功能(与QtScript完全一样,使用 qsTr()) 使用 unicode 的转义字符("\uxxxx") #include <QtCore/QTranslator> #include <QtGui/QAp... 阅读全文

posted @ 2012-03-07 13:39 katago 阅读(632) 评论(0) 推荐(0) 编辑

Iperf 源代码分析(四)
摘要:http://blog.csdn.net/water_cow/article/details/6908508 阅读全文

posted @ 2012-03-06 19:39 katago 阅读(228) 评论(0) 推荐(0) 编辑

udhcpc动态获取ip配置
摘要:1.配置过程 1.1、配置Linux内核使能DHCP相关选项: [*]Networking support --> Networking support Networking options --> [*]Packet socket [*]IP:kernel level autoconfiguration [*] IP:DHCP support ... 阅读全文

posted @ 2012-03-06 19:34 katago 阅读(16289) 评论(1) 推荐(1) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

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