上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 42 下一页
摘要: github: 人脸联合语音身份认证:https://github.com/tsstss123/faceUnionVoiceRecognition 身份证识别简易版:https://github.com/novioleo/simplest_idcard_recognizition 文本检测ctpn: 阅读全文
posted @ 2018-01-14 20:11 程序生(Codey) 阅读(9058) 评论(0) 推荐(0) 编辑
摘要: Tensorflow系列——Saver的用法:http://blog.csdn.net/u011500062/article/details/51728830 Tensorflow学习系列(二): tensorflow基础:http://blog.csdn.net/vs412237401/artic 阅读全文
posted @ 2018-01-14 15:09 程序生(Codey) 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 我是先下载tensorflow-1.5.0rc1-cp36-cp36m-win32.whl,再执行命令行安装的 下载地址:https://pypi.python.org/pypi/tensorflow/1.5.0rc1 pip安装报错:is not a supported wheel on this 阅读全文
posted @ 2018-01-13 18:29 程序生(Codey) 阅读(20280) 评论(1) 推荐(0) 编辑
摘要: 上一篇是通过图片识别来计算跳的距离,再计算按压时间,最后通过adb来控制手机跳的 本篇讲的是通过机器学习,来训练的算法进行跳一跳的 链接: github:https://github.com/Prinsphield/Wechat_AutoJump 知乎:https://zhuanlan.zhihu. 阅读全文
posted @ 2018-01-13 17:34 程序生(Codey) 阅读(636) 评论(0) 推荐(0) 编辑
摘要: 刚好周末,想研究一下前阵子很火的微信跳一跳 下面进入正文。 本文适用对象为WIN10系统,安卓用户。目的在于让丝毫没有接触过Python的小伙伴都能成功运行,如果你恰好是这样的对象,那么跟着我开始操作。我会把我自己的每一步都写下来。 0x00:准备工具: Windows 10; 一个安卓真机 pyt 阅读全文
posted @ 2018-01-13 17:13 程序生(Codey) 阅读(1512) 评论(0) 推荐(0) 编辑
摘要: 1.assertArrayHasKey() 用法:$this->assertArrayHasKey('foo', ['bar' => 'baz']); 等同于array_key_exists(),查数组有木有某个键 2.assertClassHasAttribute() 用法:$this->asse 阅读全文
posted @ 2018-01-12 17:45 程序生(Codey) 阅读(2911) 评论(0) 推荐(0) 编辑
摘要: 先发下简书的干货: 教你一步一步写一个phpunit testcase:https://www.jianshu.com/p/ba6829a6f3ec 程序地址 https://github.com/yezuozuo/how-to-write-a-phpunit-testcase 使用方法 compo 阅读全文
posted @ 2018-01-12 17:10 程序生(Codey) 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-12 00:15 程序生(Codey) 阅读(154) 评论(0) 推荐(0) 编辑
摘要: vue-element-admin:https://gitee.com/accest/bod-element https://gitee.com/liuyuantao/vue-element-admin element-admin:https://gitee.com/yupeng957/elemen 阅读全文
posted @ 2018-01-12 00:12 程序生(Codey) 阅读(1496) 评论(0) 推荐(0) 编辑
摘要: 安装Nginx 下载windows版nginx (http://nginx.org/download/nginx-1.10.0.zip),之后解压到需要放置的位置(D:\xampp\nginx) 将Nginx设置为Windows服务 需要借助"Windows Service Wrapper"小工具, 阅读全文
posted @ 2018-01-11 00:09 程序生(Codey) 阅读(12860) 评论(4) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 42 下一页