摘要:
1:下载ckeditor 4.4.2 full package ,官网没有显示, 需要在最新版本的ckeditor download右键,复制链接, 输入到导航栏,将版本号改为自己想要的版本号。 https://download.cksource.com/CKEditor/CKEditor/CKEd 阅读全文
摘要:
1:SchuledExecutorService 使用controller控制线程关闭 阅读全文
摘要:
1: SELECT `SCHEMA_NAME` FROM `information_schema`.`SCHEMATA`; 查询sql中的数据库名 2: select * from forum.t_user; //跨库查询,数据库名.表名 3: alter table teacher add ind 阅读全文
摘要:
Spring Boot 全局异常配置,处理异常控制器需要和发生异常的方法在一个类中。使用 ControllerAdvice 注解 https://blog.csdn.net/qq_34083066/article/details/79424142 阅读全文
摘要:
1:错误提示whitelabel error page:需要定义一个error.html ,否则提示如图 阅读全文
摘要:
1:fork别人的项目后,更新别人最新的提交 https://blog.csdn.net/qq1332479771/article/details/56087333 2:在idea中push工程 git push VCS>git>push 阅读全文
摘要:
map<String,List> 阅读全文
摘要:
/** * 测试各个html文件用。 * @param model * @return */ @RequestMapping("home") public String home(RedirectAttributes model) { model.addAttribute("id", "1"); m... 阅读全文
摘要:
1:在产品与服务中,找到轻量级应用服务,点击进入 2:点击远程连接, 3:想要开放端口号时,点击详情》防火墙,添加想要开放的端口号。 4: ftp服务器的搭建:https://help.aliyun.com/knowledge_detail/60152.html 5: ip地址: 安装的应用系统号 阅读全文