上一页 1 2 3 4 5 6 ··· 17 下一页

2022年10月2日

摘要: 地址:https://www.cnblogs.com/zwgbk/p/10344678.html 阅读全文
posted @ 2022-10-02 22:29 topguntopgun 阅读(309) 评论(0) 推荐(0) 编辑

2022年9月4日

摘要: 一、安装固态硬盘 二、分区,我使用老毛桃,选择快速分区,分区分为主分区和逻辑分区,主分区是系统分区,负责启动,分区表类型选择MBR方式, 注意:thakpad需要支持Mbr方式, 三、安装系统到C盘,选择一键安装系统 三、启动无法进入系统,如图 四、设置硬盘启动 阅读全文
posted @ 2022-09-04 14:14 topguntopgun 阅读(2360) 评论(0) 推荐(0) 编辑

2022年8月30日

摘要: 一、安装.NET CORE SDK 安装docker: 1.安装依赖包 sudo yum install -y yum-utils device-mapper-persistent-data lvm2 2.设置阿里云镜像源 因为docker默认官方的镜像源地址是国外的,速度很慢,这里将数据源设置为阿 阅读全文
posted @ 2022-08-30 17:12 topguntopgun 阅读(130) 评论(0) 推荐(0) 编辑

2022年8月23日

摘要: 1、下载docker ,下载地址https://docs.docker.com/engine/install/centos/ 2、卸载旧的docker, sudo yum remove docker \ docker-client \ docker-client-latest \ docker-co 阅读全文
posted @ 2022-08-23 22:41 topguntopgun 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 1、购买CentOS 7.7操作系统云服务器,要设置好安全组,全部端口开放,使用竞价模式,流量按需购买 2、finalShell 下载地址:Windows版下载地址:http://www.hostbuf.com/downloads/finalshell_install.exe,左上角点击文件夹连接服 阅读全文
posted @ 2022-08-23 17:11 topguntopgun 阅读(170) 评论(0) 推荐(0) 编辑

2022年8月22日

摘要: 1、spring boot 自带了日志组件,不需要引入包 2、配置application.yml文件内容 # 最新日志必须使用这个类型配置,否则会报错 level: com.example: debug org.springframework: warn config: classpath:log/ 阅读全文
posted @ 2022-08-22 21:50 topguntopgun 阅读(132) 评论(0) 推荐(0) 编辑

2022年7月31日

摘要: 1、成员内部类,在已有的类的内部声明类,也成为嵌套类,如果使用了static就变成顶级类,否则就是成员的作用域一样,内部类不能有静态成员,内部类可以使用外部的成员 public class Person1 { public int Age; class Say{ public void SayHel 阅读全文
posted @ 2022-07-31 23:21 topguntopgun 阅读(27) 评论(0) 推荐(0) 编辑

2022年7月12日

摘要: 一、org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisStreamMessageListenerContainer' defined in class path r 阅读全文
posted @ 2022-07-12 22:05 topguntopgun 阅读(836) 评论(0) 推荐(0) 编辑

2022年6月7日

摘要: 报错问题: 感觉大佬分享,还有nvm使用,的确好用 rror G:\Codes\XXX\node_modules\node-sass: Command failed. Exit code: 1 Command: node scripts/build.js Arguments: Directory: 阅读全文
posted @ 2022-06-07 11:50 topguntopgun 阅读(367) 评论(0) 推荐(0) 编辑

2022年6月6日

摘要: 2021版本开始出现Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration. 需要在project下面的.Ideal文件夹下面找到w 阅读全文
posted @ 2022-06-06 16:52 topguntopgun 阅读(62) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 17 下一页

导航