上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 1、关于以下程序代码说明正确的是 package com.test; public class HasStatic { private static int x=100; public static void main(String[] agrs){ HasStatic hs1=new HasSta 阅读全文
posted @ 2021-08-25 20:00 沉默小和尚 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 链接:https://zhuanlan.zhihu.com/p/94770324 阅读全文
posted @ 2021-08-24 11:50 沉默小和尚 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://mp.weixin.qq.com/s/v4ORkYyjfLxYVNhzaJH8tw 阅读全文
posted @ 2021-07-09 09:04 沉默小和尚 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 在org.apache.commons.lang3.StringUtils有两个我们常用的用于字符串空判断的方法isBlank()和isEmpty(),他两个有什么区别的 先看两个方法的实现对比 public static boolean isBlank(final CharSequence cs) 阅读全文
posted @ 2021-07-08 11:02 沉默小和尚 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 网址:https://docs.oracle.com/javase/8/docs/api/ 阅读全文
posted @ 2021-07-07 10:52 沉默小和尚 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://www.cnblogs.com/dongguacha/p/5787709.html /** * */ package com.zx.znyd.dao; import java.net.HttpURLConnection; import java.net.URL; impor 阅读全文
posted @ 2021-06-15 09:56 沉默小和尚 阅读(602) 评论(0) 推荐(0) 编辑
摘要: update tablename set version= version+1 where version=#{version} 1、什么是幂等性? 一次请求或多次请求执行的结果是一样的。 2、如何来实现幂等性 2.1 前端层面 在前端实现,按钮一次点击后置灰不可用,禁止用户多次点击; 2.2 数据 阅读全文
posted @ 2021-06-10 16:20 沉默小和尚 阅读(164) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-04-22 17:13 沉默小和尚 阅读(0) 评论(0) 推荐(0) 编辑
摘要: https://juejin.cn/post/6844903790571700231 阅读全文
posted @ 2021-04-21 08:52 沉默小和尚 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://www.cnblogs.com/1012hq/p/11141855.html 阅读全文
posted @ 2021-03-17 16:48 沉默小和尚 阅读(60) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页