码迷,mamicode.com
首页 >  
搜索关键字:enable    ( 5784个结果
linux下升级python2.0到python3.0
升级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
关于ENABLE_BITCODE
pod 'TSVoiceConverter' 如果,设置了工程target的ENABLE_BITCODE为NO。但是,在真机上运行时,仍然提示类似于如下错误: URGENT: all bitcode will be dropped because '/Users/[MY_USER]/Download ...
分类:其他好文   时间:2016-08-05 17:35:54    阅读次数:312
Ztree的使用
首先引入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
install LLVM
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
How to enable TLS 1.2 on Windows Server 2008 R2
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. ...
分类:Windows程序   时间:2016-08-05 00:35:14    阅读次数:319
centos7命令
查看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中导入Excel不能使用Jet 4.0
操作系统使用了Windows Server2008R2(Windows Server2008R2是64位系统,同时配置IIS7.0 原读取Excel文件代码为: 在Windows Server2003上一切正常,64位服务器上就不正常了,查找资料说,可以把将应用程序池的Enable 32 bit选项 ...
分类:Windows程序   时间:2016-08-03 14:59:29    阅读次数:257
zabbix-agent 安装
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
LAMP_apache安装_2
镜像下载: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!