• UTF-8编码的相关知识

    字符集和编码的区别: 字符集:字符集是一个字符的集合,比如ASCII字符集,ASCII扩展字符集,unicode字符集,中国的gb2312、gb18030字符集等等,我们说字符集往往连带的说“编码”,但实际上字符集就是一个容纳表现文字的集合。在计算机信息处理中,编码和字符集是密切...

    2009-05-13 07:16:52

  • 看脚本学shell编程

    #!/bin/sh # $Xorg: startx.cpp,v 1.3 2000/08/17 19:54:29 cpqbld Exp $ # # This is just a sample implementation of a slightly less primitive # interface than xinit. It looks for user .xinitrc and .xserverrc # files, then system xinitrc and xserverrc f...

    2009-05-13 07:16:52

  • vi用法详解

    vi用法 VI命令可以说是Unix/linux世界里最常用的编辑文件的命令了,但是因为它的命令集众多,很多人都不习惯使用它,其实您只需要掌握基本命令,然后加以灵活运用,就会发现它的优势,并会逐渐喜欢使用这种方法。本文旨在介绍VI的一些最常用命令和高级应用技巧。 一、...

    2009-05-13 07:16:52

  • mysql维护

    MySQL中文参考手册---13 维护MySQL安装 http://linuxdb.yeah.net 译者:晏子 (2001-05-14 11:54:51) 13.1 使用myisamchk进行表的维护和崩溃恢复 为了检查/修复MyISAM表(.MYI和.MYD),你应该使用myisamchk实用程序。为了检查/修复ISAM表(.ISM和.ISD),你应该使用isamchk...

    2009-05-13 07:16:18

  • FreeBSD下Vim 箭头键显示为ABCD

    FreeBSD Vim在Insert模式下,上下左右箭头键显示为ABCD四个字母。解决:方法1. 编辑.vimrc,加入set nocompatible方法2.$ vim ~/.vimrcset t_ku= (now type Ctrl-V and press cursor up)set t_kd= (now type Ctrl-V and press cursor down)set t_kr= (now type Ctrl-V a...

    2009-05-13 07:16:17

  • The Linux GCC HOWTO中译版V0.2

    又收集到一篇好文章,可惜没有时间看了,先放到这里。 http://docs.huihoo.com/gnu/gcc/gcc_howto/GCC-HOWTO.html#toc6 本文来自ChinaUnix博客,如果查看原文请点: http://blog.chinaunix.net/u/30686/showart_257508.html...

    2009-05-13 07:15:44

  • [转]FreeBSD系统终极安装手册(图)

    FreeBSD官方文档下载地址(有全中文噢~)ftp://ftp.freebsd.org/pub/FreeBSD/doc/zh_CN.GB2312/books/ 以下部分转载: FreeBSD是一个优秀的多用户系统,其最新版本为5.3。freeBSD的最大好处在于它只有一个发行版,一劳永逸!严格的说,FreeBSD属于一个学习系统,它不象Linu...

    2009-05-13 07:15:06

  • 第9章  DMA

    第9章 DMA 9.1 DMA :什么是DMA,它如何工作 Copyright copy; 1995,1997 Frank Durda IV , All Rights Reserved. 10 December 1996. Last Update 8 October 1997. 翻译 gvim 原文连接 http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/dma.html...

    2009-05-13 07:15:06

  • FreeBSD设备驱动(3) - PCI网卡

    未定稿,待修改,见附件。 screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=scre...

    2009-05-13 07:15:06

  • FreeBSD设备驱动(1) - 基础

    未定稿,待修改,见附件。 screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=scree...

    2009-05-13 07:14:39

2