码迷,mamicode.com
首页 >  
搜索关键字:enable    ( 5784个结果
VS2010,版本Release时:Debugging information for "project.exe" cannot be found or does not match.
错误提示:Debugging information for "project.exe" cannot be found or does not match. Binary was not built with debug information. Solution: To enable debugging: 1) Goto Project->Properties 2)...
分类:其他好文   时间:2014-12-19 12:15:39    阅读次数:263
C# 6.0:Null – Conditional 操作符
Along with thenameof operator,C# 6.0also introducedNull-Conditionaloperator that enable developers to check thenullvalue with in an object referencech...
分类:Windows程序   时间:2014-12-19 12:00:19    阅读次数:250
编译安装httpd-2.4
一、HTTPD版本:httpd-1.3httpd-2.0httpd-2.2httpd-2.4二、http2.4的新特性:1)MPM支持运行时装载--enable-mpms-shared=all--with-mpm=prefork|worker|event2)支持eventMPM3)异步读写4)支持每模块及每目录分别使用不同的日志级别5)每请求配置;<If>(用户每请求一个特殊..
分类:Web程序   时间:2014-12-19 02:02:07    阅读次数:360
vsftpd配置文件详解
##########用户登陆控制############################接受匿名用户anonymous_enable=YES#匿名用户login时不询问口令no_anon_password=YES#匿名用户主目录anon_root=(none)#接受本地用户local_enable=...
分类:其他好文   时间:2014-12-18 22:06:42    阅读次数:312
ip欺骗
一、生成ip 二.在场景中使用IP 欺骗 1.runtime setting 2.勾选“Scenario”--“Enable IP spoofer”; 3.勾选“Tools”—“Export Mode”; 4.“Tools”—“Options”—“General” Multiple IP addre...
分类:其他好文   时间:2014-12-18 22:00:23    阅读次数:205
centos FTP 用户指定目录禁用上级目录
在默认配置下,本地用户登入FTP后可以使用cd命令切换到其他目录,这样会对系统带来安全隐患。可以通过以下三条配置文件来控制用户切换目录。chroot_list_enable=YES/NO(NO)设置是否启用chroot_list_file配置项指定的用户列表文件。默认值为NO。chroot_list...
分类:其他好文   时间:2014-12-17 18:10:56    阅读次数:164
在Windows Server2012上搭建SharePoint2013开发环境
1,选择中文2,选择Datacenter带有GUI的服务器3,之后下一步,下一步,等待系统安装完成5,使用命令行的方式安装.NET FrameWork3.5(在服务器管理器的功能中添加会报错),安装过程中保证计算机可以联网dism.exe /online /enable-feature /all /...
分类:Windows程序   时间:2014-12-17 17:50:42    阅读次数:320
xcache加速php
1、安装 # tar xf xcache-3.2.0.tar.bz2 # cd xcache-3.2.0 # /usr/local/php/bin/phpize # ./configure --enable-xcache --with-php-config=/usr/local/php/bin/php-config # make && make install...
分类:Web程序   时间:2014-12-17 12:46:07    阅读次数:211
centos7 快速安装 mariadb(mysql)
从最新版本的linux系统开始,默认的是 Mariadb而不是mysql! 使用系统自带的repos安装很简单: yum install mariadb mariadb-server systemctl start mariadb ==> 启动mariadb systemctl enable mariadb ==> 开机自启动 mysql_secure_installat...
分类:数据库   时间:2014-12-17 01:39:34    阅读次数:179
mysql监视器MONyog的使用
MONyog是个商业收费软件,但是可以找一下破解版,我用的是4.72破解版 1.       图1.1 在服务器设置中,如图1.1。在Sniffer Settings里Enable sniffing?选择YES开启Sniffer,然后再设置FilteringOptions 、Long Running Query Options选项;在Long Running Query ...
分类:数据库   时间:2014-12-16 21:09:02    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!