代码学习

Vpn断开自动断网小程序[windows]

很简单的一个小程序,连接ppp的vpn之后在ipconfig会有一个PPP 适配器 VPN 连接: 连接特定的 DNS 后缀 . . . . . . . : IPv4 地址 . . . . . . . . . . . . : 172.16.36.2 子网掩码 . . . . . . . . . . . . : 255.255.255.255 默认网关. . . . . . . . . . . . . : 0.0.0.0这样的内容,那么写

2015-1-1 17:48 44 15070

【Love Python】【01】认识可爱的python

一,python特性概要 1,python是解释型语言,我们和c比较一下 root@GK:~# cat hello.c #include "stdio.h"int main(void){printf("hello t00ls \n");}root@GK:~# gcc hello.c -o helloroot@GK:~# ./hello hello t00ls root@GK:~# 每次修改源文件都要重新编译一下,python则不用root@GK:~# cat h

2013-9-26 01:13 56 8832