51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#el
thinkphp 结合phpexcel实现excel导入
控制器文件:1classExcelActionextendsAction{2publicfunction__construct()3{4import('ORG.Util.ExcelToArrary');//导入excelToArray类5}67publicfunctionindex()8{9$this->disp...
代码星球
·
2020-04-01
thinkphp
结合
phpexcel
实现
excel
Jrebel 永久免费激活步骤
红框内第一行输入 http://139.199.89.239:1008/88414687-3b91-4286-89ba-2dc813b107ce第二行随便写一个邮箱 ...
代码星球
·
2020-04-01
Jrebel
永久
免费
激活
步骤
thymeleaf 多层th:each 嵌套
在做权限的时候,有递归数据类型,里面包含list,然而在展示页面的时候,写到第二层list的时候,就开始不提示报错了 错误的写法 正确的写法 ...
代码星球
·
2020-04-01
thymeleaf
多层
th
each
嵌套
thymeleaf 如何在onclick传值 升级到springboot2.x时出错的解决方案
springboot2.x按照下面那样传值会出现这样的错误org.thymeleaf.exceptions.TemplateProcessingException:Onlyvariableexpressionsreturningnumbersorbooleansareallowedinthiscontext,anyot...
代码星球
·
2020-04-01
thymeleaf
何在
onclick
传值
升级
layui + thymeleaf 动态拼接地址
1.第一种方式{url}进行占位,在后面的()里写入占位的值${url}是controller里面传过来的值<imgth:src="@{{url}{{d.userImg}}(url=${url})}">2.第二种方式{{d.userImg}}是layui的获取全局变量里的值,用单引号引起来<imgth:sr...
代码星球
·
2020-04-01
layui
thymeleaf
动态
拼接
地址
使用 pagehelper 分页
//false关闭合理化true开启合理化(查询的页数没数据会返回最后一页数据)PageHelper.startPage(pageNum,pageSize,false);//默认开启合理化PageHelper.startPage(pageNum,pageSize);//按照字段排序PageHelper.orderBy(...
代码星球
·
2020-04-01
使用
pagehelper
分页
导出excel 自定义excel名称
@RequestMapping("/exportVip")@ResponseBodypublicvoidexportVip(HttpServletRequestrequest,HttpServletResponseresponse,Stringtime)throwsIOException{//查询需要导出的数据List...
代码星球
·
2020-04-01
excel
导出
自定义
名称
poi excel 导入导出
/***Excel导入*@paramrequest*@paramfile*@return*@throwsException*/@RequestMapping("/test.do")publicObjecttest(HttpServletRequestrequest,@Param("file")MultipartFile...
代码星球
·
2020-04-01
poi
excel
导入
导出
IF-ELSE嵌套练习
一,1,编写程序,由键盘输入三个整数分别存入变量num1,num2,num3中,对它们进行排序,使用if-else结构,并按从小到大的顺序输出:packagepractice;importjava.util.Scanner;publicclassIfTest{publicstaticvoidmain(Stringarg...
代码星球
·
2020-04-01
IF-ELSE
嵌套
练习
selector是在文件夹drawable中进行定义的xml文件转载 https://www.cnblogs.com/fx2008/p/3157040.html
获取Drawable对象:Resourcesres=mContext.getResources();DrawablemyImage=res.getDrawable(R.drawable.my_image);selector是在文件夹drawable中进行定义的xml文件。它主要定义控件在下pressed,selecte...
代码星球
·
2020-04-01
selector
是在
文件夹
drawable
进行
Elasticsearch.net项目实战
Elasticsearch+kibana环境搭建windows10环境配置安装Elasticsearchhead安装(非必需)安装kibana基本概念IndexTypeDocumentDSL的基本使用增加修改查询删除Elasticsearch.NetLowlevelclient基本使用项目实战总结参考&nb...
代码星球
·
2020-04-01
Elasticsearch.net
项目
实战
ElasticSearch入门 第五篇:使用C#查询文档
这是ElasticSearch2.4版本系列的第五篇:ElasticSearch入门第一篇:Windows下安装ElasticSearchElasticSearch入门第二篇:集群配置ElasticSearch入门第三篇:索引ElasticSearch入门第四篇:使用C#添加和更新文档ElasticSear...
代码星球
·
2020-04-01
ElasticSearch
入门
第五
使用
查询
ElasticSearch入门 第四篇:使用C#添加和更新文档
这是ElasticSearch2.4版本系列的第四篇:ElasticSearch入门第一篇:Windows下安装ElasticSearchElasticSearch入门第二篇:集群配置ElasticSearch入门第三篇:索引ElasticSearch入门第四篇:使用C#添加和更新文档ElasticSear...
代码星球
·
2020-04-01
ElasticSearch
入门
第四
使用
添加
ElasticSearch入门 第三篇:索引
这是ElasticSearch2.4版本系列的第三篇:ElasticSearch入门第一篇:Windows下安装ElasticSearchElasticSearch入门第二篇:集群配置ElasticSearch入门第三篇:索引ElasticSearch入门第四篇:使用C#添加和更新文档ElasticSear...
代码星球
·
2020-04-01
ElasticSearch
入门
第三
索引
ElasticSearch入门 第二篇:集群配置
这是ElasticSearch2.4版本系列的第二篇:ElasticSearch入门第一篇:Windows下安装ElasticSearchElasticSearch入门第二篇:集群配置ElasticSearch入门第三篇:索引ElasticSearch入门第四篇:使用C#添加和更新文档ElasticSearch入门第五...
代码星球
·
2020-04-01
ElasticSearch
入门
第二
集群
配置
首页
上一页
...
419
420
421
422
423
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他