李琪的博客
转一篇MBR文章: http://coldbloodx.blog.sohu.com/167401311.html
288° / 2883
人阅读/ 0 人点赞/ 0 条评论
[root@ip170rhel6u2 ~]# cat /etc/profile |grep unlimitedulimit -S -c unlimited > /dev/null 2>&1[root@ip170rhel6u2 ~]# . /etc/profile[root@ip170rhel6u2 ~]# ulimit -cunlimited[root@ip170rhel6u2
384° / 3843
人阅读/ 0 人点赞/ 0 条评论
It is based on Linux 2.6 kernel, not for Linux 2.4 kernel. [root@rhel55build qli]# ll -lhtotal 34M-r--r--r-- 1 root root 34M Dec 29 13:44 initrd-rhel-6.1-x86_64.imgdrwxr-xr-x 2 root root 4.0K D
463° / 4632
人阅读/ 0 人点赞/ 0 条评论
http://wiki.platform.com/wiki/index.php/Qi_Li
280° / 2802
人阅读/ 0 人点赞/ 0 条评论
qli@qli-desktop:~/backup/backup$ cat calcCodelines.sh#!/usr/bin/env bash#Simple collect the Fujitsu CE project different source code line number#Author: liqi1031@gmail.com#Date: Dec 17, 2011 usage(){&
343° / 3431
人阅读/ 0 人点赞/ 0 条评论
#-*- coding:utf-8 -*-'''Created on 2011-12-11作者: 李昱彤Email: liqi1031@gmail.com'''def foo(data): if type(data) == type(0): print "你输入了一个整
469° / 4698
人阅读/ 0 人点赞/ 0 条评论
http://www.ibm.com/developerworks/cn/linux/
279° / 2799
人阅读/ 0 人点赞/ 0 条评论
#-*- coding:utf-8 -*-'''Created on 2011-12-4作者: 李昱彤Email: liqi1031@gmail.com'''#open 函数可能引发IOError异常(可能文件不存在)#seek 方法可能引发IOError异常(可能是文件长度小于给定的字节数)#read 方法可能引发IOError异常(可能磁盘有坏扇区,或它在一个网络驱动器上,而网络刚好断了) #
419° / 4181
人阅读/ 0 人点赞/ 1 条评论
#-*- coding:utf-8 -*-'''Created on 2011-10-9作者: 李昱彤Email: liqi1031@gmail.com''' import re print '------------------example1---------------------'m = re.match('^[f-z]+', 'fool dfool')#匹配成功,就返回匹配对象,匹配对象
384° / 3836
人阅读/ 0 人点赞/ 1 条评论
#-*- coding:utf-8 -*-'''Created on 2011-5-15作者: 李昱彤Email: liqi1031@gmail.com''' db = {} def newUser(): prompt = 'login desired: ' while True:  
372° / 3724
人阅读/ 0 人点赞/ 0 条评论