从源代码编译安装安装gcc工具,因为golang有些功能是使用c写的,所以构建golang的编译是必须的apt-get install bison gawk gcc libc6-dev make安装mercurial工具,目的使用hg命令来提取golang的源代码apt-get install me...
分类:
系统相关 时间:
2014-10-14 15:51:48
阅读次数:
174
http://www.cncentos.c口m/forum.php?mod=viewthread&tid=566centOs 2.6.32->2.6.37配置内核、安装A、清除环境变量 # make mrproperB、选择需要编译的内核模块 # make menuconfig 没有报错的...
分类:
其他好文 时间:
2014-10-14 14:24:00
阅读次数:
133
实现select组件的选择输入过滤作用的js代码如下:/***其中//******之间的部分显示的是在没有选择输入过滤功能的代码上加入的功能代码**//** * @description This plugin allows you to make a select box editable lik...
分类:
其他好文 时间:
2014-10-13 22:54:27
阅读次数:
271
mvn -h 可以看到很多命令及其用途;-am --also-make 同时构建所列模块的依赖模块;-amd -also-make-dependents 同时构建依赖于所列模块的模块;-pl --projects 构建制定的模块,模块间用逗号分隔;-rf -resume-from 从指定的模块恢复反...
分类:
其他好文 时间:
2014-10-13 19:32:26
阅读次数:
160
软件:IDEA 13.1.5? 最近使用IDEA来开发JAVA应用,对IDEA的界面很有爱,但是缺受不了它的运行速度。每次运行都要编译,所以就有了这边文章 总感觉IDEA的编译速度比eclipse慢,eclipse每次保存都自动编译,而且运...
分类:
其他好文 时间:
2014-10-13 18:49:37
阅读次数:
262
Driver class 'oracle.jdbc.driver.OracleDriver' could not be found, make sure the 'Oracle' driver (jar file) is installed.oracle.jdbc.driver.OracleDriv...
分类:
数据库 时间:
2014-10-13 17:38:09
阅读次数:
224
一、安装freetds 1、安装编译工具及驱动程序 yum install make apr* autoconf automake gcc gcc-c++ wget 2、安装unixODBC驱动程序 yum -y install unixODBC unixODBC-devel ...
分类:
数据库 时间:
2014-10-13 16:24:59
阅读次数:
359
本文转载至http://www.th7.cn/Program/IOS/201409/276000.shtmlAs part of the theme of iOS 8 to make interfaces adaptive there are some major changes to the pr...
分类:
移动开发 时间:
2014-10-13 15:15:39
阅读次数:
275
一般的qmake生成的Makefile是没有 make install的 方法: 在.pro中做文章 比如你要安装libEbookDataBase.so*到目录 /usr/local/lib .pro中加入 inst.files += libEbookDataBase.so* inst.path =...
分类:
其他好文 时间:
2014-10-13 14:02:29
阅读次数:
106
1.通过源代码安装Python3.4,make install时报错"Ignoring ensurepip failure: pip 1.5.4 requires SSL/TLS"。缺少openssl,openssl-devel(Ubuntu下为libssl-dev),通过yum -y instal...
分类:
编程语言 时间:
2014-10-12 18:58:08
阅读次数:
567