option = { tooltip: { show: true, formatter: "{a}:{d}%" }, series: [ { name: '销量3', type: 'pie', hoverAnimation: false, //鼠标移入变大 clockWise: false, rad ...
分类:
其他好文 时间:
2021-01-07 12:02:18
阅读次数:
0
环境: mac book pro + windows10操作系统,jdk1.8,Intellij IDEA 2017.2.5,jmeter3.3 下载jmeter源码包 jmeter源码下载地址,http://jmeter.apache.org/download_jmeter.cgi,按如下图操作。 ...
分类:
其他好文 时间:
2021-01-07 11:51:06
阅读次数:
0
读取ini文件 ini文件中可以存在以#和;作为注释的部分,不会影响读取的结果。函数如下 1 #!/usr/bin/env bash 2 # 3 # FileName : Bash读取ini文件.sh 4 # Author :hpy 5 # Date :2020年11月08日 6 # Descrip ...
分类:
其他好文 时间:
2021-01-05 11:22:25
阅读次数:
0
0x00 cewl http://192.168.43.179/websec/爬取页面所有的单词做成字典 hydra -l contact@hacknos.com -P cewl.txt 192.168.43.179 http-post-form "/websec/admin:username=^U ...
分类:
其他好文 时间:
2021-01-04 10:56:16
阅读次数:
0
public static void main(String[] args) throws APIConnectionException, APIRequestException { pushNotice("","baojing","网页内容","网页标题"); } private static f ...
分类:
其他好文 时间:
2021-01-02 11:07:26
阅读次数:
0
下载 url 为 https://www.mongodb.com/try/download/community 选择 MongoDB Enterprise Server centos 版本 tgz wget https://fastdl.mongodb.org/linux/mongodb-linux ...
分类:
数据库 时间:
2021-01-01 12:00:13
阅读次数:
0
详情页组件 依赖:在luffycity目录下的命令 1 >: cnpm install vue-video-player--save 配置:main.js 12345 // vue-video播放器require('video.js/dist/video-js.css');require('vue- ...
分类:
其他好文 时间:
2020-12-31 12:07:45
阅读次数:
0
楼主是一名java后台开发,但是偶尔也客串下前端的工作,前端虽然不是那么擅长吧,但是偶尔一些不太复杂的交互,也能写写,目标是全栈工程师,貌似有点困难,但是程序媛(猿)天生就是挑战困难的,就像特种兵,鸵鸟常说,伞兵天生就是被包围的。偶尔担任些前端的工作,也是因为现在企业都习惯前后端分离来开发项目,但是 ...
分类:
Web程序 时间:
2020-12-31 12:05:07
阅读次数:
0
使用easyUI的datagrid组件有的时候需要直接给某列固定值(如操作列)或是对数据进行格式化,这时候就需要formatter属性。 <table style="width:600px" class="easyui-datagrid" data-options="title:'信息列表',url ...
分类:
其他好文 时间:
2020-12-31 11:47:01
阅读次数:
0
当有中文列的时候,设置列对齐: pd.set_option('display.unicode.ambiguous_as_wide', True) pd.set_option('display.unicode.east_asian_width', True) Pandas按行遍历DataFrame的3 ...
分类:
其他好文 时间:
2020-12-31 11:44:48
阅读次数:
0