博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
攫取精华.为我所用.
CP == Community and Professional 网站好慢,准备迁移!
yszll.cublog.cn
管理博客
发表文章
留言
收藏夹
· 我的收藏
博客圈
音乐
相册
文章
· C/C++
· Python
· Perl
· VIM
· Linux
· Debian
· ubuntu
· FreeBSD
· Solaris
· OpenBSD
· Shell
· Oracle
· PostgreSQL
· MySQL
· 网络技术
· Iptables
· P2P技术
· 嵌入式系统
· RADIUS
· Windows
· English
· French
· 其他
首页
关于作者
姓名:Alex.YS 职业:Network 年龄:99 位置:北京市朝阳区
||
<<
>>
||
我的分类
最新照片
上一张
下一张
幻灯片
停止播放
最新文章
·
hash简介
·
rather than,prefer与wou..
·
Ethernet Bonding Config..
·
Marvell RAID controller..
·
C语言中static 变量
最新留言
·
shl11008
你好,我想向你你请教一些..
·
shl11008
你好,我想向你你请教一些..
·
xia_bd
我看到你写的那个radius的..
·
xia_bd
adf
·
本站网友
你好,看了你关于ulogd使用..
最新评论
·
你把帮助文档贴出来干嘛,..
·
十分感谢你写的东西,对我..
·
好谢谢啦
·
aa
·
你好
其實chm你可以在nt上..
最新收藏
·
APT HOWTO
·
Debian Linux Kernel
·
http://www.storybin.
统计信息
·
总访问量:193119
·
文章个数:194
·
评论条数:29
·
留言条数:8
·
网友推荐:
hash简介
<div id="td_content"><p>Hash基础知识</p> <p>1、概念</p> <p>Hash,一般翻译做“散列”,也有直接音译为"哈希"的,就是把任意长度的输入(又叫做预映射, pre-image), 通过散列算法,变换成固定长度的输出……
查看全文
发表于:2008-07-29 ┆
阅读(459)
┆
评论(0)
rather than,prefer与would rather
在英语中,表示“偏爱”、“优先”、“更喜欢”、“更可取”或“宁愿”等意思时,可用prefer,would rather和rather than来表达。 <br> <br> —)rather than <br> <br> rather than必须连接两个平行结……
查看全文
发表于:2008-07-24 ┆
阅读(329)
┆
评论(0)
Ethernet Bonding Configuration in Debian
What is Ethernet Bonding ?<br><br>Ethernet bonding refers to aggregating multiple ethernet channels together to form a single channel. This is primarily used for redundancy in ethernet paths or for lo……
查看全文
发表于:2008-07-23 ┆
阅读(267)
┆
评论(0)
Marvell RAID controller driver
<pre>How to build and install the linux driver for Marvell raid controller.<br><br><br>1. Introduction<br>---------------<br><br> This is the partial linux kernel driver source code for Marvell……
查看全文
发表于:2008-07-14 ┆
阅读(390)
┆
评论(0)
C语言中static 变量
<p>1. static 变量</p> <p>静态变量的类型 说明符是static。 静态变量当然是属于静态存储方式,但是属于静态存储方式的量不一定就是静态变量。 例如外部变量虽属于静态 存储方式,但不一……
查看全文
发表于:2008-07-10 ┆
阅读(466)
┆
评论(1)
Guidelines for implementing functions
<p class="docText">Most library functions provide good models for implementing functions. Here are guidelines to follow.</p><span style="font-weight: bold;"> <ol class="docList" type="1"><li><span ……
查看全文
发表于:2008-07-10 ┆
阅读(280)
┆
评论(0)
fstab with UUID
<p>When linux system starts, auto mounting partition will be done by refering to /etc/fstab. The file /etc/fstab will list down how you like the system to mount your partition. For examples,</p> <p……
查看全文
发表于:2008-07-03 ┆
阅读(366)
┆
评论(0)
Ubuntu下的UUID
UUID,全称Universally Unique Identifier <br> <br> 它是一个128位,16字节的值,并确保在时间和空间上唯一。它把硬件地址、时间以及随机数结合在一起来确保其唯一性的。一般情况下,生成算法用计算机 网卡的……
查看全文
发表于:2008-07-03 ┆
阅读(310)
┆
评论(0)
C语言常用宏定义
<span style="font-weight: bold;">01:</span> 防止一个头文件被重复包含<br>#ifndef COMDEF_H<br>#define COMDEF_H<br>//头文件内容<br>#endif<br><span style="font-weight: bold;">02: </span>重新定义一些类……
查看全文
发表于:2008-06-24 ┆
阅读(1387)
┆
评论(2)
Windows TCP/IP 的默认网关行为
<DIV> <P>TCP/IP主机可以使用以下方法到达远程目标地:</P> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD class=listBullet vAlign=top>•</TD> <TD class=listItem> <P><B>存储针对……
查看全文
发表于:2008-06-20 ┆
阅读(619)
┆
评论(0)
去除vim搜索后的高亮显示
:noh :nohlsearch<BR><BR><BR>VimTip 93: if you use 'highlight search' feature, map a key to :noh<BR>http://vim.sourceforge.net/tip_view.php?tip_id=<BR><BR>It i……
查看全文
发表于:2008-06-19 ┆
阅读(411)
┆
评论(0)
General purpose memory allocation functions
<pre>MALLOC(3) NetBSD Library Functions Manual MALLOC(3)<br><br><strong>NAME</strong><br> <strong>malloc</strong>, <strong>calloc</strong>, <strong>realloc</strong>,……
查看全文
发表于:2008-06-13 ┆
阅读(365)
┆
评论(0)
内存分配例程分析
<center><h1>Technical Reference: Base Operating System and Extensions, Volume 1</h1></center> <a name="a174921e"></a> <h2 id="a174921e">malloc, free, realloc, calloc, mallopt, mallinfo, mallinfo_……
查看全文
发表于:2008-06-13 ┆
阅读(387)
┆
评论(0)
GDB的使用方法
简述<br><br> 一 列文件清单<br> 二:执行程序<br> 三:显示数据<br> 四:断点(breakpoint)<br> 五.断点的管理……
查看全文
发表于:2008-06-10 ┆
阅读(341)
┆
评论(0)
debian4.0安装oracle 10g
<DIV>一、安装前准备,机器配置太垃圾了就不要尝试了。512内存,1g的swap,还有500M左右的temp。<BR><BR>如果不够的就自己添加,就不多说了。也可以自己建个新的temp<BR>#mkdir /opt/tmp<BR>#chown root.root /opt/t……
查看全文
发表于:2008-06-06 ┆
阅读(418)
┆
评论(0)
法语键盘映射图
<DIV> <DIV align=center><IMG src="http://blogimg.chinaunix.net/blog/upfile2/080605121855.gif" onload="javascript:if(this.width>500)this.width=500;" border=0></DIV></DIV> <DIV></DIV>
查看全文
发表于:2008-06-05 ┆
阅读(358)
┆
评论(0)
用键盘打出法语字母
<DIV><FONT face=Arial> <P class=postbody align=left><FONT face=Arial>很多法语学习者对法语在电脑上打出法语字母来一定很困惑,那么多长像很奇怪的字母都该怎么打出来呢?下面我们就来教你怎么用键盘打出法语字……
查看全文
发表于:2008-05-30 ┆
阅读(536)
┆
评论(0)
<简明法语教程>教学视频下载
<DIV> <P>共40讲,42课.</P> <P>入门教程:<BR><A href="http://www.qjfy.com.cn/kejt/yibaier/class09.WMV"><FONT color=#0000ff>http://www.qjfy.com.cn/kejt/yibaier/class09.WMV</FONT></A></P> <P><A href="h……
查看全文
发表于:2008-05-30 ┆
阅读(1400)
┆
评论(0)
Core Dump
<DIV>何谓 core?<BR>在使用半导体作为内存的材料前,人类是利用线圈当作内存的材料(发明者为王安),线圈就叫作 core ,用线圈做的内存就叫作 core memory。如今,半导体工业蓬勃发展,已经没有人用 core memory 了……
查看全文
发表于:2008-05-29 ┆
阅读(319)
┆
评论(0)
Turn off: disable selinux
<DIV> <P>Q. How do I disable SELinux enforcement?</P> <P>A. Security-Enhanced Linux (SELinux) is security patch applied to Linux kernel. When enabled in the kernel it follows the the principle of le……
查看全文
发表于:2008-05-28 ┆
阅读(439)
┆
评论(0)