上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 136 下一页
摘要: http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/ 1) VNC (Virtual Network Computing) is a remote display system which allows the user to view the desktop of a remote machine a... 阅读全文
posted @ 2012-04-25 11:06 katago 阅读(1443) 评论(0) 推荐(0)
摘要: 在Init的Default里: 加上 /usr/bin/killall synergyc sleep 1 /usr/bin/synergyc [<options>] synergy-server-hostname 在PostLogin的Default里:加上 /usr/bin/killall synergyc sleep 1 在PreSession的Default里:加上 /... 阅读全文
posted @ 2012-04-24 19:06 katago 阅读(4107) 评论(0) 推荐(0)
摘要: XDMCP, which stands for "X Display Manager Control Protocol" 1. 首先配置Ubuntu使之允许远程访问 点击 System -> Preference -> Remote Desktop,允许远程连接即可。 2.修改gdm配置文件 sudo cp /usr/share/doc/gdm/examples/custom.... 阅读全文
posted @ 2012-04-24 15:57 katago 阅读(2755) 评论(0) 推荐(0)
摘要: 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 阅读(3901) 评论(0) 推荐(0)
摘要: 人们经常会问,技术或者科学演讲能否像非技术演讲那么深入人心?诚然,并非所有的演讲都具有诺贝尔奖那般惊天动地的影响力,但我估计当你在描述你的研究成果,或讨论最新一期学术期刊时,你的听众很有可能把你视为天外来客。我知道你要说的肯定很重要,否则何必浪费时间?但既然它如此重要,就更应该讲究效果。从没有人说过"清晰表达"以及“联系观众”是有效沟通的充分条件,但我们必须说这是必要条件。 三年前我曾... 阅读全文
posted @ 2012-04-20 09:57 katago 阅读(278) 评论(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 阅读(282) 评论(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 阅读(1462) 评论(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 阅读(324) 评论(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 阅读(262) 评论(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 阅读(273) 评论(0) 推荐(0)
上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 136 下一页