text = ("This is text box") panel = wx.Panel(self, -1) chkAll1 = wx.CheckBox(panel, ID_CHKBOX_CAN_SEL_ALL, u'全选') chkKnown = wx.CheckBox(panel, ID_CHK...
分类:
数据库 时间:
2015-11-02 00:19:40
阅读次数:
574
核心代码import wx, cv2import numpy as np# Start with a numpy array style image I'll call "source"# convert the colorspace to RGB from cv2 standard BGR, en...
分类:
编程语言 时间:
2015-10-22 19:12:42
阅读次数:
644
$('.chooseImage').click(function(){ wx.chooseImage({ count: pic_num, // 默认9,大于9也是显示9 sizeType: ['compressed']...
分类:
微信 时间:
2015-10-16 20:41:00
阅读次数:
509
今天在使用Python的GUI平台wxPython时,写了一个只有打开、编辑、保存功能的简易笔记本,代码如下: 1 #coding:utf-8 2 import wx 3 4 def load(event): 5 f = open(FileName.GetValue()) 6 Co...
分类:
编程语言 时间:
2015-10-13 16:57:51
阅读次数:
380
代码如下://找到tomcat/etc/wx文件夹 private static String getPropFolderPath() { /* Properties p = System.getProperties(); p.list(System.out);*/ //获取tomcat...
分类:
编程语言 时间:
2015-10-13 10:37:54
阅读次数:
157
[root@wx-a~]#crontab--helpcrontab:invalidoption--‘-‘crontab:usageerror:unrecognizedoptionusage:crontab[-uuser]filecrontab[-uuser][-e|-l|-r](defaultoperationisreplace,per1003.2)-e(edituser‘scrontab)编辑crontab工作内容-l(listuser‘scrontab)查看crontab工作内容-..
分类:
系统相关 时间:
2015-10-12 01:58:23
阅读次数:
255
安装nginxYum安装参考http://nginx.org/en/linux_packages.html编译安装nginx系统首先要安装gcc*包以及一些依赖包[root@wx-atool]#wgethttp://nginx.org/download/nginx-1.8.0.tar.gz[root@wx-atool]#tarxfnginx-1.8.0.tar.gz-C/usr/local/src/[root@wx-atool]#cd/usr/local/sr..
分类:
其他好文 时间:
2015-10-10 06:52:24
阅读次数:
572
通过微信js-sdk提供的卡卷领取接口,用户可以获取卡卷:wx.addCard({ cardList: [{ cardId: '', cardExt: '' }], // 需要添加的卡券列表 success: function (res) { ...
分类:
微信 时间:
2015-10-05 23:12:29
阅读次数:
624
#!/usr/bin/phthonimport osimport timeimport commandsimport shutilimport threadingfrom os.path import join, getsizeimport MySQLdb as mydb# 备份目录baseDir = "/data2/backup/backup_data/"# ns 或 wx; 备份后是否要压缩...
分类:
数据库 时间:
2015-10-01 07:00:25
阅读次数:
212