上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 136 下一页
摘要: http://www.developer.nokia.com.cn/Develop/Qt/Getting_started/Step_5.html 阅读全文
posted @ 2012-03-27 19:02 katago 阅读(270) 评论(0) 推荐(0)
摘要: https://developers.google.com/talk/libjingle/developer_guide http://delta.affinix.com/ 阅读全文
posted @ 2012-03-27 16:34 katago 阅读(846) 评论(0) 推荐(0)
摘要: 第一课! 部分字符替换 这个方法论坛上其他帖子也有,所以我只简单的说一下。 操作目的及适用:用于把某个字体的少量字符换成其他字体的相应字符。这里的少量字符是指数的过来的。例如:把雅黑字体的英文和数字换成华盛顿字体 假设:你要把A字库的英文和数字改成B字库的英文数字 步骤: 1,打开修改所用的字库文件,也就是A字库和B字库。打开软件以后,托进去就行。 2,在B字... 阅读全文
posted @ 2012-03-22 19:10 katago 阅读(11252) 评论(0) 推荐(0)
摘要: 有三种方式: 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 阅读(648) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/water_cow/article/details/6908508 阅读全文
posted @ 2012-03-06 19:39 katago 阅读(232) 评论(0) 推荐(0)
摘要: 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 阅读(16404) 评论(1) 推荐(1)
摘要: http://busybox.net/downloads/BusyBox.html LIBC NSS GNU Libc (glibc) uses the Name Service Switch (NSS) to configure the behavior of the C library for the local environment, and to configure how it... 阅读全文
posted @ 2012-02-29 16:38 katago 阅读(1308) 评论(0) 推荐(0)
摘要: 2010-05-22 0:53 这个问题,其实 Qt 的 manual 中解释的已经比较清楚了。下面是我根据自己的理解和实验后写的东西,希望比Qt文档容易理解一点。 另外:你可能对 Qt 插件学习(一) 感兴趣。如果需要制作安装程序,请访问 NSIS学习笔记(以Qt4程序打包为例) 下面不涉及静态编译(静态编译可以看看这儿),只包含动态编译(也就是Qt默认的情况),主要又分 mingw... 阅读全文
posted @ 2012-02-27 15:32 katago 阅读(7811) 评论(0) 推荐(0)
摘要: linux 单位 man units 十进制MB = 1000000B 二进制加i, MiB = 1048576B ms 毫秒 us微秒 (本来要写成μs,但是ASCII context 下希腊字母μ 写成u) NAME units, kilo, kibi, mega, mebi, giga, gibi - decimal and binary prefixes D... 阅读全文
posted @ 2012-02-15 17:59 katago 阅读(458) 评论(0) 推荐(0)
摘要: Orange’s 一个操作系统的实现》3.保护模式 先找个程序,看看结果,然后再分析学习。 阅读全文
posted @ 2012-02-10 18:40 katago 阅读(260) 评论(0) 推荐(0)
上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 136 下一页