摘要:
2寸照片尺寸: 38mm×51mm 照片的尺寸是以英寸为单位,1英寸=2.54cm ,通常X寸是指照片长的一边的英寸长度。如:5寸就是照片宽为2.54x5=12.7cm;12寸就是照片宽为2.54x12=30.5cm。 小一寸 2.2×3.2(厘米) ; 大一寸 3.3×4.8(厘米) 1.5×2 英寸: 二寸 3.5×4.9(厘米) ; 小二寸 3.5×4.5(厘米)... 阅读全文
摘要:
http://sourceforge.net/projects/moreclipboard/?source=directory 阅读全文
摘要:
用git pull来更新代码的时候,遇到了下面的问题: error: Your local changes to the following files would be overwritten by merge: xxx/xxx/xxx.php Please, commit your changes or stash them before you can merge. ... 阅读全文
摘要:
http://my.oschina.net/mutour/blog/?disp=2&catalog=0&sort=time&p=4 Python 不使用win32api打开任务管理器内容 用Python监听鼠标和键盘事件 阅读全文
摘要:
目录 How to learn wxPython Learn Python Choose a good editor Install wxPython Read the wxPython tutorials Read the wxPython Style Guide Read the demo f... 阅读全文
摘要:
mysql导入数据库出现:Incorrect string value: '\xE7\x82\xB9\xE9\x92\x9F' for column 'chinese' at row 1 使用 show variables like 'character%' 查看数据库的编码, 如下: character_set_client utf8mb4 character_set_connec... 阅读全文
摘要:
privacy policy - 隐私政策协议 阅读全文
摘要:
http://files.cnblogs.com/files/zhang-pengcheng/%E6%9C%AA%E6%8E%8C%E6%8F%A1%E7%9A%84%E5%8D%95%E8%AF%8D.zip 阅读全文
摘要:
参考:http://blog.csdn.net/vincent_czz/article/details/7697039/ # -*- coding: utf-8 -*- #mysqldb import time, MySQLdb #连接 conn=MySQLdb.connect(host="localhost",user="root",pas... 阅读全文
摘要:
参考:http://blog.csdn.net/rongyongfeikai2/article/details/13093555/ 参考:http://blog.csdn.net/yingmutongxue/article/details/43985559 http://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi 阅读全文