摘要: github: https://github.com/ 知乎: 学习路线有问题, 找些资料 StackOverFlow:全球的技术问答交流中心 掘金:国内优质的开发者平台,也有很多优秀的平台 v2ex (way to explore): 很多技术宅和极客们在上面 chinaunix: 操作系统,系统 阅读全文
posted @ 2022-06-05 16:35 chenxiangxiang 阅读(153) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1Gs4y1C7dn/?spm_id_from=333.788&vd_source=fac9e03544dd691431a521e829f6892d 阅读全文
posted @ 2024-09-11 14:34 chenxiangxiang 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1.机器资源耗尽 2.单点故障 3.认为操作 4.网络 单点故障解决方案? 1.搭建mysql主从集群(双主,一主多从,多主多从) 2. 可以用MyCat, ShardingJdbc实现 A节点同步到B节点流程? 1. 从库通过IO线程, 连接到主库,并且向主库要对应的bin log文件 2. 主库 阅读全文
posted @ 2024-09-07 14:58 chenxiangxiang 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 视频地址: 1.介绍一下自己对 Netty 的认识吧2.那你在说说为什么要用 Netty ?3.那你在通俗地说一下 Netty 可以做什么事情?4.Netty 核心组件了解吗?分别有什么作用?5.在说说Netty 有几种线程模型吧?6.你说一下对于这三种线程Reactor模型的理解? 一、Netty 阅读全文
posted @ 2024-09-04 18:35 chenxiangxiang 阅读(20) 评论(0) 推荐(0) 编辑
摘要: -- 1. 分区相关 -- 创建存储过程 DELIMITER $$ CREATE PROCEDURE ens_rb.add_partitions_by_day(in table_name varchar(30), start_str varchar(30), end_str varchar(30)) 阅读全文
posted @ 2024-07-16 14:49 chenxiangxiang 阅读(6) 评论(0) 推荐(0) 编辑
摘要: docker需要添加下面命令add --update font-adobe-100dpi ttf-dejavu fontconfig 阅读全文
posted @ 2024-06-11 17:47 chenxiangxiang 阅读(9) 评论(0) 推荐(0) 编辑
摘要: import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.TypeReference; import org.apache.commons.codec.binary.Base64; import org.apache.commons. 阅读全文
posted @ 2024-05-11 10:33 chenxiangxiang 阅读(72) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/G0_hw/article/details/106208439 阅读全文
posted @ 2024-05-09 16:37 chenxiangxiang 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_48890074/article/details/134181263 阅读全文
posted @ 2024-03-30 14:13 chenxiangxiang 阅读(7) 评论(0) 推荐(0) 编辑
摘要: main{ ByteArrayOutputStream outputStream = excelUtil.exportExcel(header, data);// 返回文件流给前端String fileName = "fixedSavingExport" + CommUtil.getComputer 阅读全文
posted @ 2024-03-19 15:25 chenxiangxiang 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 软件地址; https://community.jaspersoft.com/?_fromLogin=1 教程 https://www.cnblogs.com/TSCCG/p/15636011.html 阅读全文
posted @ 2024-03-07 15:44 chenxiangxiang 阅读(41) 评论(0) 推荐(0) 编辑