确保系统中安装有python之后,在终端输入:sudo apt-get install
libxext6 libxext-devlibqt4-devlibqt4-gui libqt4-sql qt4-dev-tools qt4-doc
qt4-designer qt4-qtconfig "pytho...
分类:
其他好文 时间:
2014-05-29 04:03:53
阅读次数:
235
1.安装好node2.npm安装express插件。npm install
express3.express 安装nodejs项目hello。express stooges4.express stooges&&
cdstooges ( stooges是安装的文件夹名)注意每次改完ap...
分类:
其他好文 时间:
2014-05-29 03:11:04
阅读次数:
230
1.在进行qt creator编译qt工程时,报出错误:error while building
deploying project。还可能出现如下提示qt creator needs a tool chain set up to build.
configure a tool chain in p...
分类:
其他好文 时间:
2014-05-29 02:25:59
阅读次数:
532
今天在我进行系统更新pacman -Syu时,出现了如下错误:# pacman -Syu
错误:GPGME error: 无数据错误:GPGME error: 无数据错误:GPGME error: 无数据错误:GPGME error:
无数据错误:GPGME error: 无数据:: 正在同步...
分类:
数据库 时间:
2014-05-29 01:54:01
阅读次数:
6304
The following MySQL error might occur if you are
using MySQL replication and binary logs.mysql> show binary logs;ERROR 1381
(HY000): You are not using...
分类:
其他好文 时间:
2014-05-29 01:42:38
阅读次数:
518
1、安装软件前首先检查下系统是否已经安装了这个软件:rpm -qa
tigervnc-server2、根据前面命令的查询,显示系统还是没有安装VNC服务器端软件,那么我们就使用命令进行安装一下:yum install
tigervnc-server -y3、首先服务器端需要运行级别为5的图形界面。可...
分类:
其他好文 时间:
2014-05-29 01:29:21
阅读次数:
314
前言
本文大部分内容来自http://www.codeproject.com/Articles/710747/First-thoughts-on-Spire-Doc-for-NET。
针对我个人来说,对办公自动化并没有多少需求。但作为一个开发人员,如果有需求的时候最好有一个library工具...
分类:
Web程序 时间:
2014-05-29 00:06:46
阅读次数:
475
出错:An internal error occurred during: "Launching
New_configuration".Path for project must have only one
segment.【解决过程】1.很明显,此处没有设置对应的AVD,即用于运行程序的andro...
分类:
移动开发 时间:
2014-05-28 23:45:20
阅读次数:
707
1 #include 2 3 /*从一个图象文件中生成 GdkPixbuf 类型数据*/ 4
GdkPixbuf * create_pixbuf(const gchar *filename) 5 { 6 GdkPixbuf *pixbuf; 7
GError *error = ...
分类:
其他好文 时间:
2014-05-28 21:24:02
阅读次数:
289
之前通过error_log()来调试php,发现收到的json字符前边总是有一个1,一直以为是哪里直接出现了print、print_r、echo、var_dump(),后来发现原来是某处用了形如error_log(print_r($str))的代码,这样会直接打印$str的值,顾收到的json前总是...
分类:
其他好文 时间:
2014-05-28 20:33:22
阅读次数:
336