将xstream1.4.8 引入Android Strudio项目中,编译报错如下:UNEXPECTED TOP-LEVEL EXCEPTION:
com.android.dx.cf.iface.ParseException: bad class file magic (cafebabe) or version (0034.0000)
at com.android.dx.cf.direct....
分类:
移动开发 时间:
2016-06-12 02:07:25
阅读次数:
275
可以在php.ini中设置short_open_tag = On 第一步,登录到sql命令行 第二步,使用sql语句修改root密码 使用sql语句改密码时一定要选中数据库 。使用 use mysql;否则会出错 2016.6.5 孤独夜莺 第一步,登录到sql命令行 第一步,登录到sql命令行 第 ...
分类:
Web程序 时间:
2016-06-05 15:18:55
阅读次数:
180
开发板上运行可执行程序报出错误: line1: 1: Syntax error: word unexpected (expecting ")") 解决思路: 1.编译器的问题 用arm-linux-gcc编译,可能原来是用gcc编译的。 假如是脚本,#!/bin/sh 改 #!/bin/bash试试 ...
分类:
其他好文 时间:
2016-06-02 18:19:03
阅读次数:
540
今天写hibernate时候遇到一些异常 代码: 出现异常情况: 出现以上原因是Session关闭 如果不是使用的SessionFactory.getSession()来获得Session。 而是使用SessionFactory.getCurrentSession()方法来获得Session时,当事 ...
分类:
数据库 时间:
2016-05-29 14:58:02
阅读次数:
368
一、Uncaught SyntaxError: Unexpected identifier 解决办法: Uncaught SyntaxError: Unexpected identifier这个问题,可能有两种情况: 1.前一行或本行缺少一个英文的逗号。 2.数据类型弄错了。 参考:http://b ...
分类:
Web程序 时间:
2016-05-27 21:54:34
阅读次数:
279
一、HTTP Status 500 - org.springframework.orm.hibernate3.HibernateOptimisticLockingFailureException: Batch update returned unexpected row count from upd ...
分类:
其他好文 时间:
2016-05-27 21:52:03
阅读次数:
402
myeclipse非正常关闭,控制台server出现异常“Could not create the view: An unexpected exception was thrown.”。 解决办法: -- 删除文件 “workspace/.metadata/.plugins/org.eclipse. ...
分类:
系统相关 时间:
2016-05-17 09:47:47
阅读次数:
1482
通常在页面中要让某些内容点击后产生点击事件(非页面跳转)都会使用onclick,但是这样不适于需要传递参数的情况,于是写成直接调用JavaScript函数的方式:<a href=javascript:somefunction(args)>content</a>。注意,这么写是有问题的,问题就在于so ...
分类:
Web程序 时间:
2016-05-16 19:21:38
阅读次数:
277
打开myeclipse所在的wordspace文件夹,在下面子文件夹 .metadata\.plugins\org.eclipse.core.runtime\.settings删除 com.genuitec.eclipse.ast.deploy.core.prefs 然后重启myeclipse即可 ...
分类:
系统相关 时间:
2016-05-12 10:26:49
阅读次数:
193
Parseerror:syntaxerror,unexpected‘[‘in/usr/local/httpd/htdocs/zabbix/index.phponline29
解决步骤:重新编译5.4以上的php,再次重新编译zabbix,重新复制zabbix的web页面就行了
分类:
Web程序 时间:
2016-05-11 08:16:07
阅读次数:
612