org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSession.### The error may exist in com/guigu/mapper/BookMapper.xml### The err ...
分类:
其他好文 时间:
2020-05-03 00:37:47
阅读次数:
77
In a sequence of numbers,we can find some number pairs that conform to the rule below: Assuming that there exist two numbers,N and M and it's position ...
分类:
其他好文 时间:
2020-05-02 18:46:09
阅读次数:
60
private void ExecCheckExe(){ string exefile = "d:\\chktool\\checktool.exe"; if (File.Exists(exefile)) { Process process = new Process(); ProcessStartI ...
解析模板[图标时出错favicon.ico]模板可能不存在 在Thymeleaf模板添加link标签 <link rel="shortcuticon"href="../resources/favicon.ico"th:href="@{/static/favicon.ico}"> th:href="@ ...
分类:
数据库 时间:
2020-05-02 11:55:55
阅读次数:
768
? 详情请关注微信公众号:“晚风花间寺中人” 后端学习 项目管理 1、系统需求 通讯录是一个可以记录亲人、好友信息的工具。 本教程主要利用C++来实现一个通讯录管理系统 系统中需要实现的功能如下: 添加联系人:向通讯录中添加新人,信息包括(姓名、性别、年龄、联系电话、家庭住址)最多记录1000人 显 ...
分类:
其他好文 时间:
2020-05-02 10:17:25
阅读次数:
97
```java @RequestMapping("/test1") public ResponseEntity testControllerAdvice(String id) { if (StringUtils.isEmpty(id)) { throw new UserNotExistExcepti... ...
分类:
其他好文 时间:
2020-05-02 00:27:45
阅读次数:
74
@ResponseStatus 与@ExceptionHandler一起使用, 抛出异常, 但是无法将map的值传递出去, 即使重写了 可以通过指定 将值传递到request中 ...
分类:
其他好文 时间:
2020-05-02 00:09:59
阅读次数:
52
一、前言: Django查询数据库中的信息,实质是将SQL语句封装成了其内置的方法。打开mysql日志文件可以看到django每次执行查询命令时对应的sql语句。 查看mysql日志的方法: 1.修改mysql配置文件,去除68,69行的注释。文件路径(/etc/mysql/mysql.conf.d ...
分类:
其他好文 时间:
2020-05-01 20:20:35
阅读次数:
63
学习了爬虫后尝试爬取网页文字内容,掌握后开始爬取图片内容 我爬取的网页是所有人的童年:www.4399.com 我先爬取了文字内容,是成功的。之后我开始尝试爬取图片 import requestsimport os url="http://4399.com"root = "D://123456789 ...
分类:
其他好文 时间:
2020-04-30 21:39:42
阅读次数:
69
十四、企业实战案例 (一)使用for循环在/oldboy目录下批量创建10个html文件,其中文件名包含10个随机小写字母加固定字符串0ldoby。 思路分析,产生随机数字方法: ①核心是创建10个随机小写字母。 应用实例 shell [root@centos6 kvm3 shili] cat 14 ...
分类:
系统相关 时间:
2020-04-29 23:33:10
阅读次数:
75