出错
heting717
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ssh--service注入时出错:ERRORDefaultDispatcherErrorHandler:42
ERRORDefaultDispatcherErrorHandler:42 - Exception occurred during processingrequest: Unable to instantiate Action, userAction, defined for 'user_regist' in namespace'/'Error creating bean with name '原创 2017-05-14 17:20:52 · 11315 阅读 · 0 评论 -
Jave mav转mp3报错,1.ffmpeg.home does not exists,2.jave.EncoderException: Stream mapping:
参考: https://blog.youkuaiyun.com/dadiyang/article/details/85003240 https://hk.saowen.com/a/2ec2a73ec73091967c3ebdb5697832006cb255a7183377b6e8fae1c13f5e54bc (1)ffmpeg.home does not exists 解决:java代码中添加:S...原创 2019-01-31 15:38:59 · 3519 阅读 · 0 评论 -
抛错java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11.XToolkit
参考博客: https://blog.youkuaiyun.com/pierre_/article/details/47363985 https://blog.youkuaiyun.com/catoop/article/details/49057291 抛错:java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11.XToo...原创 2018-11-24 23:59:03 · 6308 阅读 · 1 评论 -
报错HTTP Status 500 - java.lang.ClassCastException: org.apache.jasper.el.ELContextImpl cannot be cast
报错: HTTP Status 500 - java.lang.ClassCastException: org.apache.jasper.el.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl 解决: 修改tomcat/conf目录下的文件context.xml 添加一行配置 <Loade...原创 2018-08-17 15:02:48 · 1170 阅读 · 0 评论 -
从jsp页面保存到数据库乱码
参考:http://blog.youkuaiyun.com/jdhanhua/article/details/6008756 错误现象 数据从jsp页面保存到数据库乱码了,但从数据库中插入中文字不乱码,并可以显示到jsp页面上不乱码 解决:加:?useUnicode=true&characterEncoding=UTF-8 插入数据不乱码了原创 2017-07-14 20:56:35 · 632 阅读 · 0 评论 -
Oracle远程创建表空间报错ORA-01119 ORA-27040 OSD-O4OO2
远程连接虚拟机上的oracle,创建表空间是运行以下语句 create tablespace lm datafile 'D:\oracletablespace\lm.dbf' size 50M autoextend on next 10M 报错: 在网上找过很多解答都是路径名是否写错,但我直接复制粘贴过来的,试过很多只修改路径名,但也有感觉是因为数据库在虚拟机上的原因,原创 2017-06-13 15:40:56 · 1558 阅读 · 0 评论 -
maven build启动服务报错No compiler is provided in this environment. Perhaps you are running on a JRE
报错 [ERROR] Failed to execute goalorg.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) onproject tao_manager_web: Compilation failure [ERROR] No compiler is provided inthis原创 2017-07-01 12:53:32 · 2243 阅读 · 0 评论 -
dubbo找不到dubbo.xsd,报错Multiple annotations found at this line:
参考http://blog.youkuaiyun.com/zbw18297786698/article/details/54582071 报错: Multipleannotations found at this line: – cvc-complex-type.2.4.c: The matchingwildcard is strict, but no declaration can be原创 2017-07-01 11:15:39 · 7549 阅读 · 6 评论 -
oracle10g远程连接sys出错01017
出错:oracle连接sys出错01017(命令或用客户端工具都出现这个问题) 原因:不知道sys密码 解决:打开cmd,输入sqlplus /nolog,回车;输入“conn / as sysdba”;输入“alter user sys identified by 新密码”,注意:新密码最好以字母开头,否则可能出现错误Ora-00988。有了这个方法后,只要自己对oracle服务器有管理员权原创 2017-06-06 11:17:09 · 613 阅读 · 0 评论 -
jquery的size()方法不能用
添加了 onsubmit="return checkFrom()" 来阻止页面的跳转 每次都能跳转,开始认为是 onsubmit="return checkFrom()" 没有执行 后来发现在 //可以阻止表单的提交 function checkFrom(){ //先让校验名称的方法先执行以下 alert("5"); checkCode(); var size = $(".erro原创 2017-05-14 21:54:50 · 2833 阅读 · 1 评论 -
java liunx运行讯飞报错200021,加载不到libmsc.so
参考文献:https://blog.youkuaiyun.com/c910511/article/details/54839160 我在windows加载项目能转语音,部署到liunx上一直都报20021,找遍了,各种目录也放了,glibc也升级了都加载不到libmsc64.so,一直报错: 在代码加了System.load(/xxxx/libmac64.so)。就加载到了。 System.get...原创 2019-01-30 11:05:45 · 1101 阅读 · 0 评论
分享