摘要:一、常用组件库 1、Mint UI 主页:http://mint-ui.github.io/#!/zh-cn 说明:饿了么开源的基于Vue的移动端UI组件库 2、Element-UI 主页:http://element-cn.eleme.io/#/zh-CN 说明:饿了么开源的基于Vue的PC端UI 阅读全文
克隆远程仓库代码的时候,往往在下载node_modules 时,偶尔出现以下报错信息,我们可以这样解决哟
2022-09-03 20:25 by ly772186472, 54 阅读, 0 推荐, 收藏,
摘要:npm ERR! Error while executing: npm ERR! d:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.gitnpm ERR!npm ERR! H 阅读全文
项目搭建
2022-09-03 18:23 by ly772186472, 28 阅读, 0 推荐, 收藏,
摘要:https://github.com/PanJiaChen/vue-element-admin 修改 主页右上角功能 阅读全文
npm安装知识点
2022-09-03 18:22 by ly772186472, 32 阅读, 0 推荐, 收藏,
摘要:npm npm init npm init -y 表示安装的其他默认为yes设置淘宝镜像: npm config set registry https://registry.npm.taobao.org查看配置情况:npm config listnpm install --save axios np 阅读全文
java启动问题
2022-09-03 07:56 by ly772186472, 115 阅读, 0 推荐, 收藏,
摘要:D:\jdk\bin\java.exe -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Ds 阅读全文
分布式部署项目-一键生成代码出错
2022-08-31 22:08 by ly772186472, 54 阅读, 0 推荐, 收藏,
摘要:Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered 阅读全文
【SpringBoot】springProject‘org.springframework.boot:spring-boot-starter-parent:2.x.x‘ not found
2022-08-31 10:39 by ly772186472, 446 阅读, 0 推荐, 收藏,
摘要:IDEA中搭建Spring体系,maven子项目引入父项目,子项目的pom文件和maven插件中会提示红色错误: EA默认会缓存Maven本地库中的依赖项,导致引入的依赖版本在仓库中没找到。 IDEA之所以快,就是因为IDEA打开新的工程的时候,它会构建项目索引以及生成相关缓存。如果IDEA缓存被破 阅读全文
docker+nginx 安装
2022-08-29 17:27 by ly772186472, 332 阅读, 0 推荐, 收藏,
摘要:删除容器 docker rm -f + 容器id 进入容器内部: docker exec -it nginx bash # 直接执行docker rm nginx或者以容器id方式关闭容器 # 找到nginx对应的容器id docker ps -a # 关闭该容器 docker stop nginx 阅读全文
docker 删除镜像时报错Error response from daemon: conflict: unable to delete xxx (must be forced) -
2022-08-29 14:34 by ly772186472, 2565 阅读, 0 推荐, 收藏,
摘要:Error response from daemon: conflict: unable to delete daff57b7d2d1 (must be forced) - image is referenced in multiple repositories 方法一:删除时不要使用 image 阅读全文
浙公网安备 33010602011771号