会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
捕获到一只小白
博客园
首页
新随笔
联系
订阅
管理
2023年5月25日
如何设置windows固定ip地址
摘要:
阅读全文
posted @ 2023-05-25 09:33 捕获到一只小白
阅读(345)
评论(0)
推荐(0)
2023年4月4日
window查看端口占用
摘要: 1.查看端口9080占用情况 netstat -aon | findstr 9080 2.杀掉占用端口的进程号4752 taskkill /f /pid 4752
阅读全文
posted @ 2023-04-04 17:32 捕获到一只小白
阅读(37)
评论(0)
推荐(0)
2022年11月10日
linux安装java
摘要: 1.在/usr下新建java 2.上传安装包到java,并解压 tar -xvf jdk....tar.gz 3.ln -s /usr/java/jdk1.8.0_351 /usr/jdk 设置链接,节约目录长度 4.vim /etc/profile 5. 配置环境变量 export JAVA_HO
阅读全文
posted @ 2022-11-10 15:02 捕获到一只小白
阅读(51)
评论(0)
推荐(0)
2022年8月29日
windows自启动redis
摘要: 1.进入redis安装目录 2.redis-server --service-install redis.windows-service.conf --loglevel verbose 3.找到服务启动redis
阅读全文
posted @ 2022-08-29 10:57 捕获到一只小白
阅读(23)
评论(0)
推荐(0)
2022年8月25日
spring boot解决 cors跨域问题的方法
摘要: 实现WebMvcConfigurer里面的addCorsMappings方法 @Configuration public class corsFilter1 implements WebMvcConfigurer { @Override public void addCorsMappings(Cor
阅读全文
posted @ 2022-08-25 16:43 捕获到一只小白
阅读(27)
评论(0)
推荐(0)
2022年7月28日
安装docker-compse
摘要: 1.DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker} 2.mkdir -p $DOCKER_CONFIG/cli-plugins 3.curl -SL https://github.com/docker/compose/releases/download/v
阅读全文
posted @ 2022-07-28 11:39 捕获到一只小白
阅读(74)
评论(0)
推荐(0)
安装docker
摘要: 1.Set up the repository sudo yum install -y yum-utils sudo yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.repo 2
阅读全文
posted @ 2022-07-28 11:37 捕获到一只小白
阅读(17)
评论(0)
推荐(0)
2022年6月17日
linux安装mysql8
摘要: https://blog.csdn.net/qq_45774645/article/details/122942611 ln -s /usr/local/mysql/mysql-8.0.20/bin/mysql /usr/bin 此处路径有问题
阅读全文
posted @ 2022-06-17 17:47 捕获到一只小白
阅读(14)
评论(0)
推荐(0)
2022年6月16日
Centos7刚安装Docker启动失败——Job for docker.service failed because the control process exited with error...
摘要: https://www.jianshu.com/p/4e97b03e53ba
阅读全文
posted @ 2022-06-16 16:54 捕获到一只小白
阅读(30)
评论(0)
推荐(0)
windows 同时安装 MySQL5 和 MySQL8 版本
摘要: https://blog.csdn.net/Always206/article/details/123694815
阅读全文
posted @ 2022-06-16 16:53 捕获到一只小白
阅读(87)
评论(0)
推荐(0)
下一页
公告