Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2017-07-25 21:46:13
1.难点在于装cygwin,因为cygwin已经不支持win xp了。但是我找到了一个网站。https://superuser.com/questions/1132000/is-it-still-possible-to-get-cygwin-for-xp随后到这个网站:http://www.crouchingtigerhiddenfruitbat.org/Cygwin/timemachine.html1. 首先下载cygwin的setup-x86.exe版本,然后创建快捷方式,加.........【阅读全文】
发布时间:2017-01-08 11:54:15
这一段主要是来自于: http://www.microhowto.info/howto/get_the_ip_address_of_a_network_interface_in_c_using_siocgifaddr.htmlSuppose that you wish to display the IPv4 address of a network interface. The variable if_name points to a null-terminated string containing the name of the interface (for.........【阅读全文】
发布时间:2016-08-29 15:33:22
下面的代码在 ubuntu 14.04.3上可以编译,GCC 版本是 4.8.4点击(此处)折叠或打开#include <stdio.h>#include <stdlib.h>int main(){ int my_int; printf("Ar.........【阅读全文】
发布时间:2015-12-09 12:05:48
intptr_t 定义在stdint.h./usr/include/stdint.h:typedef intintptr_t;/usr/include/stdint.h:typedef unsigned intuintptr_t;点击(此处)折叠或打开#include #include int main(void){&nbs.........【阅读全文】
发布时间:2015-10-30 16:57:42
原始pwd的实现请参照Coreutils.点击(此处)折叠或打开#include <apue.h>#include <dirent.h>#include <sys/types.h>//BUFSIZ is defined in stdio.h: it is the maximum string size#define MAXPATH BUFSIZ.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com