偷得浮生半桶水(半日闲), 好记性不如抄下来(烂笔头). 信息爆炸的时代, 学习是一项持续的工作.
全部博文(1752)
发布时间:2016-07-14 16:11:57
若安装了X图形界面,可用命令xset,如: xset -dpms //关闭屏保 xset +dpms //恢复屏保命令行setterm -blank 0 //禁用屏保 setterm -blank 1 //1分钟后开始屏保......【阅读全文】
发布时间:2016-07-07 18:59:55
http://blog.chinaunix.net/uid-14358420-id-2845346.htmlgtk-demo中的例子都是在一个框架中的,如果想自己单拿出来运行,要添加主函数,大多如下:intmain(int argc, char **argv){ GtkWidget.........【阅读全文】
发布时间:2016-07-05 16:04:19
从 http://msys2.github.io/ 下载 msys2-x86_64-20160205.exe 并安装到 d:\msys641. 更新系统库 pacman -Sy pacman安装 pacman -Syupacman -S mingw-w64-x86_64-toolchainpacman -S mingw-w64-x86_64-gedit gedit有依赖GTK。......【阅读全文】
发布时间:2016-06-29 11:14:16
1. Ubuntu12.04查看BlueZ版本:#dpkg --status bluez | grep '^Version:'Version: 4.98-2ubuntu7http://www.ioncannon.net/linux/1570/bluetooth-4-0-le-on-raspberry-pi-with-bluez-5-x/2.查看蓝牙适配器:root@wv-ThinkPad-SL:/home/wv# hciconfighci1: Type: BR/EDR Bus: USB &nb.........【阅读全文】