2017-12-27 00:28 hxy
Github 资源转载: /static/upload/article/201801091510194241.zip /static/upload/article/201801091510455879.zip logback-mongodb-core-0.1.5.jar mongodb-driver-3.6.1.jar 一) logback已经提供了一个DBAppender(ch.qos.logback.classic.db.DBAppender),为何还需自己发明一个轮子? 1.1 ch.qos.l...
继续阅读 »2017-12-27 00:28 hxy
1. 手机开启开发者模式。Android 找到系统版本,多点击几次会有提示。MIUI需要开启USB调试安全模式才可以。 2. 下载 abd ,并添加环境变量。 3. 下载Python源码: Python源码 4. 连接手机。允许USB调试,及数据访问,指纹等请求。 5. 手机微信打开跳一跳小程序界面,点击开始游戏。在电脑端 运行命令行,cd进入python源码,输入 python python wechat_jump_auto.py
继续阅读 »2017-12-27 00:28 hxy
Latex中加入了一个多图,编译出现这样的错误。原因是在图的caption里使用了下标线_。因为latex会把它作为有特殊意义的标号或作为数学模式(math mode)进行编译。 转义需使用 \ How to typeset an underscore character The underscore character _ is ordinarily used in TeX to indicate a subscript in maths mode; if you type _ , on its ...
继续阅读 »2017-12-18 10:49 rick
太监,编写博客太累了,发现网上有很多斯坦福机器学习的学习博客和笔记。比较好的有这两篇。 http://blog.csdn.net/artprog/article/details/51280821 https://mooc.guokr.com/note/16274/ 这里贴一个自己写的正规方程的python实现,利用numpy,很短 import numpy as np # y = 3 + 2 * x1 + 1 * x2 x_train = np.array([[1, 2], [2, 1], [2, 3],...
继续阅读 »