- 博客(13)
- 问答 (1)
- 收藏
- 关注
原创 maven项目打包jar加上导入的依赖一起
Two ways to create jar file in IntelliJCreating artifact from IntelliJUsing maven-assembly-pluginCreating artifact from IntelliJ:• Go to project structure:• Create a new artifact:• Select the main class, and be sure to change the manifest folder
2022-04-02 15:43:21 165
原创 Cannot add or update a child row: a foreign key constraint fails
Cannot add or update a child row: a foreign key constraint fails
2022-03-18 17:54:33 836
原创 SpringCloud笔记
Eureka一、不引入Eureka时1.引入公共模块依赖<!-- 引入公共模块依赖 --><dependency> <groupId>niit</groupId> <artifactId>springcloud-api</artifactId></dependency>引入后会发现Maven视图报错,此处需要在父工程(hnuspringcloud的pom.xml)中引入依赖,并指定版本,如下:
2021-07-04 20:41:14 390
原创 js的onclick报错显示方法未定义
项目场景:js的onclick报错显示方法未定义问题描述:报错getUserId is not defined at HTMLAnchorElement.onclickAPP 中接收数据代码:<script type="text/javascript"> function getUserId(index) { console.log(index); $(#"uid").val(index); }</script>
2021-06-20 17:55:34 525
原创 在idea上运行Hadoop的MapReduce
项目场景:在idea上运行Hadoop的MapReduce问题描述:处理得到的数据不在返回结果文件中,reducer类没有问题,调试发现reducer类未运行: IntWritable key2 = new IntWritable(); Text value2 = new Text(); protected void map(LongWritable key, Text value, Context context) throws IOException, Interrupted
2021-06-16 15:37:54 241
原创 thymeleaf用js函数
使用thymeleaf做页面时,如果想要用js函数,有需要传值,那么一定要在引号内使用"|","|",而不是使用"@{}"调用的前面需要加上javascript:<button type="button" th:onclick="|javascript:dianji('${name}')|" onclick="dianji()" >点击</button>...
2021-01-10 21:04:20 3558
原创 springboot项目
springboot项目的问题(一)spring.datasource.url=jdbc:mysql://localhost:3306/employees?characterEncoding=utf8&zeroDateTimeBehavior=round&serverTimezone=GMT%2B8spring.datasource.username=rootspring.datasource.password=123123spring.datasource.driver-class
2020-10-11 20:41:42 86
原创 在maven环境下开发第一个SSM项目出现的问题及解决方案
第一个问题:maven环境搭建出现的问题,存在javaee和web版本不匹配问题解决方案:https://blog.csdn.net/steveguoshao/article/details/38414145?locationNum=2第二个问题:项目运行中出现这个问题: Invalid bound statement (not found): com.test.mapper.UserMapper.selectByPrimaryKey 原因是:https://blog.csdn.net/Dyna..
2020-06-07 19:15:38 260
原创 求大神帮助!!为什么我的图片切换功能实现不了?代码有什么问题?
<%@page contentType="text/html" pageEncoding="UTF-8"%><!DOCTYPE html><html> <head> <script src="../outdata/jquery-3.4.1.min.js"></script> <meta http-
2020-02-15 14:33:20 195
空空如也
Python的bug提问?
2021-08-22
TA创建的收藏夹 TA关注的收藏夹
TA关注的人