上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 139 下一页
摘要: http://www.cnblogs.com/itech/archive/2010/02/23/1672137.html 一 XServer和XClient X windows,笼统的称为X,是一种位图显示的视窗系统,是建立图形用户界面的标准工具包和协议。X 是协议,不是具体的应用程序。X 为GUI环境提供了基本的框架:在屏幕上绘图、移动视窗以及与鼠标键盘的互动。 现... 阅读全文
posted @ 2012-04-24 13:52 katago 阅读(3906) 评论(0) 推荐(0)
摘要: 人们经常会问,技术或者科学演讲能否像非技术演讲那么深入人心?诚然,并非所有的演讲都具有诺贝尔奖那般惊天动地的影响力,但我估计当你在描述你的研究成果,或讨论最新一期学术期刊时,你的听众很有可能把你视为天外来客。我知道你要说的肯定很重要,否则何必浪费时间?但既然它如此重要,就更应该讲究效果。从没有人说过"清晰表达"以及“联系观众”是有效沟通的充分条件,但我们必须说这是必要条件。 三年前我曾... 阅读全文
posted @ 2012-04-20 09:57 katago 阅读(291) 评论(0) 推荐(0)
摘要: 一、JavaScript核心篇 1.JavaScript的类型:2大类,原始类型和对象类型。 原始类型包括:number,string,boolean,null,undefined.其中null和undefined是两种特殊类型。 typeof null === Object,这表明null可以认为是一种特殊的对象的值,代表没有对象。通常,null被视为一种单独类型的单独成员,可以是n... 阅读全文
posted @ 2012-04-18 19:07 katago 阅读(284) 评论(0) 推荐(0)
摘要: 修改dramregs_533ddr3db_A.txt 参数 我们的板子 nor flash make rd88f6282a_config SPIBOOT=1 DDR3=1 demo板子 nand flash make rd88f6282a_config NBOOT=1 DDR3=1 修改include/config.mk 最后一行为: CPPFLAGS += ... 阅读全文
posted @ 2012-04-17 17:26 katago 阅读(1466) 评论(0) 推荐(0)
摘要: Attached Properties Certain objects provide additional properties by attaching properties to other objects. For example, the Keys element have properties that can attach to other QML objects to provi... 阅读全文
posted @ 2012-04-01 16:32 katago 阅读(327) 评论(0) 推荐(0)
摘要: 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 阅读(271) 评论(0) 推荐(0)
摘要: 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 阅读(277) 评论(0) 推荐(0)
摘要: http://www.developer.nokia.com.cn/Develop/Qt/Getting_started/Step_5.html 阅读全文
posted @ 2012-03-27 19:02 katago 阅读(275) 评论(0) 推荐(0)
摘要: https://developers.google.com/talk/libjingle/developer_guide http://delta.affinix.com/ 阅读全文
posted @ 2012-03-27 16:34 katago 阅读(852) 评论(0) 推荐(0)
摘要: 第一课! 部分字符替换 这个方法论坛上其他帖子也有,所以我只简单的说一下。 操作目的及适用:用于把某个字体的少量字符换成其他字体的相应字符。这里的少量字符是指数的过来的。例如:把雅黑字体的英文和数字换成华盛顿字体 假设:你要把A字库的英文和数字改成B字库的英文数字 步骤: 1,打开修改所用的字库文件,也就是A字库和B字库。打开软件以后,托进去就行。 2,在B字... 阅读全文
posted @ 2012-03-22 19:10 katago 阅读(11342) 评论(0) 推荐(0)
上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 139 下一页