1、输入4配置远程管理2、分别输入1、2、3开启相应的远程管理3、输入4可以查看当前系统防火墙的状态信息4、可以通过netshfirewallsetopmodedisable,来关闭防火墙,在实际环境中我们不要这样操作5、执行完上述命令后我们可以看到firewall状态已经被关闭开启firewall的命令为nets..
分类:
其他好文 时间:
2015-03-06 09:50:50
阅读次数:
168
UIView 所有UI控件都继承于这个UIView,它所拥有的属性必是所有控件都拥有,这些属性都是控件最简单最一般的属性。enable:是否启用;selected:是否被选择;contentVerticalAligement:内容是垂直方向的对齐方式,它是一个枚举,分别有UIControlCont....
分类:
其他好文 时间:
2015-03-04 18:53:10
阅读次数:
223
不知道为什么在安装apache2.2.22版本的时候没有任何问题,直接使用命令./configure --prefix=/home/www/www_test/software/apache-2.2.22 --enable-proxy --enable-so --enable-mods-shared=...
分类:
Web程序 时间:
2015-03-04 18:20:38
阅读次数:
138
CISCO路由器的配置模式配置模式提示符进入命令说明用户模式Route>用户模式是路由器启动时的缺省模式,提供有限的路由器访问权限,允许执行一些非破坏性的操作,如查看路由器的配置参数,测试路由器的连通性等,但不能对路由器配置做任何改动。特权模式Route#enable特权模式..
分类:
系统相关 时间:
2015-03-04 13:08:56
阅读次数:
201
把 /usr/share/libtool/config/config.guess 覆盖到相关软件自带的config.guess把 /usr/share/libtool/config/config.sub 覆盖到相关软件自带的config.sub./configure --enable-shared ...
分类:
系统相关 时间:
2015-03-04 12:37:11
阅读次数:
215
LinuxStudy之--yuminstall错误系统环境:OracleLinux5.4在通过yum安装软件时出现以下错误:1、yum配置文件[root@rh168yum.repos.d]#catyum.repo
[base]
name=Oraclelinux
baseurl=file:///media/Server
enable=1
gpcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora2..
分类:
系统相关 时间:
2015-03-04 11:14:34
阅读次数:
194
#include "stdafx.h"
#include
#include
#include
#include
#include
using boost::asio::ip::tcp;
#define max_len 1024
class clientSession
:public boost::enable_shared_from_this
{
public:
clientS...
分类:
其他好文 时间:
2015-03-03 20:43:52
阅读次数:
189
Integrating Reveal: Static LinkingIntegrating Reveal's static library into your iOS application is the quickest and easiest way to enable Reveal intro...
分类:
其他好文 时间:
2015-03-03 14:59:32
阅读次数:
245
使用MJRefresh上拉加载,下拉刷新时,导入包后,编译出现:Too many arguments to function call ,expected 0,have3
网上解决解决办法:
Build Setting--> Apple LLVM 6.0 - Preprocessing--> Enable Strict Checking of objc_msgSend Calls 将YES ...
分类:
其他好文 时间:
2015-03-02 13:13:59
阅读次数:
129
要使用这些 FTP 相关函数,在编译的时候请添加 --enable-ftp 选项。
分类:
Web程序 时间:
2015-03-02 10:51:59
阅读次数:
132