会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雷少
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
10
下一页
2021年8月25日
UU跑腿
摘要: 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 沉默小和尚
阅读(352)
评论(0)
推荐(0)
2021年8月24日
Java基础之接口与抽象类的区别
摘要: 链接:https://zhuanlan.zhihu.com/p/94770324
阅读全文
posted @ 2021-08-24 11:50 沉默小和尚
阅读(22)
评论(0)
推荐(0)
2021年7月9日
经典面试题:Redis为什么这么快?
摘要: 原文链接:https://mp.weixin.qq.com/s/v4ORkYyjfLxYVNhzaJH8tw
阅读全文
posted @ 2021-07-09 09:04 沉默小和尚
阅读(72)
评论(0)
推荐(0)
2021年7月8日
isBlank与isEmpty
摘要: 在org.apache.commons.lang3.StringUtils有两个我们常用的用于字符串空判断的方法isBlank()和isEmpty(),他两个有什么区别的 先看两个方法的实现对比 public static boolean isBlank(final CharSequence cs)
阅读全文
posted @ 2021-07-08 11:02 沉默小和尚
阅读(83)
评论(0)
推荐(0)
2021年7月7日
阅读联机API文档
摘要: 网址:https://docs.oracle.com/javase/8/docs/api/
阅读全文
posted @ 2021-07-07 10:52 沉默小和尚
阅读(60)
评论(0)
推荐(0)
2021年6月15日
从文本中取出链接地址 并检测链接地址能否打开
摘要: 原文链接: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 沉默小和尚
阅读(695)
评论(0)
推荐(0)
2021年6月10日
幂等性
摘要: update tablename set version= version+1 where version=#{version} 1、什么是幂等性? 一次请求或多次请求执行的结果是一样的。 2、如何来实现幂等性 2.1 前端层面 在前端实现,按钮一次点击后置灰不可用,禁止用户多次点击; 2.2 数据
阅读全文
posted @ 2021-06-10 16:20 沉默小和尚
阅读(190)
评论(0)
推荐(0)
2021年4月22日
易盛
该文被密码保护。
阅读全文
posted @ 2021-04-22 17:13 沉默小和尚
阅读(0)
评论(0)
推荐(0)
2021年4月21日
SQL 语法速成手册
摘要: https://juejin.cn/post/6844903790571700231
阅读全文
posted @ 2021-04-21 08:52 沉默小和尚
阅读(82)
评论(0)
推荐(0)
2021年3月17日
项目启动中报错Address already in use: bind
摘要: 原文地址:https://www.cnblogs.com/1012hq/p/11141855.html
阅读全文
posted @ 2021-03-17 16:48 沉默小和尚
阅读(66)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页
公告