升级python
cd/home/sanlang/tools
wgethttp://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz
gunzipPython-2.7.6.tgz
tarxfPython-2.7.6.tar
cdPython-2.7.6
mkdir-p/application/python2.7.6
./configure--prefix=/application/python2.7.6--enable-shared
make&&am..
分类:
编程语言 时间:
2016-08-06 07:04:42
阅读次数:
677
pod 'TSVoiceConverter' 如果,设置了工程target的ENABLE_BITCODE为NO。但是,在真机上运行时,仍然提示类似于如下错误: URGENT: all bitcode will be dropped because '/Users/[MY_USER]/Download ...
分类:
其他好文 时间:
2016-08-05 17:35:54
阅读次数:
312
首先引入css js dom中: <ul id="treeDemo" class="ztree"></ul> js: // 渲染文件树 var setting = { data: { simpleData: { enable: true, idKey: "id", //id和pid pIdKey: ...
分类:
其他好文 时间:
2016-08-05 15:30:14
阅读次数:
134
version >= 3.8.0 $ cd llvm... $ mv someofClang ./tools $ mkdir build $ cd build $ cmake -DCMAKE_BUILD_TYPE=Debug -DLLVM_ENABLE_ASSERTIONS=ON .. $ make ...
分类:
其他好文 时间:
2016-08-05 11:33:17
阅读次数:
128
Problem How to enable TLS 1.2 on Windows Server 2008 R2? Resolution QuoVadis recommends enabling and using the TLS 1.2 protocol on your server. TLS 1. ...
查看ip ip addr ip link 添加服务 systemctl enable nginx 添加防火墙端口 firewall-cmd --zone=public --add-port=80/tcp –permanent 重启防火墙 systemctl restart firewalld ...
分类:
其他好文 时间:
2016-08-04 14:58:10
阅读次数:
187
1、whereis whereis[options]FILE 用来定位指令的二进制程序、源代码文件和man手册页等相关文件的路径。 whereis命令只能用于程序名的搜索,而且只搜索二进制文件(参数-b)、man说明文件(参数-m)和源代码文件(参数-s)。如果省略参数,则返回所有信息。2、enable enable-n..
分类:
Web程序 时间:
2016-08-03 15:43:38
阅读次数:
215
操作系统使用了Windows Server2008R2(Windows Server2008R2是64位系统,同时配置IIS7.0 原读取Excel文件代码为: 在Windows Server2003上一切正常,64位服务器上就不正常了,查找资料说,可以把将应用程序池的Enable 32 bit选项 ...
1)解压
tar-zxvfzabbix-2.0.1.tar.gz
2)安装
cdzabbix-2.0.1
./configure--prefix=/opt/zabbix_agent--enable-agent
makeinstall
3)安装服务
cat>>/etc/services<<
zabbix-agent10050/ZabbixAgent
zabbix-agent10050/udpZabbixAgent
zabbix-trapper10051/..
分类:
其他好文 时间:
2016-08-02 22:34:50
阅读次数:
261
镜像下载:http://mirrors.sohu.com/apache/httpd-2.2.31.tar.bz2wgethttp://mirrors.sohu.com/apache/httpd-2.2.31.tar.bz2yuminstall-ygcctarjvxfhttpd-2.2.27.tar.bz2cdhttpd-2.2.27./configure--prefix=/usr/local/apache2--enable-mods-shared=most--enable-somake&&a..
分类:
Web程序 时间:
2016-08-02 17:20:35
阅读次数:
180