摘要: 首页 博客 学院 下载 GitChat TinyMind 论坛 问答 商城 VIP 活动 招聘 ITeye CSTO 写博客 发Chat 登录注册 首页 博客 学院 下载 GitChat TinyMind 论坛 问答 商城 VIP 活动 招聘 ITeye CSTO 写博客 发Chat 登录注册 首页 阅读全文
posted @ 2018-05-28 20:22 雷神约 阅读(6590) 评论(0) 推荐(0) 编辑
摘要: 具体代码: 阅读全文
posted @ 2018-05-25 15:18 雷神约 阅读(436) 评论(0) 推荐(0) 编辑
摘要: SegmentFault 首页 问答 专栏 讲堂 圈子 发现 搜索</form> 立即登录免费注册 SegmentFault 首页 问答 专栏 讲堂 圈子 发现 搜索</form> 立即登录免费注册 SegmentFault 首页 问答 专栏 讲堂 圈子 发现 搜索</form> SegmentFa 阅读全文
posted @ 2018-05-25 09:25 雷神约 阅读(11263) 评论(0) 推荐(0) 编辑
摘要: #连接数据库:db = torndb.Connect()#查询一条的数据get()#查询多行的数据query()#创建数据表,数据库execute()#插入一条数据:sql = "insert into user(username,password) values(%s,%s)"db.insert(sql,"张三","kkk")#一次插入多条数据sql = "insert into us... 阅读全文
posted @ 2018-05-18 14:03 雷神约 阅读(293) 评论(0) 推荐(0) 编辑
摘要: function getStringTime(time){ //年 year = time.getFullYear(); //月 month = time.getMonth() if(String(month).length == 1){ month = "0"+month } ... 阅读全文
posted @ 2018-05-10 15:20 雷神约 阅读(298) 评论(0) 推荐(0) 编辑
摘要: GUI编程: https://sourceforge.net/projects/pyqt/ 百度aip图片识别 https://pypi.python.org/pypi/baidu-aip 阅读全文
posted @ 2018-04-04 15:38 雷神约 阅读(192) 评论(0) 推荐(0) 编辑
摘要: http://pandas.pydata.org/pandas-docs/version/0.20/generated/pandas.read_excel.html 阅读全文
posted @ 2018-04-04 13:09 雷神约 阅读(118) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lianyingteng/category/1090044.html 阅读全文
posted @ 2018-04-03 13:37 雷神约 阅读(93) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wupeiqi/articles/6229292.html 阅读全文
posted @ 2018-04-03 09:34 雷神约 阅读(100) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lianyingteng/p/7811126.html sklearn官方文档: http://scikit-learn.org/stable/ 阅读全文
posted @ 2018-04-03 09:20 雷神约 阅读(142) 评论(0) 推荐(0) 编辑