初次使用IntelliJ IDEA,在配置tomcat后,启动报下面异常 很明显是端口冲突。但是我本地没起其他服务,不会有端口占用。 然后查是否真的端口被占用, 在开始-运行,输入CMD打开命令行界面,输入命令 netstat -ano | findstr "1099" 查出来也是没有1099端口占 ...
当在pojo中,往往会出现字段无法一一对应时,有可能就会出现创建Unrecognized field "state" (class com.jt.manage.pojo.ItemCat)......... 异常。 解决方案: 在当前字段所属的pojo上添加 @JsonIgnoreProperties ...
分类:
其他好文 时间:
2017-08-02 20:59:45
阅读次数:
186
启动JMeter.bat的程序时,出现以下出错信息: Unrecognized VM option '+HeapDumpOnOutOfMemoryError' Could not create the Java virtual machine. errorlevel=1 请按任意键继续. . . 上 ...
分类:
其他好文 时间:
2017-07-25 19:32:14
阅读次数:
297
使用sqlite3创建数据库表的时候须要注意: 1. 不能使用纯数字 2. 不能带有"-","@"等字符。也不能以数字打头。 一、以下是log打出来的信息: DB Error: 1 "unrecognized token: "47464636265757265763393573649"" DB Qu ...
分类:
数据库 时间:
2017-07-16 20:24:47
阅读次数:
159
使用JDBC连接MySql时出现:The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either the server or ...
分类:
数据库 时间:
2017-07-01 12:50:04
阅读次数:
228
处理unrecognized selector异常原因 假如封装一个方法,在其他模块调用该方法时,传入参数不匹配则crash。比如下面的方法:本应该传入的参数类型为NSMutableArray,如果传入的参数类型是NSArray,导致抛出 unrecognized selector异常 1 2 3 ...
分类:
移动开发 时间:
2017-06-23 13:02:04
阅读次数:
244
<input type="file" name="file1" id="file1" onchange="uploadImg('file1','hidden1')"> <input type="hidden" id="hidden1" /> 异步上传文件方法 function uploadImg(f ...
分类:
Web程序 时间:
2017-06-02 12:41:03
阅读次数:
258
Ubuntu默认安装是没有开启任何防火墙的。 当使用service iptables status时发现提示iptables:unrecoginzed service。意思是无法识别的服务。 以下方法来自http://blog.csdn.net/lywzgzl/article/details/399 ...
分类:
系统相关 时间:
2017-05-14 10:27:52
阅读次数:
554
service MySQL start出错,mysql启动不了,解决mysql: unrecognized service错误的方法如下: [root@ctohome.com ~]# service mysql startmysql: unrecognized service[root@ctohom ...
分类:
数据库 时间:
2017-05-10 12:52:26
阅读次数:
183
1. java.sql.SQLException: The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either the ...
分类:
Web程序 时间:
2017-05-10 09:48:58
阅读次数:
265