码迷,mamicode.com
首页 >  
搜索关键字:Spring Security    ( 50397个结果
java神奇问题汇总
com.sun.xml.bind.v2.ContextFactory类找不到的解决用cxf+spring发布webservice,使用apache-cxf客户端方式调用接口访问服务器时,报javax.xml.bind.JAXBException: Provider com.sun.xml.bind....
分类:编程语言   时间:2014-05-08 21:54:58    阅读次数:430
struts2+hibernate-jpa+Spring+maven 整合(1)
1.0.0 struts2 与 spring 的整合.1.1.0 新建maven工程 , 编写pom.xml ,这里只需要简单的添加 一个组件就够了:在myeclipse 生成的pom.xml 添加如下代码: org.apache.struts stru...
分类:编程语言   时间:2014-05-08 21:41:22    阅读次数:659
Linux Security模块
一、Linux Security Modules Linux Security Modules (LSM) 是一种 Linux 内核子系统,旨在将内核以模块形式集成到各种安全模块中。在 2001 年的 Linux Kernel 峰会上,NSA 代表建议在 Linux 内核版本 2.5 中包含强制控....
分类:系统相关   时间:2014-05-08 21:20:31    阅读次数:1245
Spring AOP Schema aop:config、tx:advice
Spring AOP Schema aop:config、tx:advice一、 利用aop:config标签实现AOP首先看个例子,如下接口代码:package com.lei.demo.aop.schema;public interface IHello { public void say...
分类:编程语言   时间:2014-05-08 19:57:00    阅读次数:553
struts2+hibernate-jpa+Spring+maven 整合(2)
1.修改pom.xml1. 添加 slf4j-api org.slf4j slf4j-api 1.7.0 2.添加spring-orm org.springframework ...
分类:编程语言   时间:2014-05-08 19:41:03    阅读次数:468
spring+hibernate+Struts2 整合(全注解及注意事项)
最近帮同学做毕设,一个物流管理系统,一个点餐系统,用注解开发起来还是很快的,就是刚开始搭环境费了点事,今天把物流管理系统的一部分跟环境都贴出来,有什么不足的,请大神不吝赐教。 1、结构如下 2、jar包如下 3、首先是spring.xml ...
分类:编程语言   时间:2014-05-07 19:44:39    阅读次数:565
转 Spring @Transactional 声明式事务管理 getCurrentSession
Spring @Transactional声明式事务管理 getCurrentSession在Spring @Transactional声明式事务管理的配置中,hibernate.current_session_context_class=thread…这一句是不能加的…加了就会出错..那为什么不能...
分类:编程语言   时间:2014-05-07 17:48:14    阅读次数:482
java注解研究
注解作用 常见的作用有以下几种:生成文档。这是最常见的,也是java 最早提供的注解。常用的有@see @param @return @author等。跟踪代码依赖性,实现替代配置文件功能。比较常见的是spring 2.5 开始的基于注解配置。作用就是减少配置。现在的框架基本都使用了这种配置来减.....
分类:编程语言   时间:2014-05-07 09:49:47    阅读次数:524
简单的windows作业管理(自己也没弄透彻)
先把代码贴出来,以后有时间再研究!简单的说,作业就相当于沙箱,可以使程序在一定范围内活动。#include "stdafx.h"#include "windows.h"#include using namespace std;SECURITY_ATTRIBUTES sa;STARTUPINFO si...
分类:Windows程序   时间:2014-05-07 09:31:00    阅读次数:568
Spring -- 4.1
CGLib动态代理使用JDK动态代理有一个限制,即它只能为接口创建代理实例,这一点可以从接口的newProxyInstance(ClassLoader loader,Class[] interfaces,InvocationHandler h)的第二个参数看出,interfaces就是需要代理实例实...
分类:编程语言   时间:2014-05-06 11:26:58    阅读次数:375
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!