【网络资源下载】Cygwin ISO Download
crifan 17年前 (2008-05-21) 2826浏览 0评论
Cygwin 2.510.2.2本地安装包 【责 编】:AcOol 【格 式】:iso 【大 小】:6...
工作相关的技术文章
crifan 17年前 (2008-05-21) 2826浏览 0评论
Cygwin 2.510.2.2本地安装包 【责 编】:AcOol 【格 式】:iso 【大 小】:6...
crifan 17年前 (2008-05-20) 1611浏览 0评论
[ZT]ubuntu8.04安装经验分享 作者 pengkuny 转载自:ChinaUnix 一.系统初始化 1.update source list , updae your system. 切换教育网和电信网络的源: (对于ha...
crifan 17年前 (2008-05-19) 1556浏览 0评论
16/05/2008 √1.see all the rest of <Struggle> 2.write about the driver of FrameBuffer 3.see the <Principle of Linux D...
crifan 17年前 (2008-05-19) 1984浏览 0评论
sudo apt-get install linux-headers-`uname -r` build-essential gcc to install the header files ,build tools ,gcc for develop...
crifan 17年前 (2008-05-18) 1792浏览 0评论
crifan@crifan-Kubuntu8:~/download/vmware$ ls vmware-tools-distrib VMwareTools-e.x.p-84113.tar.gz crifan@crifan-Kubuntu8:~/dow...
crifan 17年前 (2008-05-17) 1533浏览 0评论
http://iso.linuxquestions.org/ 15 Latest Releases 15 Most Popular Ubuntu 8.04 Kubuntu 8.04 Damn Small Linux 4.3 Bel...
crifan 17年前 (2008-05-17) 1565浏览 0评论
TODO : check during play the test.avi ,the fbdev.c call the FBIOPAN_DISPLAY ??? or never call it for our sharp LCD does...
crifan 17年前 (2008-05-17) 1671浏览 0评论
What is the Framebuffer? Definitions Frame: In this case it is the surface of the screen or window. (Yes I know. In a nor...
crifan 17年前 (2008-05-15) 1379浏览 1评论
Linux下的时间操作编程 1.时间表示 在程序当中,我们经常要输出系统当前的时间,比如我们使用date命令的输出结果,这个时候我们可以使用下面两个函数: time_t t...
crifan 17年前 (2008-05-15) 1453浏览 0评论
Linux下文件的操作 阿龙 整理 1.文件的创建和读写 当我们需要打开一个文件进行读写操作的时候,我们可以使用系统调用函数open.使用完成以后我们调用另外一个close函数进行关闭操作. ...