推荐
专栏
教程
课程
飞鹅
选择你喜欢封面图
保存设置
取消保存
Kent_Sun
Lv1
男
•
web后端开发
关 注
世上无难事,只要肯登攀。
粉丝
1
关注
2
文章
15
专栏
1
访问
24460
获赞
11
博客
专栏
收藏
粉丝
关注
Kent_Sun
•
3年前
windows中 redis server 双击闪退
错误重现bash进入redis安装目录执行以下命令redisserver.exeredis.windows.conf报错:1957201May21:13:17.815CreatingServerTCPlisteningsocket:6379:listen:Unknownerror解决方法:修改redis.windows
Kent_Sun
•
3年前
js去除字符串
js去除字符串js<DOCTYPEhtml<html<head<title</title</head<body</body<scripttype"text/javascript"functiondelHtmlTag(str){ returnstr.replace(/<^/g,"");}vars
Kent_Sun
•
3年前
idea运行junit测试程序报错command line is too long. shorten command line for
idea运行junit测试程序报错commandlineistoolong.shortencommandlinefor...解决方法在项目根目录.idea/workspace.xml文件中添加一行代码xml<componentname"PropertiesComponent" ... <propertyname"d
Kent_Sun
•
3年前
工作中用到的oracle SQL
OracleSQL用于记录工作中用到的oraclesql语句表新增字段表结构变动:新增字段并指定字段类型sql新增一个字段,多个字段用小括号括起来,逗号分隔altertable表名add新增字段名(类型长度);demoTSALES_APPLY_COST表中新增一个字段(CAPITAL)类型为:NU
Kent_Sun
•
3年前
java中List数组遍历删除
List数组遍历删除环境jdk8junit单元测试正解java//正解1,jdk自带的addAll方法@Testpublicvoidtest18(){Stringstrs{"12","34","56","78","90"};List<StringlistAr
Kent_Sun
•
3年前
使用jsp直接执行定时任务
使用jsp直接执行定时任务servicehtml<%@pageimport"com.leasing.emogo.framework.util.ApplicationContextUtils"%<%@pageimport"job.dsc.GetInfoByAssetPackageJob"%<%@pagecontentType
Kent_Sun
•
3年前
java截取url后缀以及判断是否带参数
java获取url后缀,以及判断是否带参数(?paramsxxx)java//使用了String对象的方法截取字符串StringfileUrl"http://www.baidu.com?a1234";intindexfileUrl.lastIndexOf("?");if(index1){file
Kent_Sun
•
3年前
js判undefined | null
js判undefined|null判undefinedjavascriptvarexpundefined;if(typeof(exp)"undefined"){alert("undefined");}判nulljavascriptvarexpnull;if(exp&&typ
Kent_Sun
•
3年前
hibernate模糊查询
修改Restrictions.like(属性名,查询条件的值,匹配方式)eq修改为like,字段加上百分号字符串
Kent_Sun
•
3年前
Java枚举类妙用
上代码:java@GetterpublicenumNodeIdStatusRef{/reference/NI001_A001_AGREE(NodeIdEnum.NI001.getNodeId(),OrderStatus.A101.getCode(),OrderStatus.A101.getCo
1
2
跳至
页
15
文章
1
专栏
2.4w
访问
11
获赞
热门文章
Kent_Sun
js去除字符串
1 点赞
•
1.6k 阅读
Kent_Sun
js判undefined | null
1 点赞
•
1.6k 阅读
Kent_Sun
idea运行junit测试程序报错command line is too long. shorten command line for
0 点赞
•
2.5k 阅读
Kent_Sun
Caused by: java.lang.RuntimeException: xxl-job jobhandler naming conflicts.
0 点赞
•
2.3k 阅读
Kent_Sun
java截取url后缀以及判断是否带参数
0 点赞
•
1.9k 阅读
热门评论
王重羊了没
⭐️ chatgpt在线体验: https://cool-js.com/ai/chat-vip/index.html?r=helloworld
js去除字符串
2023年04月13日
•
3条讨论
王重羊了没
⭐️ chatgpt在线体验: https://cool-js.com/ai/chat-vip/index.html?r=helloworld
js判undefined | null
2023年04月13日
•
3条讨论
王重羊了没
⭐️ Admin快速开发: https://show.cool-admin.com/
js去除字符串
2023年04月13日
•
3条讨论
王重羊了没
⭐️ Admin快速开发: https://show.cool-admin.com/
js判undefined | null
2023年04月13日
•
3条讨论
王重羊了没
⭐️ 官方文档: https://cool-js.com
js判undefined | null
2023年04月13日
•
3条讨论