03 2009 档案

摘要: View Code Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load BackgroundWorker1.WorkerReportsProgress = True BackgroundWorker1.WorkerSupportsCancellation = True End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handl阅读全文
posted @ 2009-03-26 15:08 大力 阅读(231) | 评论 (0) 编辑
摘要: 昨天观看“移魂都市”,1998上映的老电影了。它跟“我是传奇”同类,难得的好电影,没看过的朋友不要错过。。。。。/阅读全文
posted @ 2009-03-06 10:29 大力 阅读(100) | 评论 (0) 编辑
摘要: 好多邮局软件都是收集IP段来判断某封邮件是否发到海外,维护这个库工作量非常大(因为IP段随时都会变动)。大家可以考虑用whois.apnic.net查询对应的country来判断,以下是Socket 43返回的截图,如得到的不是country: CN就是海外邮件,这样就非常精确了/阅读全文
posted @ 2009-03-05 11:00 大力 阅读(115) | 评论 (0) 编辑