上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 23 下一页
摘要: linux应用领域: 桌面应用,服务器领域、嵌入式领域 linux发行版: linux内核 redhat、centos、ubuntu、suse、红旗linux vm网络配置: 基础学习 1、查看系统资源情况 df -h 2、查看网络情况 ifconfig -a 或者 ip addr 3、查看mac地 阅读全文
posted @ 2022-04-07 13:27 刘百会 阅读(36) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-03-12 09:15 刘百会 阅读(18) 评论(0) 推荐(0)
摘要: springboot源码学习 阅读全文
posted @ 2022-03-05 21:08 刘百会 阅读(36) 评论(0) 推荐(0)
摘要: java泛型学习教程-java泛型的使用-java泛型类和泛型方法 当参数不确定的时候可以说使用泛型 1、类定义泛型 class Box<T> { private T data; public Box() { } public Box(T data) { this.data = data; } pu 阅读全文
posted @ 2022-02-20 12:18 刘百会 阅读(115) 评论(0) 推荐(0)
摘要: springboot整合knife4j,swagger 1、添加依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifa 阅读全文
posted @ 2021-12-29 14:01 刘百会 阅读(389) 评论(0) 推荐(0)
摘要: linux连接工具 1、xshell 2、finalshell 下载地址:http://www.hostbuf.com/t/988.html 3、electerm 下载地址:https://electerm.html5beta.com/ 阅读全文
posted @ 2021-12-26 08:56 刘百会 阅读(406) 评论(0) 推荐(0)
摘要: uniapp学习 1、pages.json设置 pages.json 文件用来对 uni-app 进行全局配置,决定页面文件的路径、窗口样式、原生的导航栏、底部的原生tabbar 等。 它类似微信小程序中app.json的页面管理部分。注意定位权限申请等原属于app.json的内容,在uni-app 阅读全文
posted @ 2021-12-18 21:13 刘百会 阅读(1547) 评论(0) 推荐(0)
摘要: 以6台服务组建三主三从的集群 1、创建redis容器 docker create --name redis-node1 --net host -v /data/redis-data/node1:/data redis:6.0.16 --cluster-enabled yes --cluster-co 阅读全文
posted @ 2021-12-15 17:02 刘百会 阅读(111) 评论(0) 推荐(0)
摘要: 1、安装宝塔 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 修改分页: 参考:http://www.zhijianlian.com/arc 阅读全文
posted @ 2021-12-12 14:00 刘百会 阅读(313) 评论(0) 推荐(0)
摘要: 1、分布式任务调度平台XXL-JOB官方地址:https://www.xuxueli.com/xxl-job/ 2、添加依赖 <!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ --> <dependency> <groupId> 阅读全文
posted @ 2021-11-29 14:13 刘百会 阅读(300) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 23 下一页