http://blog.chinaunix.net/uid/16979052.html
全部博文(286)
发布时间:2012-10-26 09:25:03
用什么得知一个窗口的 id 和其它信息?答: xwininfo. 用什么程序监测一个窗口发生的事件?怎么知道按键的 modifier 符号?答: xev </......【阅读全文】
发布时间:2012-10-23 14:13:43
<p style="color: rgb(0, 0, 0); font-family: 宋体; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: nor......【阅读全文】
发布时间:2012-10-17 15:11:40
最近做哈尔滨的项目,用到 MySQL 主主复制。 网络配置: Mysql1 10.0.6.19 Mysql2 10.0.6.20 <f......【阅读全文】
发布时间:2012-10-15 11:18:12
安装与内核相匹配的kernel-devel开发包,禁掉yum自动寻找新版本的功能......【阅读全文】
发布时间:2012-10-11 06:14:03
536 ip link add link eth0 dev peth1 type macvlan 537 ifconfig peth1 hw ether 00:26:9e:45:93:f5 538 dhclient peth1 539 ip route replace default scope global nexthop via 192.168.50.1 dev eth0 nexthop via 192.168.50.1 dev .........【阅读全文】