码迷,mamicode.com
首页 >  
搜索关键字:enable    ( 5784个结果
Unified Auditing Policy
1.审计策略是一组审计选项,用来审计数据库用户2.创建审计策略需要被授予audit_admin角色(create audit policy ...)3.可以在CDB、PDB级别创建创建审计策略4.审计策略被enable之后才能生效。标准的非策略审计不受enable/disable影响5.创建审计策略...
分类:其他好文   时间:2015-12-07 16:00:16    阅读次数:241
RedHat7搭建Nginx+Apache+PHP
安装Apache# yum -y install httpd修改Apache默认端口为81#vi /etc/httpd/conf/httpd.conf找到"Listen 80"这行,改为 Listen 81设置Apache服务开机自启动# systemctl enable httpd启动Apache...
分类:Web程序   时间:2015-12-07 15:47:13    阅读次数:128
Loadrunner 11在win7录制中失败“the recording of the application was terminated by windows due to window data execution prevention feature"
在录制过程中遇到如下问题:查了下如何Enable, Disable Data Execution Prevention (DEP) in Windows 10/8/7 (http://www.thewindowsclub.com/disable-data-execution-prevention)D...
分类:移动开发   时间:2015-12-07 12:00:36    阅读次数:1816
myeclipse使用太卡问题
最近写html文件,修改内容时,就会反应好长时间,太卡。原因:没修改一次,它就会自动校验。解决:window——preferences——Editors——Text Editors——spelling——Enable spell checking,把勾去掉,就不再进行内容校验。步骤如图所示:
分类:系统相关   时间:2015-12-07 00:12:47    阅读次数:335
PHP编译时错误解决:Don't know how to define struct flock on this system, set --enable-opcache=no
编译PHP5.6.16时出现了这个错误:Don‘tknowhowtodefinestructflockonthissystem,set--enable-opcache=no解决方法:ln-s/usr/local/mysql/lib/libmysqlclient.so/usr/lib/ln-s/usr/local/mysql/lib/libmysqlclient.so.18/usr/lib/libmysqlclient.so.18
分类:Web程序   时间:2015-12-04 21:09:55    阅读次数:1199
代码:Masonry 第三方框架
必备宏使用前提://define this constant if you want to use Masonry without the 'mas_' prefix#define MAS_SHORTHAND //define this constant if you want to enable ...
分类:其他好文   时间:2015-12-03 09:43:26    阅读次数:130
does not contain bitcode. You must rebuild it with
*** does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODEXcode 7 运行项目报错:错误1. Undefined symbols for architec...
分类:其他好文   时间:2015-12-01 17:57:10    阅读次数:180
Eclipse去除jquery引入错误
之前在写Java项目时,总是出现引入jquery报错,虽然对其方法的应用没有什么影响,但是感觉难受,经过百度得到解决的方法:第一步:去除eclipse的JS验证:将windows->preference->Java Script->Validator->Errors/Warnings->Enable...
分类:Web程序   时间:2015-11-30 23:40:21    阅读次数:194
各类服务器远程管理卡配置
dell 服务器一般开机摁F2选项进入配置页面曙光 服务器(4合1)一般摁delete键进入配置页面切换到ipmi选项 将里面的update由no改为yes 再进行ip的更改 更改完之后跳到保存页面保存,重启.hp 服务器(3合1)一般摁F8键进入配置页面先将DHCP选项由enable改为disab...
分类:其他好文   时间:2015-11-30 20:22:14    阅读次数:126
centos6.5 升级python2.7.6
cd/data/toolswgethttp://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz#tarxvzf Python-2.7.6.tgz#cd Python-2.7.6#./configure --prefix=/usr/local--enable-shared#make&&make install安装了python2.7,第一次执行时报错:errorwhileloadingsharedlibraries:li..
分类:编程语言   时间:2015-11-30 18:15:10    阅读次数:179
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!