一个异想天开的coder
发布时间:2013-12-11 13:13:40
参考:http://www.tsheffler.com/blog/?p=377点击(此处)折叠或打开# -*- coding: utf-8 -*-''' This module is used to fork the current process into a daemon. Almost none of this is necess.........【阅读全文】
发布时间:2013-05-29 11:14:39
通过pidgin-skype去连接已经运行起来的skype就可以了,然后就可以用pidgin去输入中文聊天了。sudo apt-get install pidgin-skype......【阅读全文】
发布时间:2013-05-16 14:27:58
确认J-Link在windows下工作良好,然后在新的ubuntu发行版上运行“JLinkGdbServer”会出现:点击(此处)折叠或打开SEGGER J-Link GDB Server V4.34aJLinkARM.dll V4.34a (DLL compiled Aug 31 2011 11:51:40)Listening on TCP/IP port 2331.........【阅读全文】
发布时间:2013-05-05 18:47:14
写QT程序里运行时加载UI文件,代码如下:点击(此处)折叠或打开#include "keyboard.h" #include <QtUiTools>#include <QWSInputMethod>#include <QVBoxLayout>#include <QFile>Keyboard::Keyboard(QWSInputMe.........【阅读全文】