上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 43 下一页
摘要: ![](https://img2020.cnblogs.com/blog/1516601/202012/1516601-20201219152258265-718660504.png) ![](https://img2020.cnblogs.com/blog/1516601/202012/1516601-20201219152310043-253866956.png) 阅读全文
posted @ 2020-12-19 15:23 fly_bk 阅读(79) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1516601/202012/1516601-20201219143154515-653849583.png)![](https://img2020.cnblogs.com/blog/1516601/202012/1516601-20201219150630282-586932344.png) 阅读全文
posted @ 2020-12-19 15:07 fly_bk 阅读(60) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1516601/202012/1516601-20201219134601737-1129697413.png) ![](https://img2020.cnblogs.com/blog/1516601/202012/1516601-20201219135851217-582517173.png) 阅读全文
posted @ 2020-12-19 13:59 fly_bk 阅读(60) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1516601/202012/1516601-20201219132458132-862942293.png) 阅读全文
posted @ 2020-12-19 13:25 fly_bk 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 安装并激活 jupyter_contrib_nbextensions, 为了快速安装的速度,先临时使用清华的镜像,这样并不会改变默认的pip参数。 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple flask pip install ju 阅读全文
posted @ 2020-12-19 10:58 fly_bk 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 安装jupyter pip3 intall jupyter 启动 jupyter notebook 创建数组 阅读全文
posted @ 2020-12-15 15:41 fly_bk 阅读(94) 评论(0) 推荐(0) 编辑
摘要: import unittest import matplotlib.pyplot as plt """简易散点图""" class MyTestCase(unittest.TestCase): def test_something(self): self.assertEqual(True, Fals 阅读全文
posted @ 2020-12-15 08:31 fly_bk 阅读(85) 评论(0) 推荐(0) 编辑
摘要: import unittest import matplotlib.pyplot as plt class MyTestCase(unittest.TestCase): def test_demo3(self): """简易线性图""" plt.style.use('seaborn-whitegri 阅读全文
posted @ 2020-12-14 15:18 fly_bk 阅读(281) 评论(0) 推荐(0) 编辑
摘要: pip3安装 pip3 install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple import unittest import matplotlib.pyplot as plt class MyTestCase(unittest.T 阅读全文
posted @ 2020-12-14 13:29 fly_bk 阅读(87) 评论(0) 推荐(0) 编辑
摘要: #在network的地方设置以下三个配置 network.bind_host: 0.0.0.0 http.port: 9200 #在discovery的地方,配置 cluster.initial_master_nodes: ["node-1","node-2"] 附: 开启xpack方法 xpack 阅读全文
posted @ 2020-12-11 10:31 fly_bk 阅读(462) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 43 下一页