- 博客(5)
- 收藏
- 关注
原创 SpringBoot @Resource 不生效原因,引用的been实例为null
SpringBoot @Resource 不生效原因,引用的been实例为null
2025-06-15 19:13:40
214
原创 MySql常用函数
mysql常用字符串截取1、left(), right(), substring(), substring_index(),mid(), substr()。其中,mid(), substr() 等价于 substring() 函数,substring() 的功能非常强大和灵活。字符串截取:left(str, length) ===字符串,长度 从左边截取包括第3个字符比如:select left(‘example.com’, 3) from TT_table;right(str, length)
2021-04-23 16:52:27
167
原创 用ajax检查日期是否是节假日期
try{ String date = ""; String cloneType = ""; String strTemp=""; strTemp = request.getParameter("cloneType"); if(strTemp!=null&&strTemp.trim().length()>0) { cloneType = strTemp.trim(); } strTemp = request.getParameter("date");
2021-03-31 14:02:44
390
原创 用css和js解决背景图片切换和渐变效果
用css和js解决背景图片切换和渐变效果1.css部分.b{background-image:url(/https/blog.csdn.net/image/dayin_logo.gif)left top no-repeat; width: 100%; min-width:1200px; height: 100%; position: absolute; top: 0; left: 0; background-size: cover; -webkit-transition: all 1s linear; transition: a
2021-03-31 12:22:36
2224
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人