1.在activity_main.xml文件中添加一个ListView控件,布局方式设置为线性布局 2.创建一个item.xml文件,并设置需要添加的控件 3.创建一个工具类,用于存储和设置变量IetmBean 4.新建一个类继承BaseAdapter,并添加相应的方法 /* 获取数据项的个数 */ ...
分类:
其他好文 时间:
2020-06-25 10:12:02
阅读次数:
76
说明:继续zabbix4.0的数据抽取展示测试。对python不熟练,所以先参考网友脚本,抽取zabbix数据,生成excel表格。脚本如下:#/usr/bin/envpython#-*-coding:utf-8-*-importMySQLdbimportxlsxwriterimporttimehost_list=[‘192.168.164.131‘,‘192.168.164.132‘]defsq
分类:
其他好文 时间:
2020-06-22 09:17:35
阅读次数:
52
题目:Folding 网址:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=0&problem=4505&mosmsg=Submission+received+w ...
分类:
其他好文 时间:
2020-06-21 14:12:21
阅读次数:
55
题目:劲歌金曲 网址:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=444&page=show_problem&problem=4008 There is one very popular son ...
分类:
其他好文 时间:
2020-06-10 23:11:05
阅读次数:
149
easyui vue 版本 官方网站 http://www.jeasyui.net/vue 安装 npm install vx-easyui --save 如何引用? 当然是查看下载的包种的 readme文档 在main.js 引入 // import 'vx-easyui/dist/themes/ ...
分类:
其他好文 时间:
2020-06-04 14:01:35
阅读次数:
182
1、对象数组去重(支持多属性) function filters(arr) { // 存储过滤后数据 const resArr = [] for (const i of arr) { // 检查是否已经存在 if (resArr.find(r => r.itemId i.itemId && r.me ...
分类:
编程语言 时间:
2020-05-27 12:23:26
阅读次数:
86
POJ 2104 K-th Number 题意:给出一段数列,让你求[L,R]区间内第k大的数字 #include <cstdio> #include <cstring> #include <iostream> #include <vector> #include <algorithm> using ...
分类:
其他好文 时间:
2020-05-26 22:13:05
阅读次数:
76
26个咨询公司常用的分析模型: 安索夫矩阵(Ansoff Matrix) 标杆分析法(benchmarking) 波士顿矩阵(BCG Matrix) 波特价值链分析模型(Michael Porter's Value Chain Model) 波特五力分析模型(Michael Porter's Fiv ...
分类:
其他好文 时间:
2020-05-26 09:19:27
阅读次数:
159
List<MatchInfo> e = matchInfoService.list(new LambdaQueryWrapper<MatchInfo>().eq(MatchInfo::getTournamentId, id).eq(MatchInfo::getItemId, itemId).eq(M ...
分类:
其他好文 时间:
2020-05-24 12:02:41
阅读次数:
45
https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2724 https://onlinejudge.org/index.php?option=c ...
分类:
其他好文 时间:
2020-05-23 16:29:58
阅读次数:
52