java
ddd306
这个作者很懒,什么都没留下…
展开
-
The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory的解决方法
最近又开始看jsp,那时候用的tomcat还是5的版本,我现在自己下的用的是tomcat6,在运行随书光盘的例子的时候,报了这样的错误:type Exception reportmessage description The server encountered an internal error () that prevented it from fulfilling thi转载 2015-01-17 18:22:29 · 506 阅读 · 0 评论 -
JSON的处理
前端js var student=new Object(); student.name='tom'; student.age=13; student.sex='man'; $.post(url, {"studentData":JSON.stringify(student)}, function(data)原创 2015-01-25 23:16:36 · 493 阅读 · 0 评论 -
java.sql.SQLException: ORA-28040: 没有匹配的验证协议
一直以来用的都是服务器上的Oracle数据库,今天改成连接本地Oracle 12c数据库是出问题了。hibernate连接Oracle12c时出现 java.sql.SQLException: ORA-28040: 没有匹配的验证协议。通过查找资料找到了好的解决方案。不需要像网友所说的到官网上下载新的驱动来解决问题。解决方案: 在Oracle的安装路径下找到s原创 2015-01-17 16:03:03 · 20987 阅读 · 4 评论