编译安装python,无法导入sqlite3包解决办法:1.安装sqlite:#wgethttp://www.sqlite.org/sqlite-3.6.16.tar.gz
#tar-xzvfsqlite-3.6.16.tar.gz
#cdsqlite-3.6.16
#./configure--prefix=/usr/local/sqlite3
#make&&makeinstall2.重新编译python:#viPython-2.7.9/setup.py..
分类:
数据库 时间:
2015-04-10 20:27:30
阅读次数:
203
1.下载安装包:#wget2.编译安装#tar-xzvfPython-2.7.9.tgz
#cdPython-2.7.9
#./configure--prefix=/usr/local/python2.7
#make&&makeinstall3.更新版本#mv/usr/bin/python/usr/bin/python_old
#ln-s/usr/local/python2.7/bin/python/usr/bin/python
分类:
编程语言 时间:
2015-04-10 20:26:24
阅读次数:
148
把maven弄到项目中,其实还是有好处的,尽管那些标签什么的很让人蛋疼,不过为了好处,硬着头皮搞搞还是很好的,右击项目,Configure 这个 就会看到 convert to maven ,然后点击这个,在给项目一个 id就可以使用了 会多一个 M 的东西,在代码中或许你看不到class 源代码,...
分类:
编程语言 时间:
2015-04-10 19:57:18
阅读次数:
159
AndroidStudio使用教程(第五弹)Create and Build an Android Studio Project接下来是以下这四个部分:
- Create projects and modules.
- Work with the project structure.
- Eidt build files to configure the build process.
- B...
分类:
移动开发 时间:
2015-04-10 15:37:11
阅读次数:
213
一些编译php时的configure 参数 ./configure –prefix=/usr/local/php php 安装目录 –with-apxs2=/usr/local/apache/bin/apxs –with-config-file-pa...
分类:
Web程序 时间:
2015-04-10 12:54:29
阅读次数:
125
Rendering ProblemsNo Android SDK found. Please configure an Android SDK.
分类:
移动开发 时间:
2015-04-10 09:31:49
阅读次数:
404
1、编译环境安装
yum install gcc gcc-c++
yum install zlib zlin-devel
2、python安装
//下载并解压:
wget http://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz
cd Python-2.7.6
// 配置安装目录
./configure --pr...
分类:
其他好文 时间:
2015-04-09 20:00:02
阅读次数:
183
安装apr请参考: http://www.cnblogs.com/yuzhaokai0523/p/4382974.html1安装httpd-2.4.10.tar.gztar-zxvfhttpd-2.4.10.tar.gzcdhttpd-2.4.10./configure--prefix=/usr/l...
分类:
Web程序 时间:
2015-04-09 15:19:17
阅读次数:
144
出现:configure:error:theJAVA_HOMEenvironmentvariablemustbesettoyourJDKlocation.解决方法:1、先卸载了centos自带的JDK,然后安装SUN的JDK参考:http://hermosa-young.iteye.com/blog/1798026http://www.cnblogs.com/hitwtx/archive/2012/02/13/2349752.htmlrpm-qa|grepjav..
分类:
其他好文 时间:
2015-04-09 12:14:19
阅读次数:
136
在 ./configure --prefix=/home/svnroot/subversion --without-berkeley-db 时碰到一个错误:configure: error: no suitable apr found。原因是我没有 将subversion-1.6.17.tar.gz subversion-deps-1.6.17.tar.gz这两个包解压到同一个目录下。
...
分类:
系统相关 时间:
2015-04-09 10:42:25
阅读次数:
171