会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
墨竹丶蝉翼
博客园
首页
新随笔
联系
订阅
管理
2025年4月15日
按月或周循环分配排日计划任务
摘要: import cn.hutool.core.date.DateField; import cn.hutool.core.date.DateTime; import cn.hutool.core.date.DateUtil; import java.util.*; public class ListS
阅读全文
posted @ 2025-04-15 15:36 墨竹丶蝉翼
阅读(15)
评论(0)
推荐(0)
2024年1月14日
docker安装步骤
摘要: 先切换到root权限后操作: 1.下载关于docker的相关依赖环境 yum -y install yum-utils device-mapper-persistent-data lvm2 2.设置下载Docker的镜像源 yum-config-manager --add-repo http://m
阅读全文
posted @ 2024-01-14 21:56 墨竹丶蝉翼
阅读(18)
评论(0)
推荐(0)
2020年1月8日
Hibernate使用Criteria分页查询翻页异常处理
摘要: 之前通过Projection(投影)获得了数据总行数, Long rowCount = (Long) (criteria.setProjection(Projections.rowCount()).uniqueResult()); 然后首先需要把投影置空为的是返回List型数据出来, criteri
阅读全文
posted @ 2020-01-08 17:50 墨竹丶蝉翼
阅读(252)
评论(0)
推荐(0)
2019年11月19日
转载:将html内容转为文本的函数
摘要: /** * 把html内容转为文本原作者:johennes * * @param html 需要处理的html文本 * @param filterTags 需要保留的html标签样式 */ public static String trimHtml2Txt(String html, String[]
阅读全文
posted @ 2019-11-19 16:34 墨竹丶蝉翼
阅读(937)
评论(0)
推荐(0)
2019年3月1日
快速搭建SSM框架
摘要: 1)搭建Spring基础框架: 1.从maven仓库(网址:https://mvnrepository.com/)中引入spring核心包spring-context到pom.xml; <!-- https://mvnrepository.com/artifact/org.springframewo
阅读全文
posted @ 2019-03-01 15:58 墨竹丶蝉翼
阅读(313)
评论(0)
推荐(0)
公告