随笔分类 -  C/C++

讨论底层编程
摘要:如果IP可以通的话 一般是防火墙引起 方法1、cat /etc/sysconfig/iptables 加-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT 方法2、 2 阅读全文
posted @ 2016-11-17 17:57 哈哈好玩 阅读(11720) 评论(1) 推荐(0)
摘要:1 using System.Reflection; 2 3 [DllImport("user32.dll", EntryPoint="FindWindow")] 4 public static extern int FindWindow ( 5 string lpClassName, 6 st... 阅读全文
posted @ 2014-09-11 13:27 哈哈好玩 阅读(407) 评论(0) 推荐(0)