vue router 基础 1. vue 路由的mode(模式)有几种, 分别是什么?在那些环境下运行? 【 黄金 】 hash: 使用 URL hash 值来作路由。支持所有浏览器,包括不支持 HTML5 History Api 的浏览器。 /home history: 依赖 HTML5 Hist ...
分类:
其他好文 时间:
2019-10-28 22:32:00
阅读次数:
152
vue router 基础 1. vue 路由的mode(模式)有几种, 分别是什么?在那些环境下运行? 【 黄金 】 hash: 使用 URL hash 值来作路由。支持所有浏览器,包括不支持 HTML5 History Api 的浏览器。 /home history: 依赖 HTML5 Hist ...
分类:
其他好文 时间:
2019-10-28 20:50:14
阅读次数:
89
Browse Princeton's Series (by Date) in Princeton Economic History of the Western World Joel Mokyr, Series Editor Titles in the Princeton Economic Hist ...
分类:
其他好文 时间:
2019-10-07 00:53:19
阅读次数:
145
matplotlib模块 格式 函数名|方式 : :|: : axis|条形图 hist|直方图 plot|折线图 scatter|散点图,直线图 plt.show() 显示图像 jupyter中用%matplotlib inline 需要显示中文使用 (使用tcc文件) font = FontPr ...
分类:
其他好文 时间:
2019-09-29 16:50:33
阅读次数:
95
1.query string search GET /ecommerce/product/_searchtook:耗费了几毫秒timeout:是否超时_shards:数据拆成了5个分片,所以对于搜索请求,会打到所有的primary shard(或者是它的某个relica shard也可以)hist.... ...
分类:
其他好文 时间:
2019-09-14 13:49:01
阅读次数:
110
numpy模块 numpy数组(矩阵)的运算, 科学运算, tensorflow pandas模块 文件(excel)的处理 read_excel()/to_excel() matplotlib模块 画图, plt.plot()/plt.bar()/plt.scatter()/plt.hist()/ ...
分类:
其他好文 时间:
2019-09-12 21:31:28
阅读次数:
99
ST_NAME || ST_ID || CLASS_ID || CLASS_INFO MARK || 1 || 100 || MATH YEN || 2 || 101 || CHEM SALLY || 3 || 100 || MATH SARA || 4 || 103 || HIST 正确解法: c ...
分类:
数据库 时间:
2019-08-17 12:21:40
阅读次数:
89
matplotlib模块 绘图库,可以创建常用的统计图(条形图、箱型图、折线图、散点图和直方图) bar() 条形图 hist() 直方图 plot() 折线图 scatter() 散点图+直线图 ...
分类:
其他好文 时间:
2019-06-17 20:43:08
阅读次数:
125
如上图: bin必须是单调递增的 我所写的num_bin_list是这样的:1.6 0.5 0.5 0.5....(11个0.5)当然是不行 所以就进行了改变,其实愿意0.5是组距,看来bin表示的是刻度值吧, 最后就没有报错了 ...
分类:
其他好文 时间:
2019-05-04 11:46:47
阅读次数:
1174
前段时间开发微信公众号时,需要用到从编辑页面点击保存后,跳转到列表页面后并刷新,网上找了好多 function f_close(){ if(typeof(WeixinJSBridge)!="undefined"){ //WeixinJSBridge.call('closeWindow'); hist ...
分类:
微信 时间:
2019-04-24 00:11:34
阅读次数:
302