发布时间:2014-04-30 23:13:46
Arch Linux 下的 ADSL 拨号上网在 Arch Linux 下,可以通过自带的 Netcfg 来连接,可以通过 RP-PPPoE 来连接,也可直接配置 pppd 实现拨号。Netcfg这款软件,从它需要安装,到 Arch 自带,功能不断地增强,使用越来越方便,现在已经支持 ADSL 拨号,简单快速。从实例中复制 pppoe 作为 adsl 拨号的配置# cp /et.........【阅读全文】
发布时间:2014-04-30 22:57:46
EOFEnd-of-FileIt is a macro definition of type int that expands into a negative integral constant expression (generally, -1).It is used as the value returned by several functions in header to indicate that the End-of-File has been reached or to signal some other failure conditions.It is.........【阅读全文】
发布时间:2014-04-20 12:48:58
我的vim配置主要有以下优点:1.按F5可以直接编译并执行C、C++、java代码以及执行shell脚本,按“F8”可进行C、C++代码的调试2.自动插入文件头 ,新建C、C++源文件时自动插入表头:包括文件名、作者、联系方式、建立时间等,读者可根据需求自行更改3.映射“Ctrl + A”为全选并复制快捷键,方便复制代码4..........【阅读全文】