搜索资源列表
SpringMySelf
- 就是为您实现了Spring的依赖注入机制,并附有简单 说明 -is for you to achieve the Spring dependency injection mechanism, accompanied by a brief explanation
RunPool
- 需求描述: 南水北调工程东线江苏江阴至山东济宁之间,地势北高南低,沿途需要建立一系列大型抽水泵站进行梯级抽水。通常每两个泵站之间需要建设一座水库作为中转。低处泵站将水抽到中转水库,再由高处泵站向更高的中转水库抽水。设有泵站A,B和中转水库C,泵站设有一定数量的抽水机,水库有一定容量,当水位高于允许最高水位,禁止低处泵站注水;当水位低于允许最低水位,禁止高处泵站抽水。 请用面向对象方法设计一个仿真程序,要求: 1, 两座泵站在随机时间,以随机时间长度,随机台抽水机抽水或注水 2,
ITstudy
- 学习整站系统,由文章、下载、图片主要功能模块和广告、公告、调查、友情链接、网站统计、用户、数据库管理等多个通用模块组成,每个模块又包含若干个子模块,构建出强大和完善的功能体系。系统防止SQL注入攻击,对密码全部进行 MD5 不可逆加密处理。用户:admin 密码:admin-learning the whole station system, from the article, downloaded pictures main modules and advertising, notice, i
springDemo
- j2ee开发平台中spring的入门程序,依赖注入-j2ee development platform spring induction procedures, dependence on injection
ProducerConsumer
- 采用Java 多线程技术,设计实现一个符合生产者和消费者问题的程序。对一个对象(枪膛)进行操作,其最大容量是12颗子弹。生产者线程是一个压入线程,它不断向枪膛中压入子弹;消费者线程是一个射出线程,它不断从枪膛中射出子弹-Use of Java multi-threading technology, designed to achieve a consistent producer and consumer issues programs. Pairs of an object (the cham
paros
- 基于JAVA的漏洞检测开源软件,可检测web网站的SQL注入和XSS漏洞。-JAVA-based open source vulnerability detection software, web sites can detect SQL injection and XSS vulnerabilities.
guice-1.0-src
- Guice是轻量级的依赖注入框架。简而言之, Guice减轻需要工厂和使用新的Java代码。想想Guice的@注入的新的新的。您仍然需要写工厂在某些情况下,但您的代码将不直接依赖于他们。你的代码更容易改变,单元测试和重复使用在其他情况。-Guice is a lightweight dependency injection framework. In short, Guice Factory required to mitigate and use of new Java code. Think
Work
- 前台,用户可以进行比较购物,发帖不需要进行复杂的个人注册,只需添个邮箱地址,以便进行交易通知。 技术支持:系统基于JAVA技术开发,可以跨平台,支持MYSQL数据库。 快速搭建:只需简单设置,3分钟即可以建立一个功能完备的信息管理平台。 操作简便:软件操作界面由专业设计人员设计,采用人性化的布局,界面规范,操作简捷。 可扩展性:软件构架灵活,考虑未来功能扩充之需要,具有较强的可扩展性。 完善的安全机制:代码严谨,防SQL注入。-Front, the user can comp
Spring_Injection
- 简单的注入各种类型的bean,还有其余代码,陆续上传中-injection all kinds of format bean
demo
- Spring2.5+Struts2.0+hibernate3.0+Dwr+jquery+displayTag 1 基于SSH,service采用 annotation注入减少配置 2 利用struts2 的LoginAction-validation.xml 3 在bean里把service包;暴露DWR,写了一个验证用户名的流程 4 采用jpa作为POJO,还是减少配置 5 加入display的分页,并且是物理分页 打开后自已建表sql.txt jdbc.propert
GoogleGuiceAgileLightweightDependencyInjectionFra
- Google Guice Agile Light weight Dependency Injection Framework
spring_aop
- 一个spring的aop反转的控制例子,里面讲述了基本的注入方法和如何去取得dao的值-A spring of aop examples of inversion of control, which describes the basic injection method and how to obtain the value of dao
DependencyInjection
- IoC 容器和Dependency Injection 模式撰文/Martin Fowler 编译/透明 Java 社群近来掀起了一阵轻量级容器的热潮,这些容器能够帮助开发者将来自不同项目的组件组装成为一个内聚的应用程序。在它们的背后有着同一个模式,这个模式决定了这些容器进行组件装配的方式。人们用一个大而化之的名字来称呼这个模式:“控制反转”( Inversion of Control,IoC)。在本文中,我将深入探索这个模式的工作原理,给它一个更能描述其特点的名字——“依赖注入”(Depend
Spring_Security_V3_Chinese_documents
- Spring Security V3 中文文档 :Spring Security为基于J2EE企业应用软件提供了全面安全服务。 特别是使用领先的J2EE解决方案-spring框架开发的企业软件项目。 如果你没有使用Spring开发企业软件,我们热情的推荐你仔细研究一下。 熟悉Spring-尤其是依赖注入原理-将帮助你更快的掌握Spring Security。-Spring Security V3 Chinese document: Spring Security J2EE-based enter
Lulu.com.Java.J2EE.Job.Interview.Companion.2nd.Edi
- java javaee 面试伴侣,非常全面的介绍了java javaee 相关的面试题-Have you got the time to read 10 or more books and articles to add value prior to the interview? This book has been written mainly from the perspective of Java/J2EE job seekers and interviewers. There a
JPAAnnotation
- JPA简单的测试的例子,方便大家学习,用注解的方式实现注入-JPA simple test example, facilitate learning, with annotation to achieve injection
WebInjectionScanner_v3.0
- SQL注入 SQL注入 SQL注入-SQL injection SQL injection SQL injection SQL injection SQL injection
Dependency.Injection
- 依赖注入英文版及附带源代码,书中详细阐述依赖注入的思想以及应用规则。-Elaborate on the idea of dependency injection and the application of rules.
sql-injection
- 一个SQL 注入的JSP小例子,供初学者学习-an example of SQL injection, for beginners to learn
Dependency injection
- 关于Java中依赖注入的详细资料。是理解Spring框架,控制反转,AOP的关键核心思想。(The exhaustive resource of Java develop for Spring framework, especially core concept for dependency injection, aspect-oriented programming.)