HackHuang
HackHuang
> > 🐶 准大三狗一枚,最近考驾照,所以零散的时间片段很多,这个时候刷刷LeetCode多香啊! > > ☕ 记录数据结构与算法的学习笔记以及 LeetCode 上刷过的每一道题 : https://algorithm.show > > > 仓库地址:https://github.com/YUbuntu0109/leetcode-googtech > > 如果完整的实现一遍的话,可以提PR打卡 OK
please try starting the local server of redis and check whether the configuration infos about the redis is correct . . . ________________________________ From: xmhb5566 Sent: Monday, December 2, 2019...
> 这些笔记都是自己整理的吗?还是直接搬运的 😄 自己写的哟~
> 现在还在读大三吗? 😄 是的
``` 第二个就是感觉数据库设计的不太好,只设置了name,我刚开始的时候说用户名是啥用什么登陆啊?最后发现原来可以直接用名字登陆,我觉得可以在添加一个username,以便混淆。 ``` :grin: *如你所言,数据库设计是很简陋的(表之间缺少主外键约束及事务关联), 但上述言语我并没有读懂,所以我将你所阐述的问题的核心代码整理如下,请参考(希望往后将你的`issues`内容写清晰点)):* * `AdminMapper.java : 管理员身份验证( 业务层 )` ```java // TODO: 6/18/2019 验证登录信息是否正确 Admin login(LoginForm loginForm); ``` * `AdminMapper.xml : 管理员身份验证( DAO层 )` ```xml SELECT id,...
> 如何更改背景图片呢? 这个不是从资源路径获取的背景,也不是网上图床获取的; 貌似是封装在h-ui或 lay-ui里面的,可是一直找不到,请问那里可以修改 Sorry guy, So busy recently, Wish this answer isn't too late for you. > sms/src/main/webapp/static/h-ui/images/login-bg.jpg https://github.com/GoogTech/sms-ssm/blob/fc31def843db8c3bc5dd9311c7883ec69a72bd45/sms/src/main/webapp/static/h-ui/css/H-ui.login.css#L32
## the first problem : how to send the request to controller 1. first step : input the value of `studentname` and `clazzname` https://github.com/YUbuntu0109/sms-ssm/blob/fc31def843db8c3bc5dd9311c7883ec69a72bd45/sms/src/main/webapp/WEB-INF/view/student/studentList.jsp#L331-L352 2. second step : get the...
> 代码是resource,正确的应该是resources thanks a lot bro
> 在applicationContext.xml中会有这三处爆红 > 原因:找不到配置文件 > 解决办法:将resource文件重命名为resources并将resources下的文件都设置为“resources root”类型,除了mapper(设置办法:右击resources文件夹->Mark Directory as-> resources root) > 知识扩展:https://blog.csdn.net/a772304419/article/details/79680775 (idea中文件夹的分类) thanks bro that's right !
Hi guy~ as you can see, the main exception infos as follows : { org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [spring-conf/applicationContext.xml]; } This is common issues and...