会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
水流小生
打起精神,加油干!
博客园
首页
新随笔
联系
订阅
管理
2022年12月16日
代码在低版本到高版本运行的问题
摘要: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throw
阅读全文
posted @ 2022-12-16 13:51 诚息
阅读(37)
评论(0)
推荐(0)
2022年11月4日
在线帮助工具
摘要: 在线 api https://www.matools.com/api 在线工具箱 https://tools.liumingye.cn/ 数据结构有救了 https://www.cs.usfca.edu/~galles/visualization/Algorithms.html 大佬笔记 https
阅读全文
posted @ 2022-11-04 17:44 诚息
阅读(230)
评论(0)
推荐(0)
idea 开发中常用快捷键设置
摘要: 快捷键总结 1.1 Ctrl + … | 功能 | 快捷键 | | | | | 删除当前行 | Ctrl + Y | | 复制当前行,直接在下一行复制当前行 | Ctrl + D(Duplicate复制) | | 选中文本,连续按可以扩大选中范围(以单词为单位) | Ctrl + W | | 在当前
阅读全文
posted @ 2022-11-04 17:14 诚息
阅读(396)
评论(0)
推荐(0)
BigDecimal 的四舍五入
摘要: public static String round(BigDecimal data, @NotNull Integer digit) { /*1.判断要截取的数据是否为空,或者保留的位数是为大于零,如果不合理则返回*/ if (null == data || digit < 0) { return
阅读全文
posted @ 2022-11-04 17:11 诚息
阅读(198)
评论(0)
推荐(0)
2022年10月11日
漫漫自由路之海阔天空
摘要: 当我最后通过一道道大门从另一侧进入汽车的时候, 尽管已经71岁, 但我仍然感到我的生活才刚刚开始! 人生需要的不是一帆风顺,而是面对逆境的勇气和信心!
阅读全文
posted @ 2022-10-11 11:05 诚息
阅读(20)
评论(0)
推荐(0)
spring学习笔记
摘要: 笔记参考:https://www.cnblogs.com/daimzh/p/12854376.html
阅读全文
posted @ 2022-10-11 10:55 诚息
阅读(15)
评论(0)
推荐(0)
2022年8月23日
Redis基本操作
摘要: 二、五大数据类型 2.1 2.1.1.官方文档 Redis是一个开放源代码(BSD许可)的内存中数据结构存储,用作数据库,缓存和消息代理。它支持数 据结构,例如字符串,哈希,列表,集合,带范围查询的排序集合,位图,超日志,带有半径查询和流 的地理空间索引。Redis具有内置的复制,Lua脚本,LRU
阅读全文
posted @ 2022-08-23 22:43 诚息
阅读(46)
评论(0)
推荐(0)
Linux-dokcer环境安装redis步骤
摘要: 一、Docker搜索redis镜像 docker search redis 可以看到有很多redis的镜像,此处因没有指定版本,所以下载的就是默认的最新版本.redis latest 。 二、Docker拉取镜像 命令::docker pull <镜像名称>:<版本号> docker pull re
阅读全文
posted @ 2022-08-23 21:37 诚息
阅读(189)
评论(0)
推荐(0)
Redis启动异常
摘要: Redis启动异常 [root@hadoop01 myredis]# docker start 9738865610dc Error response from daemon: driver failed programming external connectivity on endpoint m
阅读全文
posted @ 2022-08-23 21:22 诚息
阅读(42)
评论(0)
推荐(0)
防火墙centos7执行 service iptables status
摘要: 防火墙centos7执行 service iptables status报错问题 解决方案 : 1、开启防火墙 systemctl start firewalld.service 2、关闭防火墙 systemctl stop firewalld.service 3、重启防火墙 service fir
阅读全文
posted @ 2022-08-23 20:35 诚息
阅读(319)
评论(0)
推荐(0)
下一页
公告
TOP
底部