自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 vagrant + virtualbox 快速搭建centos7虚拟机

vagrant +virtualbox 快速搭建centos/7虚拟机并且使用XSHELL工具进行ssh连接

2023-07-03 19:01:14 784 1

原创 谷粒三级分类 脚本

DROP TABLE IF EXISTS pms_category;CREATE TABLE pms_category ( cat_id bigint(20) NOT NULLAUTO_INCREMENT COMMENT ‘分类id’, name char(50) DEFAULT NULL COMMENT‘分类名称’, parent_cid bigint(20) DEFAULT NULL COMMENT ‘父分类id’,cat_level int(11) DEFAULT NULL CO.

2022-03-13 21:41:03 1318

原创 springboot 加载不到nacos配置

项目代码读取不到任何nacos 配置从Spring Boot 2.4版本开始,配置文件加载方式进行了重构。添加一下配置,即可解决nacos 连接不上的问题。 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-bootstrap</artifactId>

2022-02-28 22:17:47 7170 2

原创 codeMirror 光标定位问题

codeMirror 光标定位问题setCursor 方法的使用setCursor 方法的使用codeMirror.focus()setTimeout(()=>{ codeMirror.setCursor({line:1,ch:5}) },0)

2021-10-26 14:58:32 2519

原创 Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerExcepti

nacos server start.cmd 启动报错:编辑startup.cmd 将 set MODE=“cluster” 修改为 set MODE=“standalone” 即可

2021-10-20 21:12:10 617

原创 a later version of node.js is already installed. Setup will now exit.

C:\ProgramData\Microsoft\Windows\Start Menu这个路径下面有个uninstall node.js点击运行在安装就行了.

2021-07-28 22:56:29 7070 5

原创 docker中的redis和mysql连接失败

docker中的redis和mysql连接失败查看firewall-cmd --state 确认防火墙关闭sysctl net.ipv4.ip_forward 查看ip转发是否打开,如果=0表示未打开echo 1 > /proc/sys/net/ipv4/ip_forwardsysctl -p /etc/sysctl.conf

2021-07-27 22:04:06 284

原创 Not Found - GET https://registry.npm.taobao.org/@types/strip-json-comments/-/strip-json-comments-0.0

这里Not Found - GET https://registry.npm.taobao.org/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz - [not_found] document not found写自定义目录标题错误类型1:错误类型2:人人开源 renren-fast-vue 前端 npm install 类型出错:错误类型1:https://registry.npm.taobao.org/@types/stri

2021-07-14 21:49:37 1931 5

原创 GIT 安装以及可视化

GIT安装与图形化工具的汉化

2021-06-03 20:34:51 2629

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除