转载自http://www.cnblogs.com/descusr/p/3225874.html全部程序写完之后,验证码图片不显示,点击图片地址会提演示样例如以下错误,而且在linux下的纠正办法用pil产生验证码出现:ImportError: The _imagingft C module is ...
在powershell命令行里依次运行1. (new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex2. install-module posh-git如果你的系统是64位的,可能会报错"D:\我...
分类:
其他好文 时间:
2014-10-05 14:47:08
阅读次数:
843
朋友说打印机共享有问题,远程检查了一下电脑。计算机名共享打印机,查看计算机名U7AE70GZWRVQ\\U7AE70GZWRV0O1Q---------------------------------以下百度的答案解决:通过共享计算机名的形式进入,如192.168.1.150的计算机名为AAA,则\\aaa打开共享打印机,在添加打印机即可..
找遍Web.Config,Machine.Config,没有找到配置DefaultAuthentication Module 的地方,反射代码一看,原来是在代码中写死的: 这个Module还有个事件的: 可是代码中写死实例化DefaultAuthentication Module,并没有指定此事件要...
分类:
其他好文 时间:
2014-10-04 03:04:45
阅读次数:
245
直接上代码:module Action def jump @distance = rand(4) + 2 puts "I jumped forward #{@distance} feet!" endendclass Rabbit include Action attr_reade...
分类:
其他好文 时间:
2014-10-03 00:29:03
阅读次数:
235
/***************************************************/ Blocking and Nonblocking circuit and Simulation/ Using level sensitive event/ Programing by seon...
分类:
其他好文 时间:
2014-10-02 23:26:54
阅读次数:
292
我们可以认为module是一个专门存放一系列方法和常量的工具箱。module和class非常像, 只是module不能创建实例也不能有子类, 它们仅仅能存放东西。例如:module Circle PI = 3.141592653589793 def Circle.area(radius) ...
分类:
其他好文 时间:
2014-10-02 23:05:23
阅读次数:
282
/***************************************************/ Shift Register module by Submodule/ Programing by seongki***************************************...
分类:
其他好文 时间:
2014-10-02 22:32:43
阅读次数:
354
/***************************************************/ Shift Register module/ Programing by seongki***************************************************/...
分类:
其他好文 时间:
2014-10-02 22:31:34
阅读次数:
329
在linux中,可以在交互界面和命令行使用调试,这里,记录下命令行的调试在命令行使用python27-mpdbuse_infix2postfix.py就可以进入调试模式>/root/py/algor/use_infix2postfix.py(7)<module>()->importtypes这是脚本的第一条语句h(elp)(Pdb)hDocumentedcommands(ty..
分类:
数据库 时间:
2014-10-02 13:55:43
阅读次数:
188