blog
dotnet
摘要: Python: Google App Engine (GAE) Paginator Class 1 """ 2 Usage: 3 query = User.gql('order by lastname') 4 pager = Paginator(query,url="/userlist/",pagesize=5) 5 results,pager = pag... 阅读全文
posted @ 2009-02-14 20:14 hjue 阅读(383) 评论(0) 推荐(0) 编辑
摘要: Python: 简单的whois客户端,可用于判断域名是否被注册 1 """ 2 whois.py 3 简单的whois客户端,可用于判断域名是否被注册 4 """ 5 6 import sys 7 import socket 8 9 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) 10 s.connect((... 阅读全文
posted @ 2009-02-07 15:25 hjue 阅读(541) 评论(0) 推荐(0) 编辑
摘要: #!/bin/shFILE=/usr/home/haoyu/ip_apnicrm -f $FILEwget http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest -O $FILEgrep 'apnic|CN|ipv4|' $FILE | cut -f 4,5 -d'|'|sed -e 's/|/ /g' | while read... 阅读全文
posted @ 2006-03-16 22:47 hjue 阅读(508) 评论(0) 推荐(0) 编辑
摘要: 关于DRM打包时的错误文章来源:http://blog.csdn.net/hjue/archive/2006/03/16/626663.aspx 阅读全文
posted @ 2006-03-16 22:41 hjue 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 1、数据包 "netstat 1"一秒钟累计一次,"netstat 2"两秒钟累计一次。依此类推 2、查看网卡流量:"systat -if 1"每秒钟刷新一次,"systat -if 2"两秒钟刷新一次,依此类推 文章来源:http://blog.csdn.net/hjue/archive/2006/02/16/600188.aspx 阅读全文
posted @ 2006-02-16 20:03 hjue 阅读(320) 评论(0) 推荐(0) 编辑
摘要: Apache+php+MySQL安装 Step By Step文章来源:http://blog.csdn.net/hjue/archive/2006/01/23/586891.aspx 阅读全文
posted @ 2006-01-23 22:51 hjue 阅读(126) 评论(0) 推荐(0) 编辑
摘要: FreeBSD邮件系统安装 Step by Step文章来源:http://blog.csdn.net/hjue/archive/2006/01/23/586867.aspx 阅读全文
posted @ 2006-01-23 22:28 hjue 阅读(122) 评论(0) 推荐(0) 编辑
摘要: find命令功能非常强大,是网管必须要掌握的文章来源:http://blog.csdn.net/hjue/archive/2006/01/21/585471.aspx 阅读全文
posted @ 2006-01-21 19:14 hjue 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 一下不小心用tar生成了一个文件名为--exclude的文件。用rm --exclude,rm '--exclude'都删除不了。结果试试用rm -- --*,删除了文章来源:http://blog.csdn.net/hjue/archive/2006/01/20/585002.aspx 阅读全文
posted @ 2006-01-21 00:18 hjue 阅读(171) 评论(0) 推荐(0) 编辑
摘要: Vi编辑器的基本使用方法文章来源:http://blog.csdn.net/hjue/archive/2006/01/20/584577.aspx 阅读全文
posted @ 2006-01-20 17:07 hjue 阅读(146) 评论(0) 推荐(0) 编辑