series: [{ name: 'AQI', type: 'heatmap', coordinateSystem: 'geo', blurSize: 10, pointSize: 10, // 设置热力图上点的大小 symbolSize: 200, itemStyle: { normal: { w... ...
分类:
其他好文 时间:
2019-08-16 18:25:01
阅读次数:
412
vim 文件名 进入该文件的normal模式 进入编辑模式的方式: 1. i == insert 在光标位置插入。 2.a == append 在光标之后插入。 3.o == open a line below 在下一行插入。 4.I == 在行头插入。 5.A== 在行末尾插入。 6.O== 在上 ...
分类:
系统相关 时间:
2019-08-15 19:13:30
阅读次数:
90
springContextStati是一个实现了Applicationcontextaware的类的名字,可以getBean(..)RegistryTask是一个在RegistryServer调用netty封装的channelinitializer时候,的clienthandler被触发读事件的时候... ...
分类:
移动开发 时间:
2019-08-14 21:55:20
阅读次数:
219
原理 使用一个默认颜色为透明的,并且只显示labelLine的饼状图 然后通过调节这个透明的饼状图 以达到修改labelLine的位置 echarts地址 echarts源码: ...
分类:
其他好文 时间:
2019-08-14 21:32:24
阅读次数:
2917
创建索引: db.imooc_collection.getIndexes() 查看索引情况 db.imooc_collection.ensureIndex({x:1}) 创建索引,x:1代表正向排序,x:-1代表逆向排序 db.imooc_collection.dropIndex("normal_i ...
分类:
数据库 时间:
2019-08-13 22:27:18
阅读次数:
110
1. Are the density graphs shown about the log returns? If so, can you test if it's a normal distribution test or not? You can use the Jacque-Bera test ...
分类:
其他好文 时间:
2019-08-11 20:32:29
阅读次数:
109
Layui原生upload模块不支持文件上传进度条显示,百度,谷歌找了一下不太适用。后面找到一个别人修改好的JS,替换上去,修改一下页面显示即可使用
分类:
Web程序 时间:
2019-08-11 13:19:07
阅读次数:
121
单行超出时,主要用到几个CSS属性: 1.text-overflow : clip | ellipsis ; clip : 不显示省略标记(...),而是简单的裁切ellipsis : 当对象内文本溢出时显示省略标记(...) 2.white-space: nowrap | normal | pre ...
分类:
Web程序 时间:
2019-08-10 17:04:58
阅读次数:
145
效果图: 代码: 问题:// icon: "pin", // 这个字段控制形状 类型包括 circle,rect ,roundRect,triangle,diamond,pin,arrow,none满足不了我们的时候,就可以自定义图片 ...
分类:
其他好文 时间:
2019-08-09 17:18:13
阅读次数:
1259
配置边缘端口和开启BPDU保护:[HW-SW3]stpbpdu-protection//SW3开启全局BPDU保护[HW-SW3]interfaceGigabitEthernet0/0/1//配置g0/0/1口[HW-SW3-GigabitEthernet0/0/1]stpedged-portdisable//不开启边缘端口[HW-SW3-GigabitEthernet0/0/1]intg0/0/
分类:
其他好文 时间:
2019-08-09 13:57:04
阅读次数:
133