Archives Posts
感染c源程序的病毒
#include <stdio.h>
#include <string.h>
#include <dir.h>
#include <io.h>
Read the rest of this entry »
#include <stdio.h>
#include <string.h>
#include <dir.h>
#include <io.h>
Read the rest of this entry »
想来学习Java也有两个年头了,永远不敢说多么精通,但也想谈谈自己的感受,写给软件学院的同仁们,帮助大家在技术的道路上少一点弯路。说得伟大一点是希望大家为软件学院争气,其实最主要的还是大家自身的进步提升——
Read the rest of this entry »
放假安装了个solaris 10 系统,想体验下UNIX操作系统的魅力。安装了一个多钟,夜里3点才装好。一开始就遇到2个问题。一个是屏幕分辨率太低,只有640*480,无法识别液晶显示器。第二个就是无法上网,无法上网就很难边学边查资料。
UNIX和linux配置又有不同,上网查资料修改了几个文件也还是不能上网。运行命令ifconfig -a, 只发现lo0接口,没有发现网卡。最后查到是集成intel pro 100网卡的识别问题,不先解决网卡的识别问题只修改配置文件是没有用的。这里把整个配置过程说明一下,给大家一个参考。
Read the rest of this entry »
安装KDE:
方法一:
sudo apt-get install kubuntu-desktop
sudo apt-get install language-pack-kde-zh language-pack-kde-zh-base language-pack-zh language-pack-zh-base language-support-zh
方法二:
sudo apt-get install kde kde-i18n-zhcn
sudo apt-get install language-pack-kde-zh language-pack-kde-zh-base language-pack-zh language-pack-zh-base language-support-zh
Read the rest of this entry »
1. 基本解释
typedef为C语言的关键字,作用是为一种数据类型定义一个新名字。这里的数据类型包括内部数据类型(int,char等)和自定义的数据类型(struct等)。
在编程中使用typedef目的一般有两个,一个是给变量一个易记且意义明确的新名字,另一个是简化一些比较复杂的类型声明。
Read the rest of this entry »
Debian 发行版讨论区 ;也可以从 http://debian.linuxsir.org/ 获取.linux下安装eva qq configure 错误详解
./configure错误全搞掂
Tuesday, April 17, 2007, 06:50 PM
错误: C compiler cannot create executables
原因:
解决:sudo apt-get gcc libc6-dev
错误:checking for C compiler default output… configure: error: C compiler cannot create executables
原因:
解决:sudo apt-get install libc6-dev