异常信息 表面上看异常信息是 mybatis 查询的结果有两条数据,但是返回的参数用一个对象接受的,于是打断点调式 at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:77) ...
分类:
Web程序 时间:
2017-10-03 22:19:47
阅读次数:
650
assert.fail(message) assert.fail(actual, expected[, message[, operator[, stackStartFunction]]]) operator <string> 默认为 '!='。 stackStartFunction <functi ...
分类:
其他好文 时间:
2017-10-03 16:24:47
阅读次数:
203
assert.equal(actual, expected[, message]) 使用相等运算符(==)测试 actual 参数与 expected 参数是否相等(通俗解释equal方法接受三个参数,第一个参数是实际值,第二个是预期值,第三个是错误的提示信息。)。 如果两个值不相等,则抛出一个带有 ...
分类:
其他好文 时间:
2017-10-03 15:53:24
阅读次数:
1816
assert.strictEqual(actual, expected[, message]) 使用全等运算符( )测试 actual 参数与 expected 参数是否全等。 2.assert.notStrictEqual() 使用不全等运算符(!==)测试 actual 参数与 expected ...
分类:
其他好文 时间:
2017-10-03 15:52:59
阅读次数:
147
(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. 今天运行Redis时发生错误,错误信息如下: (error) MISCONF Redis ...
分类:
数据库 时间:
2017-10-02 13:05:36
阅读次数:
178
恢复内容开始 文件的上传下载时项目开发最常用到的功能,上传文件时表单必须进行如下设置: 这样浏览器才会将用户选择的文件二进制数据发送给服务器 Springle MVC为文件上传提供了直接的支持,,这种支持是用MultipartResolver实现,SpringMVC上传需要依赖Apache Comm ...
分类:
编程语言 时间:
2017-10-01 16:19:44
阅读次数:
198
1.类QNNPing.m 第93行到103行,check_compile_time调用, error: expected parameter declarator check_compile_time(sizeof(IPHeader) == 20); .... .... 可能解决方法:check_c ...
分类:
其他好文 时间:
2017-09-30 13:34:31
阅读次数:
232
from selenium import webdriver import time from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_con ...
分类:
编程语言 时间:
2017-09-30 13:27:03
阅读次数:
218
We will import our newly published package into a new project locally to make sure everything is working as expected. We can do this locally before pu ...
分类:
其他好文 时间:
2017-09-29 10:01:53
阅读次数:
117
This new pair of Air Jordan 1 Los Primeros is part of the popular Air-Jordan- Line signature and is expected to sell like hotcakes. Are you wondering ...
分类:
其他好文 时间:
2017-09-28 18:09:27
阅读次数:
265