05 2012 档案
ubuntu11.10安装python编辑器pycharm(含注册码)
摘要:下载tar包:http://www.jetbrains.com/pycharm/download/解压,执行bin/pycharm.sh ,搞定!注意查看环境要求:System requirements512 MB RAM minimum, 1 GB RAM recommended1024x768 minimum screen resolutionSun JDK 1.6.(OpenJDK is not supported)GNOME or KDE desktopPython 2.4 or higher, Jython, PyPy or IronPythonInstructionsUnpack 阅读全文
posted @ 2012-05-25 19:51 aaronwxb 阅读(1538) 评论(0) 推荐(0)
fedora 16安装cloudstack host各种error记
摘要:安装步骤根据quickinstall文档来 http://docs.cloudstack.org/CloudStack_Documentation/Installing_CloudStack安装kvm的步骤百度谷歌一下各种有~印象最深的就是这个python版本不对:Package gettext-libs.x86_64 0:0.18.1.1-5.fc14 set to be installed--> Finished Dependency ResolutionError: Package: cloud-python-3.0.0-1.el6.x86_64 (cloud-temp) ... 阅读全文
posted @ 2012-05-13 21:37 aaronwxb 阅读(1095) 评论(0) 推荐(0)
python 以nosql方式连接mysql handlersocket插入操作获得变量值方法
摘要:ubuntu11.10安装mysql+handlersockethttp://www.cnblogs.com/aaronwxb/archive/2012/04/29/2475834.html何为pyhs?简单来说,就是封装了接口,实现python以nosql方式连接mysql数据库,对数据库进行一些操作。pyhs is a pure Python client (with optional C speedups) forHandlerSocketplugin to MySQL database. In short, it provides access to the data omitting 阅读全文
posted @ 2012-05-04 20:51 aaronwxb 阅读(831) 评论(0) 推荐(0)