工作总结--琐碎操作和业务
摘要:
★:连接服务器,添加路由(Windows):解:要添加静态路由让目标为192.0.0.0网段的都转发到网为为192.7.130.1的路由上。 >route add 192.0.0.0 mask 255.0.0.0 192.7.130.1 -p >route print详细解说:http://www.cnblogs.com/real_dream/articles/1577889.html★:远程连接 : mstsc -v 10.166.177.132★:make: warning: Clock skew detected. Your build may be incomplete.因 阅读全文
posted @ 2012-11-02 10:05 xuejianhui 阅读(183) 评论(0) 推荐(0) 编辑