渝水峦山

更多的时候,只是喜欢一个人静静的写代码.不断尝试与学习.

导航

2015年2月17日 #

centos 快速搭建vpn

摘要: PPTP VPN 一键安装包 centos 5: wget http://soft.kwx.gd/vpn/pptpd.sh sh pptpd.sh centos 6: wget http://www.hi-vps.com/shell/vpn_centos6.sh sh vpn_centos6.sh 自行安装流程 1、检查服务器是否有必要的支持。如果检查结果没有这些支持的话,是... 阅读全文

posted @ 2015-02-17 00:34 waner 阅读(59) 评论(0) 推荐(0) 编辑

C# 部分语法总结(入门经典)

摘要: class Program { static void Main(string[] args) { init(); System.Console.ReadKey(); } #region 接口 ... 阅读全文

posted @ 2015-02-17 00:21 waner 阅读(485) 评论(0) 推荐(0) 编辑