java
3107
2022-03-11
导出工具类(若依框架改造) 置顶
兼容两种日常导出情况,省时省力,还不错
2135
2018-03-14
spring boot1.5以上版本@ConfigurationProperties取消location注解后的替代方案
改成如下配置即可(默认配置无前缀,指定自定义配置文件)
@ConfigurationProperties(prefix = "")
@PropertySource("classpath:hengdian.properties")
@Comp...
6484
2018-03-13
xpath解析带命名空间的xml(解析soap返回消息)
String ret = SoapUtil.send2(dataXml.asXML());//工具类返回soap报文,代码未贴出
Document doc = DocumentHelper.parseText(ret);
Defau...
1941
2017-08-20
java list拆分批次处理
<!--
public static void main(String[] args) {
List<Integer> dataList = new ArrayList<Integer>();
for(int ...
899
2017-08-04
本地项目放到码云上托管
进入本地项目文件夹,删除原有.git文件夹
git init //初始化
git add . //添加当前项目所有文件及其文件夹提交到本地仓库
git remote add origin https://g...
825
2017-07-03
java正则例子
1.sql变量提取
<!--
public static void main(String[] args){
String a = "tablepk=#{TABLEPK} and...
文章分类
联系我
| 联系人: | meepo |
|---|---|
| 电话: | ***** |
| Email: | 1147533288@qq.com |
| QQ: | 1147533288 |