首页
学习
活动
专区
工具
TVP
发布

IT云清

专栏作者
356
文章
684608
阅读量
41
订阅数
(13)SpringBoot使用poi上传excel文件
   摘要:本文主要讲解,在SpringBoot项目中如何使用poi上传excel文件。
IT云清
2022-05-07
1.6K0
(12)SpringBoot使用Thymeleaf开发web页面
   摘要:本文主要讲解SpringBoot使用Thymeleaf开发web页面。
IT云清
2022-05-07
5670
No macro ‘uuid‘ in config while processing substitutions in
DB::Exception: No macro ‘uuid’ in config while processing substitutions in ‘/clickhouse/tables/{uuid}/{shard}’ at ‘20’ or macro is not supported here (version 20.8.3.18)
IT云清
2021-12-06
6930
ClickHouse系列1--入门
服务器配置文件位于/etc/clickhouse-server/。config.xml中的<path>元素,它决定了数据存储的位置,因此它应该位于磁盘容量的卷上;默认值是/var/lib/clickhouse/。如果你想调整配置,直接编辑config是不方便的。考虑到它可能会在将来的包更新中被重写。建议重写配置元素的方法是在配置中创建config.d文件夹,作为config.xml的重写方式。
IT云清
2021-12-06
2430
分布式锁系列--02Redis实现分布式锁
有一个redis服务实例,在分布式系统中,所有需要获取锁的客户端,都需要访问这个redis实例:
IT云清
2019-01-22
5460
Parameter 'stock' not found. Available parameters are [arg1, arg0, param1, param2]
SpringBoot 2.1.0,mybatis1.3.1,做一个简单的压测时,出现了一个和压力测试无关的其他的常见的问题: org.apache.ibatis.binding.BindingException: Parameter 'stock' not found. Available parameters are [arg1, arg0, param1, param2] at org.apache.ibatis.binding.MapperMethod$ParamMap.get(MapperM
IT云清
2019-01-22
4.4K0
mysql foreach
把集合都封装进map中,比如这里的list1,list2,都加入到集合中,key 为list1,list2,然后按照如下方式取出,collection 属性中为放入map时的key
IT云清
2019-01-22
2.6K0
mybatis 传入多个list
mybatis传入多个list集合做参数,很多文章的介绍都是不能实现的,千篇一律的复制,有很大的误导性,这里说一下如何实现: 这里建议你传递对象过来,比如Person对象,里面加入List list1; List list2;….这样,把对象传到mapper.xml中时,取法如下: dao.java List<User> find(@Param("person")Person person,@Param("name")String name); mapper.xml <if test="pe
IT云清
2019-01-22
2.5K0
Spring Boot---(8)SpringBoot整合mybatis
注意:在程序的启动类上,一定要加上扫描dao包的注解:@MapperScan("持久层路径")否则会报错:
IT云清
2019-01-22
4920
@Enable***注解的原理与使用
摘要:我们在开发中,会经常用到@Enable***开头的这种注解,来自动导入一些框架配置的默认的bean,进入注解源码,会发现这些注解类上都会有一个@Import(****.class)注解,这些注解是怎么实现的呢?
IT云清
2019-01-22
7150
Spring Boot---(14)Spring Boot 整合EhCache做缓存
EHCache是来自sourceforge(http://ehcache.sourceforge.net/) 的开源项目,也是纯Java实现的简单、快速的Cache组件。EHCache支持内存和磁盘的缓存,支持LRU、LFU和FIFO多种淘汰算法,支持分布式的Cache,可以作为Hibernate的缓存插件。同时它也能提供基于Filter的Cache,该Filter可以缓存响应的内容并采用 Gzip压缩提高响应速度。
IT云清
2019-01-22
9670
xml解析---Java解析xml文件 /江格式解析
本文源于:http://www.cnblogs.com/Qian123/p/5231303.html点击这里
IT云清
2019-01-22
3.9K0
xml解析---Java解析xml文件
dom4j解析xml文件、之前用下面的方法,90M的xml,500万行,解析完插入数据库,单线程,不到1小时搞定,而只是解析数据,只用了7秒。
IT云清
2019-01-22
6.8K0
[ERROR] Failed to execute goal on project jdong: Could not resolve dependencies for project jdong:ja
[ERROR] Failed to execute goal on project jdong: Could not resolve dependencies for project jdong:jar:1.0.3: Failure to find com.lowagie:itextasian:jar:1.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] [ERROR]  [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR]  [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
IT云清
2019-01-22
1.8K0
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档