会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
18200281361
博客园
首页
新随笔
联系
订阅
管理
2023年2月7日
linux远程工具
摘要: vncviewer virt-manager OpenVPN GUI MobaXterm
阅读全文
posted @ 2023-02-07 15:31 18200281361
阅读(22)
评论(0)
推荐(0)
2020年9月6日
设计模式
摘要: http://c.biancheng.net/view/1366.html
阅读全文
posted @ 2020-09-06 00:26 18200281361
阅读(74)
评论(0)
推荐(0)
2020年8月30日
乐观锁与悲观锁的选择
摘要: https://segmentfault.com/a/1190000019221216
阅读全文
posted @ 2020-08-30 17:14 18200281361
阅读(92)
评论(0)
推荐(0)
compareAndSwapObject 产生ABD原因
摘要: https://www.pianshen.com/article/42551375180/
阅读全文
posted @ 2020-08-30 15:40 18200281361
阅读(157)
评论(0)
推荐(0)
2020年8月22日
wangEditor
摘要: wangEditor:优点上手快,缺点功能单一,连html源码都看不到,图片<img src='http' min-width='100%'>中含有%不能通过url传输到后台ueditor: 虽然是百度的,但是下载却在github巨慢,文件也很大,里面还有jar包,太重了ckeditor5:没有ck
阅读全文
posted @ 2020-08-22 13:41 18200281361
阅读(251)
评论(0)
推荐(0)
ckeditor4学习
摘要: 镜像下载速度快 git clone https://gitclone.com/github.com/ckeditor/ckeditor4.git <script type="text/javascript" src="/ckeditor4/ckeditor.js"></script><div id=
阅读全文
posted @ 2020-08-22 13:29 18200281361
阅读(190)
评论(0)
推荐(0)
2019年12月8日
git公司远程提交
摘要: 新入手git,差点搞崩溃,老是冲突 以下操作都在我本地master分支上进行 0. 先将代码copy保存到本地 1. git stash //缓存当前修改 2. git pull origin master //拉取远程主master分支内容 3. git stash pop //释放修改的内容 4
阅读全文
posted @ 2019-12-08 09:34 18200281361
阅读(171)
评论(0)
推荐(0)
2019年11月30日
java面试题总结
摘要: static代码块执行顺序集合继承结构和各个集合的区别HashMap实现原理为什么要实现hashcode方法CurrentHashMap实现原理ArrayList和LinkedList的区别项目用到线程的地方,是否有资源竞争和高并发线程池种类线程池常见参数悲观锁和乐观锁线程池如何优化wait和sle
阅读全文
posted @ 2019-11-30 21:33 18200281361
阅读(130)
评论(0)
推荐(0)
基本数据类型和包装类
摘要: int 最大值21亿多,默认值0,integer 默认值nullshort 最大值32768short = (short)int //需要强转int = short; //不需要强转int + short = intint == Integer //trueInteger==Integer // I
阅读全文
posted @ 2019-11-30 20:56 18200281361
阅读(123)
评论(0)
推荐(0)
2019年11月19日
设计模式使用原因
摘要: https://www.cnblogs.com/xuwendong/p/10284143.html
阅读全文
posted @ 2019-11-19 23:54 18200281361
阅读(157)
评论(0)
推荐(0)
下一页
公告