码迷,mamicode.com
首页 >  
搜索关键字:itemid    ( 711个结果
简单的适配器BaseAdapter
1.在activity_main.xml文件中添加一个ListView控件,布局方式设置为线性布局 2.创建一个item.xml文件,并设置需要添加的控件 3.创建一个工具类,用于存储和设置变量IetmBean 4.新建一个类继承BaseAdapter,并添加相应的方法 /* 获取数据项的个数 */ ...
分类:其他好文   时间:2020-06-25 10:12:02    阅读次数:76
zabbix (3)
说明:继续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
NEERC2002 Folding
题目: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
UVA12563 劲歌金曲
题目:劲歌金曲 网址: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
vue 引用 vue版本的 easyui
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
copy List实体
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
ACM ICPC 2009 Asia Seoul Ducci Sequence 题解
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
711条   上一页 1 2 3 4 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!