- 博客(7)
- 资源 (5)
- 收藏
- 关注
原创 实训 mysql ssh
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server
2014-07-07 08:55:36
474
转载 [存档]python并发 multiprocessing 例子
http://blog.chinaunix.net/uid-20393955-id-345398.html
2014-04-24 09:28:55
321
原创 PyGTK学习
#!/usr/bin/env python # example base.py import pygtk pygtk.require('2.0') import gtk class Base: def __init__(self): self.window = gtk.Window(gtk.WINDOW_TOPLEVEL) self.window.sh
2014-04-17 09:40:07
514
原创 python练习
界面不能看,不想改,先保存下 #coding=utf-8 ''' Created on 2014-3-26 Stopwatch: The Game ''' __metaclass__ = type import wx class GameFrame(wx.Frame): def __init__(self,title): super(GameFra
2014-03-27 21:12:44
382
windows下pygtk开发环境整合 all-in-one for py2.7
2014-04-15
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人