选择你喜欢封面图
Kent_Sun
Kent_Sun
Lv1
web后端开发
世上无难事,只要肯登攀。
Kent_Sun Kent_Sun
3年前
windows中 redis server 双击闪退
错误重现bash进入redis安装目录执行以下命令redisserver.exeredis.windows.conf报错:1957201May21:13:17.815CreatingServerTCPlisteningsocket:6379:listen:Unknownerror解决方法:修改redis.windows
Kent_Sun 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 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 Kent_Sun
3年前
工作中用到的oracle SQL
OracleSQL用于记录工作中用到的oraclesql语句表新增字段表结构变动:新增字段并指定字段类型sql新增一个字段,多个字段用小括号括起来,逗号分隔altertable表名add新增字段名(类型长度);demoTSALES_APPLY_COST表中新增一个字段(CAPITAL)类型为:NU
Kent_Sun Kent_Sun
3年前
java中List数组遍历删除
List数组遍历删除环境jdk8junit单元测试正解java//正解1,jdk自带的addAll方法@Testpublicvoidtest18(){Stringstrs{"12","34","56","78","90"};List<StringlistAr
Kent_Sun Kent_Sun
3年前
使用jsp直接执行定时任务
使用jsp直接执行定时任务servicehtml<%@pageimport"com.leasing.emogo.framework.util.ApplicationContextUtils"%<%@pageimport"job.dsc.GetInfoByAssetPackageJob"%<%@pagecontentType
Kent_Sun Kent_Sun
3年前
java截取url后缀以及判断是否带参数
java获取url后缀,以及判断是否带参数(?paramsxxx)java//使用了String对象的方法截取字符串StringfileUrl"http://www.baidu.com?a1234";intindexfileUrl.lastIndexOf("?");if(index1){file
Kent_Sun Kent_Sun
3年前
js判undefined | null
js判undefined|null判undefinedjavascriptvarexpundefined;if(typeof(exp)"undefined"){alert("undefined");}判nulljavascriptvarexpnull;if(exp&&typ
Kent_Sun Kent_Sun
3年前
hibernate模糊查询
修改Restrictions.like(属性名,查询条件的值,匹配方式)eq修改为like,字段加上百分号字符串
Kent_Sun Kent_Sun
3年前
Java枚举类妙用
上代码:java@GetterpublicenumNodeIdStatusRef{/reference/NI001_A001_AGREE(NodeIdEnum.NI001.getNodeId(),OrderStatus.A101.getCode(),OrderStatus.A101.getCo
  • 1
  • 2
  • 跳至
15
文章
1
专栏
2.2w
访问
11
获赞
热门文章
热门评论
王重羊了没
王重羊了没
⭐️ 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条讨论