Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1745178
  • 博文数量: 297
  • 博客积分: 285
  • 博客等级: 二等列兵
  • 技术积分: 3006
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-06 22:04
个人简介

Linuxer, ex IBMer. GNU https://hmchzb19.github.io/

文章分类

全部博文(297)

文章存档

2020年(11)

2019年(15)

2018年(43)

2017年(79)

2016年(79)

2015年(58)

2014年(1)

2013年(8)

2012年(3)

发布时间: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版本,然后创建快捷方式,加.........【阅读全文】

阅读(1588) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(1715) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(1223) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(1638) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(1561) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

fireboyz20052010-11-10 18:27

HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"

这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。

我的qq是:369035906
或gtalk:jiale.chan@gmail.com

回复  |  举报
留言热议
请登录后留言。

登录 注册