码迷,mamicode.com
首页 >  
搜索关键字:disable    ( 2955个结果
rsync 推送简单配置
服务端配置: 1、安装xinetd , 修改rsync配置 ? ? a. yum install xinetd ? ? b.?vi /etc/xinetd.d/rsync? service?rsync { ????????disable?=?no??#?将?yes?修改为?no? ???????...
分类:其他好文   时间:2014-10-21 20:00:53    阅读次数:153
Centos 7.0防火墙问题
从Centos7开始,自带的防火墙从iptables更改成了firewall。一般在企业环境,出于人力和稳定性考虑,还是用成熟的技术比较稳妥。以下是关闭firewall的方法systemctl stop firewalldsystemctl disable firewalld以下是恢复iptable...
分类:其他好文   时间:2014-10-21 00:51:59    阅读次数:259
桌面 透明 三角形 分层窗口 DX
1 //桌面 透明 三角形 分层窗口 DX 2 //IDirect3DSurface9 GetDC UpdateLayeredWindow 3 4 #include 5 #include 6 #include 7 #pragma warning( disable : 499...
分类:其他好文   时间:2014-10-20 23:06:03    阅读次数:448
WordPress 后台禁用Google Open Sans字体,加速网站
解决方法很简单,安装启用 Disable Google Fonts 或者 Remove Open Sans font Link from WP core 其中之一即可。或者如果你没有使用WP自带的官方主题,那你添加下面的代码到当前所用的主题的 functions.php 中即可:/** * Word...
分类:Web程序   时间:2014-10-20 22:40:48    阅读次数:237
VS2012 [warning C4996]: 'sprintf': This function or variable may be unsafe.
使用VS2012编译时,会出现以下警告:warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for detail...
分类:其他好文   时间:2014-10-20 21:22:11    阅读次数:264
横屏下的ImagePickerController
Try this way....As per Apple Document, ImagePicker Controller never Rotate in Landscape mode. You have to use in Potrait Mode only.For disable Landsca...
分类:其他好文   时间:2014-10-20 14:44:23    阅读次数:208
BPDU与PortFast
启用了BPDU Guard特性的端口在收到BPDU的时候会使端口进入err-disable状态,从而避免桥接环路。一般BPDU Guard是和PortFast结合使用,在端口上启用了PortFast之后,如果没有启用BPDU Guard,那么端口收到BPDU的时候,STP会让端口进入blocking...
分类:其他好文   时间:2014-10-20 11:36:11    阅读次数:161
Centos 7.0设置静态IP
1.查看NetworkManager.servicesystemctl | grep "NetworkManager.service"2.停止NetworkManager.servicesystemctl disable NetworkManager.service3.查看网卡状态ifconfig4...
分类:其他好文   时间:2014-10-19 18:24:40    阅读次数:138
Subversion客户端认证凭证缓存总结
Subversion1.7或者更旧版本,主要使用一个磁盘缓存解决方案用来缓存认证凭证。 Subversion1.8中,其配置文件($HOME/.subversion/config)允许--disable-plaintext-password-storage选项绕过存储明文和客户端口令...
分类:其他好文   时间:2014-10-17 10:29:27    阅读次数:262
Adobe Acrobat XI Pro 注册机
source :http://bbs.kafan.cn/thread-1391429-1-1.html注册机使用说明:Install Instructions: (Read carefully!)安装说明(仔细阅读!)1. Disable your Network card or pull the ...
分类:其他好文   时间:2014-10-16 19:22:13    阅读次数:287
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!