阅读过去,思考未来。面向信仰编程
软件知识分享
方法1,使用ifconfig 重启eth0: ifconfig eth0 sto Read more…
开机运行服务脚本内容 #!/bin/sh # # demo_name init Read more…
Ipython有个特性,里面有类似_i1、_i2这样的变量,表示第1次第二次输入 Read more…
#!/usr/bin/python # -*- coding: GBK -*- Read more…
在wxPython中,有几个内置的脚本工具可以用来做图片格式转换,在c:\Pyt Read more…
* wx.ART_ADD_BOOKMARK * wx.ART_DEL_BOOKM Read more…
有时需要把print的内容输出到变量储存起来,比如调用别人的脚本,别人结果都是p Read more…
在整个 Discuz! X2.5 产品中,为了提供效率,需要对 SQL 做相应的 Read more…
在2011年8月的时候,我写了一篇博客《使用CodeIgniter框架搭建RES Read more…
Data URL给了我们一种很巧妙的将图片“嵌入”到HTML中的方法。跟传统的用 Read more…