2011年11月8日

怎样删除服务

摘要: 删除服务一般有两个办法: 办法一: 用sc.exe这个Windows命令 开始——运行——cmd.exe,然后输入sc就可以看到了。使用办法很简单: sc delete "服务名" (如果服务名中间有空格,就需要前后加引号) ... 阅读全文

posted @ 2011-11-08 17:21 张大大123 阅读(261) 评论(0) 推荐(0) 编辑

两个 Python 的冷技巧(2)

摘要: 赖勇浩(http://laiyonghao.com)一先来看两句代码record = cursor.execute('select * from tbl where id = 123456').fecth_all()[0]msg = struct.unpack('!I', buff)[0]不知道大... 阅读全文

posted @ 2011-11-08 10:37 张大大123 阅读(169) 评论(0) 推荐(0) 编辑

导航