上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 37 下一页
摘要: # 写 sync; dd if=/dev/zero of=/tmp/tempfile bs=1M count=1024; sync 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 2.55 阅读全文
posted @ 2020-11-16 16:51 该显示昵称已被使用了 阅读(312) 评论(0) 推荐(0) 编辑
摘要: Matplotlib 是 Python 的绘图库。 它可与 NumPy 一起使用,提供了一种有效的 MatLab 开源替代方案。 import pandas as pd import altair as alt %matplotlib inline df = pd.read_csv('pandas- 阅读全文
posted @ 2020-11-15 19:11 该显示昵称已被使用了 阅读(87) 评论(0) 推荐(0) 编辑
摘要: https://github.com/peiss/ant-learn-pandas https://gitee.com/yzw554350785/ant-learn-pandas https://www.kesci.com/mw/project/59e77a636d213335f38daec2 一般 阅读全文
posted @ 2020-11-15 12:08 该显示昵称已被使用了 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 常用画图 df5 = df.loc[(df["主管部门"] == '教育部'), :].groupby(['所在省市']).count().reset_index() # df5.plot() # set_index("time",inplace=True) # df.plot() alt.Char 阅读全文
posted @ 2020-11-14 18:21 该显示昵称已被使用了 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 安装 brew install python3 python3 --version # 确认安装成功 pip3 --version # 确认pip3安装成功 pip install jupyterlab #出现tornado错误 pip uninstall tornado pip install t 阅读全文
posted @ 2020-11-10 21:54 该显示昵称已被使用了 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 下载资源 curl https://cdn.jsdelivr.net/npm/vega-tooltip@0.16.0/build/vega-tooltip.min.js -o vega-tooltip.min.js 放到本地 # flask 放到 statci 修改html 阅读全文
posted @ 2020-11-08 19:18 该显示昵称已被使用了 阅读(246) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liang2580/articles/8400140.html 表和链的对应关系: 各个表的详细 filter表介绍: nat表介绍: mangle表介绍:(不常用) 工作流程 阅读全文
posted @ 2020-11-08 10:58 该显示昵称已被使用了 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 四种模式: 自动创建(安装Docker时) host:容器将不会虚拟出自己的网卡,配置自己的IP等,而是使用宿主机的IP和端口。 相当于Vmware中的桥接模式,与宿主机在同一个网络中,但没有独立IP地址。 Bridge:此模式会为每一个容器分配、设置IP等,并将容器连接到一个docker0虚拟网桥 阅读全文
posted @ 2020-11-08 10:44 该显示昵称已被使用了 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 在线编辑器: http://www.mdeditor.com/ # 字体颜色 <font color='red'> text </font> <font face="黑体" color=green size=5>我是黑体,绿色,尺寸为5</font> # 背景颜色 <p style="right;b 阅读全文
posted @ 2020-11-08 10:36 该显示昵称已被使用了 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 查询操作 # set的用法;like的用法,注意‘’ # 方法1 set @var1=1, @var4=(select report_uuid from report_reportinfo where report_path like '%20210112%' limit 1); select @v 阅读全文
posted @ 2020-11-08 09:59 该显示昵称已被使用了 阅读(126) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 37 下一页