上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 136 下一页
摘要: http://blog.csdn.net/haungrui/article/details/705020 http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1620 http://www.netsec.pro/twiki/bin/view/Main/Disk... 阅读全文
posted @ 2011-09-22 19:02 katago 阅读(302) 评论(0) 推荐(0)
摘要: udev extras scsi_id 得不到信息? Some links that may helps: http://tldp.org/HOWTO/SCSI-2.4-HOWTO/index.html http://www.tldp.org/HOWTO/SCSI-Generic-HOWTO/ 探索 Linux 通用 SCSI 驱动器 http://www.... 阅读全文
posted @ 2011-09-21 15:53 katago 阅读(218) 评论(0) 推荐(0)
摘要: http://linux.die.net/man/8/udevadm /lib/udev # udevadm info --query=all --path=/block/sda P: /devices/platform/host0/target0:0:3/0:0:3:0/block/sda N: sda S: block/8:0 S: disk/by-path/... 阅读全文
posted @ 2011-09-21 15:36 katago 阅读(11716) 评论(0) 推荐(0)
摘要: 1.避免硬编码 2.将功能函数放在外部文件 3.在vm中运行,更安全 阅读全文
posted @ 2011-09-20 18:57 katago 阅读(166) 评论(0) 推荐(0)
摘要: http://www.cnbeta.com/articles/74840.htm 以前我总是以为脑袋够用,从来不用备忘、日程等工具。但事实上我太高估自己的能力,一个日程表、一个事项提醒,或者一个todo list都是十分有用的。在Lifehacker的投票里,人们认为最有用的GTD(Getting Things Done)工具是:笔和纸。除了笔和纸之外,Google日历是我认为目前最好一个日程管... 阅读全文
posted @ 2011-09-20 14:41 katago 阅读(398) 评论(0) 推荐(0)
摘要: http://blog.chinaunix.net/space.php?uid=20357359&do=blog&cuid=1798479 Linux下检测网卡与网线连接状态,使用ioctl向socket发送SIOCETHTOOL命令字。 link_stat.c #include <stdio.h> #include <stdlib.h> #include <stri... 阅读全文
posted @ 2011-09-20 11:25 katago 阅读(6006) 评论(0) 推荐(0)
摘要: 1、设置窗体的背景色 在构造函数里添加代码,需要添加头文件qpalette或qgui QPalette pal = palette(); pal.setColor(QPalette::Background, QColor(0x00,0xff,0x00,0x00)); setPalette(pal); 通过设置窗体的背景色来实现,将背景色设置为全透。 效果: ... 阅读全文
posted @ 2011-09-19 16:03 katago 阅读(8660) 评论(0) 推荐(1)
摘要: http://alienblog.net/html/upgrading-vs-2008-expired-activation-method-win7.html 阅读全文
posted @ 2011-09-17 17:11 katago 阅读(230) 评论(0) 推荐(0)
摘要: http://www.linuxidc.com/Linux/2010-05/26411.htm OpenGL编程指南(原书第7版)(OpenGL红宝书) http://product.china-pub.com/196413 opengl超级宝典 OpenGL Superbible 4ed 俗称蓝宝书 http://product.china-pub.com/5... 阅读全文
posted @ 2011-09-16 17:47 katago 阅读(409) 评论(1) 推荐(0)
摘要: 下载:openssl-0.9.8k ./Configure linux-generic32 --prefix=/opt/qt-everywhere/marvell/APP/middlewares/openssl 修改 Makefile CC=arm-none-linux-gnueabi-gcc make make install 阅读全文
posted @ 2011-09-16 10:36 katago 阅读(759) 评论(0) 推荐(0)
上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 136 下一页