码迷,mamicode.com
首页 >  
搜索关键字:enable    ( 5784个结果
linux vsftpd搭建
1、yum install vsftpd;2、vi /etc/vsftpd/vsftpd.conf 将userlist_enable=YES改为NO3、vi /etc/vsftpd/ftpuser 将root注释掉4、如果提示 500 OOPS cannot change directory:/ro...
分类:系统相关   时间:2014-07-19 15:28:00    阅读次数:349
安装php5.5
安装php5.5 ./configure --prefix=/usr/local/php5.5.14/ --with-apxs2=/usr/local/apache2.2.27/bin/apxs --with-mysqli=/opt/mysql/bin/mysql_config --enable-....
分类:Web程序   时间:2014-07-19 15:27:02    阅读次数:296
enable assembly bind failure logging (Fusion) in .NET
今天遇到新建wcf项目编译成64位版本在64位windows上无法运气的,问题先百度了一下如何查看程序集加载日志:Add the following values toHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FusionAdd:DWORD ForceLog set...
分类:Web程序   时间:2014-07-19 09:36:27    阅读次数:301
linux下一些常用软件的编译安装命令
PHP编译参数Apache:./configure--prefix=/usr/local/php--with-apxs2=/usr/local/apache2/bin/apxs--with-curl--with-mcrypt--enable-mbstring--with-iconv--with-gd--with-jpeg-dir=/usr/local/lib--enable-pdo--with-pdo-mysql=/usr/local/mysql5.5.25/--with-mysqli=/usr/lo..
分类:系统相关   时间:2014-07-19 02:12:55    阅读次数:266
Smart internet of things services
A method and apparatus enable Internet of Things (IoT) services based on a SMART IoT architecture by integrating connectivity, content, cognition, con...
分类:Web程序   时间:2014-07-18 23:25:22    阅读次数:575
UIWebview 禁止某个方向滚动
Enable Horizontal scrolling and disable Vertical scrolling:myWebView.scrollView.delegate = self;[myWebView.scrollView setShowsVerticalScrollIndicator:...
分类:Web程序   时间:2014-07-18 17:27:37    阅读次数:286
64位Linux下安装软件注意事项
执行到./configure--enable-shared一步时提示:checkinghostsystemtype...Invalidconfiguration`x86_64-unknown-linux-gnu‘:machine`x86_64-unknown‘notrecognized解决办法:cp/usr/share/libtool/config.guess.(覆盖到相关软件自带的config.guess,t1lib在解压包的ac-tools下)cp..
分类:系统相关   时间:2014-07-17 15:12:10    阅读次数:260
error: png.h not found.
执行php安装 --enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --...
分类:其他好文   时间:2014-07-17 10:46:12    阅读次数:150
error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/
执行php-5.3.10 --enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-s...
分类:其他好文   时间:2014-07-17 10:33:56    阅读次数:381
vsftpd使用虚拟用户认证
1、vsftpd安装ip:192.168.20.129Centos6.4-64系统)[root@localhost~]#yuminstall-yvsftpddb4-utils2、配置vsftp[root@localhost~]#mv/etc/vsftpd/vsftpd.conf/etc/vsftpd/vsftpd.conf.bak[root@localhost~]#vim/etc/vsftpd/vsftpd.conflisten=YES anonymous_enable=NO dirmess..
分类:其他好文   时间:2014-07-17 08:16:06    阅读次数:305
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!