10 2015 档案

摘要:Windows 2003 IIS 不支持ASP的问题问题:HTTP 错误 404 - 文件或目录未找到。Internet 信息服务 (IIS)第一步,启用Asp,进入:控制面板 -> 管理工具 ->IIS(Internet 服务器)- Web服务扩展 -> Active Server Pages -... 阅读全文
posted @ 2015-10-30 14:48 seasonzone 阅读(191) 评论(0) 推荐(0) 编辑
摘要:禁止端口的实例 只允许在192.168.62.1上使用ssh远程登录,从其它计算机上禁止使用ssh#iptables -A INPUT -s 192.168.62.1 -p tcp --dport 22 -j ACCEPT#iptables -A INPUT -p tcp --dport 22 -j... 阅读全文
posted @ 2015-10-21 10:37 seasonzone 阅读(649) 评论(0) 推荐(0) 编辑
摘要:VNC is used to display an X windows session running on another computer. Unlike a remote X connection, the xserver is running on the remote computer, ... 阅读全文
posted @ 2015-10-21 10:16 seasonzone 阅读(557) 评论(0) 推荐(0) 编辑
摘要:不用多想,数据的备份无论什么时候都是必须的,尤其是重要数据。MongoDB也提供了备份和恢复的功能,分别是MongoDB下载目录下的mongdump.exe和mongorestore.exe文件。先介绍下命令语法:>mongodump -h dbhost -d dbname -o dbdirecto... 阅读全文
posted @ 2015-10-19 12:32 seasonzone 阅读(218) 评论(0) 推荐(0) 编辑
摘要:The LMT is implemented by adding the extent management local clause to the tablespace definition syntax. Unlike the older dictionary managed tablespac... 阅读全文
posted @ 2015-10-13 16:33 seasonzone 阅读(379) 评论(0) 推荐(0) 编辑
摘要:ASM磁盘组支持动态扩展,我们可以向现有的磁盘组动态加入新的磁盘,新磁盘加入后,Oracle通过后台RBAL进行Rebalance,将当前的数据均衡到新增加的磁盘上。Drop磁盘亦会Rebalance。asm_power_limit参数用于控制Rebalance的速度,取值 1~11,数字越大,平衡... 阅读全文
posted @ 2015-10-13 13:29 seasonzone 阅读(415) 评论(0) 推荐(0) 编辑
摘要:11 out of 19 rated this helpful - Rate this topic Published: December 17, 2004The following Netsh commands can be used in scripts or at the command l... 阅读全文
posted @ 2015-10-10 14:29 seasonzone 阅读(226) 评论(0) 推荐(0) 编辑
摘要:从命令行配置 Windows 防火墙高级用户可以使用命令行来配置 Windows 防火墙。您可以使用 netsh 命令行工具来进行配置。下表中的 netsh 命令可用于 Microsoft Windows XP Service Pack 2 (SP2)。键入 netsh 命令以及“/?”会显示该命令... 阅读全文
posted @ 2015-10-10 13:43 seasonzone 阅读(3361) 评论(0) 推荐(0) 编辑
摘要:命令:netsh firewall 参数: ? // 显示命令列表 add // 添加防火墙配置 delete // 删除防火墙配置 dump // 显示一个配置脚本 help // 显示命令列表 reset // 将防火墙配置重置为默认值。 set // 设置防火墙配置 show // 显示防火墙... 阅读全文
posted @ 2015-10-10 13:25 seasonzone 阅读(1411) 评论(0) 推荐(0) 编辑
摘要:1、打开“网络连接”,选中需要添加多个IP的“本地连接”-->右键-->“属性”;2、从“常规”中找到“Internet 协议(TCP/IP)属性”;3、选择手动设置IP地址、网关、掩码等信息,如IP地址192.168.1.10 ,子网掩码255.255.255.0 ,网关192.168.1.1;4... 阅读全文
posted @ 2015-10-10 10:30 seasonzone 阅读(648) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示