centos 下安装 python easy_installcurl -O
http://peak.telecommunity.com/dist/ez_setup.pypython ez_setup.py -U
setuptools如果出现 setuptools.egg下载不了 更改ez_setup...
分类:
编程语言 时间:
2014-05-09 17:06:03
阅读次数:
665
1 获得 tabHostFragment:
ActionBarActivity activity2 = (ActionBarActivity) activity;
mTabHost = new FragmentTabHost(activity2);
mTabHost.setup(getActivity(),getChildFragmentManager(),R.id.cont...
分类:
其他好文 时间:
2014-05-09 01:24:37
阅读次数:
248
Unity3d导入工程出现错误“Creating unique file:creating file
Temp/tempFile failed.Please ensure there is enough disk space and you have
permissions setup correc...
分类:
其他好文 时间:
2014-05-08 11:50:15
阅读次数:
803
下载安装包后,沙盘运行,得到本体BingDict_Setup.msi文件,起作用的就是这个,其他的无视了。使用命令行参数:msiexec
/a "d:\BingDict_Setup.msi" /qb
TARGETDIR="D:\BingDict"取得本体中的msi文件和安装文件。切换到D:\Bing...
分类:
其他好文 时间:
2014-05-08 10:25:16
阅读次数:
275
一、安装Python2.7二、双击运行cocos2d-x-3.0根目录下的setup.py三、在命令行中进入到下面的路径下,输入cocos.py new -l
cppcocos2d-x-3.0\tools\cocos2d-console\bin四、进入上面路径下新生成的MyCppGame目录,选择相...
分类:
其他好文 时间:
2014-05-08 00:54:53
阅读次数:
436
使用libcurl源码编译不过的问题
setup_once.h(274) : error C2628: '' followed by 'bool' is illegal (did you forget a ';'?)...
分类:
其他好文 时间:
2014-05-07 15:37:56
阅读次数:
383
作为和NSIS并立的、两个最流行的免费Windows应用程序安装包制作工具之一,Inno在学习难度上相对要低一些,非常适合对一些简单的桌面程序打包。但对于较复杂的安装过程,或者Web应用程序来说,我个人觉得不是Inno的强项。当然,既然Inno内嵌了Pascal语言用以扩展功能,理论上不是不可以应付...
分类:
数据库 时间:
2014-05-07 13:03:14
阅读次数:
456
Ubuntu安装Matplotlibubuntu下安装matplotlib的复杂度远远比windows下复杂的多,相对双击就能解决问题的,现在你需要时不时的解决编译带来的各种问题。1sudo
apt-get install python-dev先安装numpy:12python setup.py b...
分类:
编程语言 时间:
2014-05-07 01:04:09
阅读次数:
606
ansible介绍:官网,百科之类的ansible的部署centos6.5上的部署.2.2.2.11node1.king.comansible
2.2.2.15node3.king.com
2.2.2.12node2.king.comtarxfansible-1.5.4.tar.gz
cdansible-1.5.4
pythonsetup.pybuild
pythonsetup.pyinstall
mkdir/etc/ansible
cp-rexamples/*/etc/ans..
分类:
其他好文 时间:
2014-05-05 12:37:32
阅读次数:
447
一、absible是什么?ansible是一款简单的、开源的自动化管理工具。它通过Openssh工作,没有服务器;并且被管理的客户端上面并不需要安装什么客户端软件或启动什么守护进程,没有客户端;扩展模块可以使用任何语言编写;命令自动传输到管理机执行,并返回结果;二、安装ansible..
分类:
系统相关 时间:
2014-05-05 12:29:19
阅读次数:
698