上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 阅读全文
posted @ 2015-09-14 14:49 elite_2012 阅读(419) 评论(0) 推荐(0) 编辑
摘要: Exception occurred during processing request: nulljava.lang.NullPointerException at kongque.service.impl.UnitServiceimpl.datagrid(UnitServiceimpl.java:46) at sun.reflect.NativeMethodAccessorImp... 阅读全文
posted @ 2015-09-10 13:25 elite_2012 阅读(2008) 评论(0) 推荐(0) 编辑
摘要: Unable to instantiate Action, xxxAction, defined for ‘xxx’ in namespace ‘/’xxxAction解决方案 2014年09月05日 ⁄ 综合 ⁄ 共 401字 ⁄ 字号 小 中 大 ⁄ 评论关闭 出现这个问题的原因主要有两个 1、如果项目没有使用Spring,则struts.xml配置文件中,这个action的class属性的路... 阅读全文
posted @ 2015-09-09 16:54 elite_2012 阅读(619) 评论(0) 推荐(0) 编辑
摘要: 转摘:谢谢 http://blog.csdn.net/wangyangkobe/article/details/6229451 #include "stdafx.h"#include #include using namespace std;//树的节点struct TreeNode{ char element; int childNumbers;//孩子结点的个数 struc... 阅读全文
posted @ 2015-08-31 11:01 elite_2012 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 这个是前端把后端提交数据变成树形:是第一种方法(爱苗老师提供指导,谢谢!) 项目名称 前端形式 数据库 数据库结构 exttree.js /*** @author ZMZY* * @requires jQuery,EasyUI* * 扩展tree,使其支持平滑数据格式*/$.fn.tree.defaults.loadFilter = function(data, parent) { va... 阅读全文
posted @ 2015-08-24 11:32 elite_2012 阅读(606) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/enshrineZither/p/3484534.html找不到依赖的dao,什么原因,spring3自动注解的,为什么找不到?找了很多资料,常见的有下面这个:1、beans的xml里面没有配置2、第二种情况(调用死循环)很遗憾,我的不是这个问题,我的问... 阅读全文
posted @ 2015-08-22 16:05 elite_2012 阅读(6524) 评论(0) 推荐(0) 编辑
摘要: 1、下载aptana3.4 Eclipse Plugin插件. 下载地址:http://update1.aptana.org/studio/3.4/023903/index.html 下载:com.aptana.ide.feature.eclipse34.aptana.bootstrap-1.2.6.23903.zip 2.解压文件到myeclipse2014安装路径: C:\Docume... 阅读全文
posted @ 2015-04-30 09:59 elite_2012 阅读(250) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/mingforyou/archive/2012/04/04/2432025.html 1. CATALINA_HOME 变量值是你的C:\apache-tomcat-7.0.30。 2. 在classpath加入;%CATALINA_HOME%\common\lib\servlet.jar; 阅读全文
posted @ 2015-04-02 15:33 elite_2012 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 转自http://www.oschina.net/code/snippet_727646_18383 Java密码学结构设计遵循两个原则: 1) 算法的独立性和可靠性。 2) 实现的独立性和相互作用性。 算法的独立性是通过定义密码服务类来获得。用户只需了解密码算法的概念,而不用去关心如何实现这些概念。实现的独立性和相互作用性通过密码服务提供器来实现。密码服务提供器是实现一个或多个密码服务的... 阅读全文
posted @ 2015-03-31 15:44 elite_2012 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 如上图所示 找到该包的源文件.java spring-framework-3.1.1.RELEASE-with-docs\spring-framework-3.1.1.RELEASE\projects \org.springframework.context\src\main\java\org\springframework\context\support 然后双击.class 出... 阅读全文
posted @ 2015-03-27 15:54 elite_2012 阅读(2099) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页