摘要: 一.下载 1.wxpython 下载地址:https://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/ 指定版本下载 二.安装 1.双击解压 2.进入以下页面 (1)双击.pkg,进行安装,若提示异常,无法安装,则转到第二步 ( 阅读全文
posted @ 2017-06-24 17:58 sshch 阅读(4850) 评论(0) 推荐(0) 编辑
摘要: ngine = create_engine('mysql://'+etc.mysql_user+':'+etc.mysql_passwd+'@'+etc.mysql_host+':'+str(etc.mysql_port)+'/'+etc.host_name+'?charset=utf8',enco 阅读全文
posted @ 2017-05-04 10:24 sshch 阅读(443) 评论(0) 推荐(0) 编辑
摘要: ssh-keygen -t rsa -C "your email" 阅读全文
posted @ 2017-04-21 13:19 sshch 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1、普通函数的定义,用箭头函数表示,DemoFunction是函数名,括号表示参数,大括号表示函数体的内容。 1 2 3 let DemoFunc = (param) => { console.log(param) } let DemoFunc = (param) => { console.log( 阅读全文
posted @ 2017-03-17 11:39 sshch 阅读(1420) 评论(0) 推荐(0) 编辑