自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 安装 npm 时的问题

1.打开项目所在目录的cmd窗口,运行 npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ 安装node-sass 可以解决node-sass无法安装的问题

2021-10-05 10:40:57 110

原创 controller 注解最好还是单独使用

真是低级错误

2021-09-15 10:25:16 154

原创 取json数据无法显示

解决办法:取数据时,名称没有对应上,整死我了。太菜了

2021-08-21 20:32:02 224

原创 bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your

bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘LIMIT 5’ at line 8 错误: <select id="selectByE

2021-08-20 10:28:14 2289

原创 No qualifying bean of type ‘com.atguigu.crud.dao.DepartmentMapper‘ available: expected at least 1 be

报错信息:No qualifying bean of type ‘com.atguigu.crud.dao.DepartmentMapper’ available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)} 错误原因: <!-

2021-08-19 22:24:55 674

原创 配置 bootstrap

<%-- Created by IntelliJ IDEA. User: 杨超杰 Date: 2021/8/14 Time: 15:16 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> &l

2021-08-14 16:46:10 182

原创 命令提示符操作

cd + 目录 进入目录 cd + … 返回上一级 到达目录后 直接输入 文件名可以 执行文件

2021-08-14 16:36:59 104

原创 Cannot find JRE ‘1.8 (2)

2021-08-14 09:38:43 178

原创 win10添加 jdk 环境变量

1. List item 添加两个变量 //CLASSPATH变量 .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar; //JAVA_HOME变量 D:\jdk 2. List item //在PATH变量中输入 %JAVA_HOME%\bin

2021-08-10 19:04:12 79

原创 引入 jQuery

在 head 标签中插入语句: <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.js"></script> 下面的 cdn地址 可以在这里找到: https://www.bootcdn.cn/jquery/

2021-08-09 18:29:53 211 1

空空如也

空空如也

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

TA关注的人

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