码迷,mamicode.com
首页 >  
搜索关键字:enable    ( 5784个结果
php5.6.11 openssl安装
今天开发说php不能发邮件,一看发现没有openssl,想在编译php时就把openssl编译进去加--enable-ssl,如果没有安装的话,那么就按照下面的步骤添加openssl模块cd /wdzj/source/php-5.6.11/ext/openssl#/wdzj/lnmp/php5.6....
分类:Web程序   时间:2015-08-18 15:39:59    阅读次数:242
Sharepoint 2013 开启App 配置App
如果没有Enable app,打开app store的时候出出现错误:Sorry, apps are turned off. If you know who runs the server, tell them to enable apps.要开启他,首先要有一个App的DNS,如下新建,如果管理工...
分类:移动开发   时间:2015-08-17 19:20:33    阅读次数:743
Python中模拟http请求时使用代理
在某些情况下我们有必要设置我们请求时的代理服务器,在哪些情况下自己决定,那么如何设置http请求时的代理呢? 与Python自动处理cookie一样,使用urllib2.build_opener来进行构建。 1 import urllib2 2 3 enable_proxy = True 4...
分类:编程语言   时间:2015-08-17 11:55:58    阅读次数:188
oracle学习笔记 回收站&用户权限&导入导出
闪回删除的表: 删除表: drop table aa; drop table aa purge; 不经过回收站,不能闪回 闪回删除的表语法:--所谓闪回的意思就是还原回收站中的表 FLASHBACK TABLE [schema.]  TO   {[BEFORE DROP [RENAME TO table]]   [ENABLE|DISABLE]TRIGGERS}  查看回...
分类:数据库   时间:2015-08-16 10:48:16    阅读次数:223
S3C2440 开发环境搭建(Ubuntu)
我的操作系统是 Ubuntu 1404。可以使用下面的命令查看系统的版本 cat /etc/issue 安装、配置、启动 ftp 服务sudo apt-get install vsftpd 修改vsftpd的配置文件/etc/vsftpd.conf,将下面几行前面的“#”号去掉。 #local_enable=YES #write_enable=YES 上面第一行表示是否允许本地用户登录...
分类:系统相关   时间:2015-08-16 07:07:58    阅读次数:244
路由器的原理及其配置(二)
三,路由器的基本配置及其公用命令       (1)路由器的基本配置       1,配置主机名       Router (config)#hostname router-phy       2,配置超级用户口令       Router (config)#enable secret phy123       Router (config)#enable password 7 phy...
分类:其他好文   时间:2015-08-15 15:00:08    阅读次数:118
存储过程
CREATE OR REPLACE PROCEDURE restoreorg_disable_FK(ownerx in varchar2, tblname in varchar2, n_enable in number)IS--类型定义cursor c_constraintisselect y.C....
分类:其他好文   时间:2015-08-15 10:13:42    阅读次数:180
APK 代码混淆
# To enable ProGuard in your project, edit project.properties# to define the proguard.config property as described in that file.## Add project specifi...
分类:其他好文   时间:2015-08-14 21:01:02    阅读次数:104
linux下交叉编译libcurl
linux下交叉编译libcurl: ./configure --prefix=/usr/local/arm-2014.05/lib/ CC=/usr/local/arm-2014.05/bin/arm-none-linux-gnueabi-gcc --host=arm-linux --disable-shared --enable-static --without-libidn...
分类:Web程序   时间:2015-08-14 13:58:20    阅读次数:354
SpringMVC启动一直卡的解决
当加载Spring MVC如下情况卡住时,有可能是JDK版本问题。 ... At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLD...
分类:编程语言   时间:2015-08-13 15:47:04    阅读次数:660
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!