<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_hbt</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/33042/rss</id><updated>2008-08-26T03:25:37Z</updated><author><name>hbt</name><uri>http://www.cnblogs.com/hbt19860104/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hbt19860104/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/33042/rss"/><entry><id>http://www.cnblogs.com/hbt19860104/archive/2008/08/26/1276502.html</id><title type="text">Unix awk使用手册</title><summary type="text">作者的话：《UNIX AWK使用手册》是我几个月前的作品了，回过头来看，这篇文章实在是很粗燥，因当时我写作并上传这个作品时实在是太忙了，没有对文章的质量进行很好的检查，心里老觉得有愧于网友的厚爱，于是趁闲赶忙重写一遍，虽然不一定会有很大的改观，但质量是肯定要好一点的，唯如此，我的良心上才好受一点，呶，下面就是我的修改稿，各位老友请与第一版相比一下，看是否有所进步！这次改写仍然保留了原有的风格：正文...</summary><published>2008-08-26T03:26:00Z</published><updated>2008-08-26T03:26:00Z</updated><author><name>hbt</name><uri>http://www.cnblogs.com/hbt19860104/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hbt19860104/archive/2008/08/26/1276502.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hbt19860104/archive/2008/08/26/1276502.html"/></entry><entry><id>http://www.cnblogs.com/hbt19860104/archive/2008/08/10/1264649.html</id><title type="text">vi命令大全</title><summary type="text">Vi 是现存最早的全屏幕编辑器。对这个 UNIX&amp;#174; 程序，人们褒贬不一：虽然它复杂难学，但只要您习惯了就会发觉它是一个特别强大的工具。Vi 用户只要轻轻几按，就一切 OK，除了 Emacs，几乎没有哪个文本编辑器胆敢如此宣称。Mandrakelinux 所包括的实际上是 Vim -- VI iMproved (增强版 Vi)，不过在本章中我们还是称它为 Vi。如果您想要进一步了解 Vi，...</summary><published>2008-08-10T06:33:00Z</published><updated>2008-08-10T06:33:00Z</updated><author><name>hbt</name><uri>http://www.cnblogs.com/hbt19860104/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hbt19860104/archive/2008/08/10/1264649.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hbt19860104/archive/2008/08/10/1264649.html"/></entry><entry><id>http://www.cnblogs.com/hbt19860104/archive/2008/08/05/1261070.html</id><title type="text">oracle内置函数大全</title><summary type="text">1SQL中的单记录函数21.ASCII3返回与指定的字符对应的十进制数;4SQL&amp;gt;selectascii('A')A,ascii('a')a,ascii('0')zero,ascii('')spacefromdual;56AAZEROSPACE7------------------------------------865974832910112.CHR12给出整数,返回对应的字符;13SQ...</summary><published>2008-08-05T08:10:00Z</published><updated>2008-08-05T08:10:00Z</updated><author><name>hbt</name><uri>http://www.cnblogs.com/hbt19860104/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hbt19860104/archive/2008/08/05/1261070.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hbt19860104/archive/2008/08/05/1261070.html"/></entry><entry><id>http://www.cnblogs.com/hbt19860104/archive/2008/07/31/1257711.html</id><title type="text">理解proc文件系统</title><summary type="text">理解 Proc 文件系统 摘要: Linux 内核提供了一种通过 /proc 文件系统，在运行时访问内核内部数据结构、改变内核设置的机制。尽管在各种硬件平台上的 Linux 系统的 /proc 文件系统的基本概念都是相同的，但本文只讨论基于 intel x86 架构的 Linux /proc 文件系统。 _________________ _________________ ___________...</summary><published>2008-07-31T15:15:00Z</published><updated>2008-07-31T15:15:00Z</updated><author><name>hbt</name><uri>http://www.cnblogs.com/hbt19860104/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hbt19860104/archive/2008/07/31/1257711.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hbt19860104/archive/2008/07/31/1257711.html"/></entry><entry><id>http://www.cnblogs.com/hbt19860104/archive/2008/07/24/1250898.html</id><title type="text">unix解释器原理</title><summary type="text">引言使用Shell进行工作的人们对Unix/Linux下的Shell编程都很熟悉，在所有的Shell编程的书中都会提到#!/bin/bash,而这里到底包含了些什么？对操作系统而言，这一行字符串意味着什么？你可能会说，不就是会让 /bin/bash程序来解释这个脚本程序吗？当然你是对的，看看我们的标题，这里我们谈谈解释器，让我们一起来看看脚本文件里的第一句到底对系统而言意味着什么。但有一点我们可先...</summary><published>2008-07-24T14:19:00Z</published><updated>2008-07-24T14:19:00Z</updated><author><name>hbt</name><uri>http://www.cnblogs.com/hbt19860104/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hbt19860104/archive/2008/07/24/1250898.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hbt19860104/archive/2008/07/24/1250898.html"/></entry><entry><id>http://www.cnblogs.com/hbt19860104/archive/2008/07/22/1248737.html</id><title type="text">守护进程</title><summary type="text">守护进程（Daemon）是运行在后台的一种特殊进程。它独立于控制终端并且周期性地执行某种任务或等待处理某些发生的事件。守护进程是一种很有用的进程。Linux的大多数服务器就是用守护进程实现的。比如，Internet服务器inetd，Web服务器httpd等。同时，守护进程完成许多系统任务。比如，作业规划进程crond，打印进程lpd等。 守护进程的编程本身并不复杂，复杂的是各种版本的Unix的实现...</summary><published>2008-07-22T07:10:00Z</published><updated>2008-07-22T07:10:00Z</updated><author><name>hbt</name><uri>http://www.cnblogs.com/hbt19860104/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hbt19860104/archive/2008/07/22/1248737.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hbt19860104/archive/2008/07/22/1248737.html"/></entry><entry><id>http://www.cnblogs.com/hbt19860104/archive/2008/07/22/1248525.html</id><title type="text">深入浅出Shell编程</title><summary type="text">深入浅出Shell编程: 前言 深入浅出Shell编程: 前言 0.1 shell 背景 0.2 Hello World! 0.3 超越Hello World 0.4 本书结构 现在编程语言越来越多，C, C++, perl, php, Java ...... 有点让程序员无所适从。每种语言都有其优势，在Unix/Linux平台上，Shell脚本使用非常广泛，其原因在于一群聪明人写了许多工具包，你...</summary><published>2008-07-22T02:51:00Z</published><updated>2008-07-22T02:51:00Z</updated><author><name>hbt</name><uri>http://www.cnblogs.com/hbt19860104/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hbt19860104/archive/2008/07/22/1248525.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hbt19860104/archive/2008/07/22/1248525.html"/></entry><entry><id>http://www.cnblogs.com/hbt19860104/archive/2008/06/30/1232525.html</id><title type="text">unix基础教程</title><summary type="text">这篇东西是关于Unix系统操作的教程。也是Unix的入门教程。如果你有兴趣学，请看下去，保证你可以学到许多有用的东西。如果你满足于dos,windows的操作，不想对网络服务器，有任何了解的话，可以不看。因为你并不想成为计算机高手。本教程仅仅讲授Unix系统的常用命令，不涉及Unix的历史、安装和编程。如果你想得到更多的知识， 请查找其他的教材。本教程参考了《精通Unix》、《Unix基础》、《U...</summary><published>2008-06-30T08:09:00Z</published><updated>2008-06-30T08:09:00Z</updated><author><name>hbt</name><uri>http://www.cnblogs.com/hbt19860104/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hbt19860104/archive/2008/06/30/1232525.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hbt19860104/archive/2008/06/30/1232525.html"/></entry><entry><id>http://www.cnblogs.com/hbt19860104/archive/2008/06/27/1231165.html</id><title type="text">Linux环境下的Socket编程</title><summary type="text">什么是Socket 　　Socket接口是TCP/IP网络的API，Socket接口定义了许多函数或例程，程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程，必须理解Socket接口。 　　Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话，就很容易了解Socket了。网络的Socket数据传输是一种特殊...</summary><published>2008-06-27T07:37:00Z</published><updated>2008-06-27T07:37:00Z</updated><author><name>hbt</name><uri>http://www.cnblogs.com/hbt19860104/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hbt19860104/archive/2008/06/27/1231165.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hbt19860104/archive/2008/06/27/1231165.html"/></entry><entry><id>http://www.cnblogs.com/hbt19860104/archive/2008/05/30/1210499.html</id><title type="text">windows启动过程详解</title><summary type="text">我们每天都在和Windows打交道，很多人可能每天都要面对多次Windows的启动过程，可是您知道在Windows的启动过程背后，隐藏着什么秘密吗？在这一系列过程中都用到了哪些重要的系统文件？系统的启动分为几个步骤？在这些步骤中计算机中发生了什么事情？这些就是本文试图告诉您的。本文的适用范围随着技术的发展，我们能够见到的计算机硬件种类越来越多。以计算机上最重要的组件CPU来说，目前就有很多选择。当...</summary><published>2008-05-30T02:16:00Z</published><updated>2008-05-30T02:16:00Z</updated><author><name>hbt</name><uri>http://www.cnblogs.com/hbt19860104/</uri></author><link rel="alternate" href="http://www.cnblogs.com/hbt19860104/archive/2008/05/30/1210499.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/hbt19860104/archive/2008/05/30/1210499.html"/></entry></feed>
