今天在写PHP程序的时候总是出现这样的错误:Parse error: syntax error, unexpected end of file in *.php on line *,然后我就根据提示,找到那个文件,然后错误中总是提示最后一行出错,我找到最后一行发现是</html>,晕的,这能有什么错 ...
分类:
Web程序 时间:
2017-09-18 17:28:47
阅读次数:
151
使用了hibernate的主键生成策略,而在程序中又主动去设置了主键值。<class name="ProductRegion" table="PRODUCT_REGION" lazy="false"> <id name="id" column="PRODUCT_REGION_ID"> <genera ...
分类:
其他好文 时间:
2017-09-16 18:57:49
阅读次数:
382
ES6中使用async await报错Unexpected identifier 的原因及解决办法 ...
分类:
其他好文 时间:
2017-09-14 00:42:42
阅读次数:
131
Question: i have a message saying "Could not save application settings: java.io.IOException: java.lang.AssertionError: Unexpected content storage modi ...
分类:
移动开发 时间:
2017-09-11 15:15:06
阅读次数:
294
原文 http://www.cnphp6.com/archives/65409 Jquery使用ajax方法实现jsonp跨域请求数据的时候报错 “Uncaught SyntaxError: Unexpected token :”,主要问题在于返回的数据格式不正确 本地虚拟两个域名,分别为:www. ...
分类:
Web程序 时间:
2017-09-11 12:23:50
阅读次数:
186
本人在mac下使用Rider开发.net跨平台项目,在跑Android项目调用google自带模拟器时出现了Unexpected schema version 3错误。尝试多次,终于找到比较傻瓜的解决方法: 1、在ADV中删除所有模拟器 2、只创建一个模拟器 3、运行Rider下Android项目 ...
分类:
其他好文 时间:
2017-09-06 09:58:05
阅读次数:
205
下载node出现以下异常 : the install has encountered an unexpected errer installing this package.this may indicate aproblem with this package.the error code is ...
再用JQuery解析json的时候出现了这样一个问题 通过查阅资料发现,是由于解析json文件的时候解析到object而引起的错误。通过console.log的输出,发现输出的结果是一个类似于数组的输出内容。 通过寻找发现由于JQuery版本的升级,JQuery的ajax方法发生了变化,ajax的s ...
分类:
Web程序 时间:
2017-09-01 14:27:21
阅读次数:
417
今日项目碰到 bom头跑错 Exception in thread "main" com.fasterxml.jackson.core.JsonParseException: Unexpected character ('' (code 65279 / 0xfeff)): expected a va ...
分类:
Web程序 时间:
2017-08-29 23:52:37
阅读次数:
658
出现错误: TypeError get() got an unexpected keyword argument 'teacher_id 出错原因: view类中,get方法获得了一个多余的额参数,这个参数是通过url正则表达式模版取出的数据,url传递过来的参数 如何解决? get方法中再次增加一 ...
分类:
Web程序 时间:
2017-08-29 23:47:27
阅读次数:
402