- 博客(17)
- 资源 (1)
- 收藏
- 关注
原创 通过自定义classload和java自带的security实现相关安全的插件化功能
本文通过自定义classload实现加载指定的插件类,并运行的功能。通过使用java的security机制,现在加载的插件对系统造成破坏性的可能,比如需要限制插件调用System.exit(),调用获取jvm系统参数,读写文件和建立远程连接等。.........
2022-07-15 15:48:34
1146
原创 Elasticsearch-5.0.0 ReadMe
h1. Elasticsearch h2. A Distributed(分布式) RESTful Search Engine h3. "https://www.elastic.co/products/elasticsearch":https://www.elastic.co/products/elasticsearch Elasticsearch is a distrib...
2016-11-08 15:58:00
200
原创 Elasticsearch5.0 Getting Started
Elasticsearch is a highly scalable open-source full-text search and analytics engine. Elasticsearch 是一个高拓展性、开源的全文搜索和分析引擎。It allows you to store, search, and analyze big volumes(大体积) of data quick...
2016-11-07 17:26:59
151
原创 Spring Mybatis 事务死锁解决全过程
使用的事务管理是 org.springframework.jdbc.datasource.DataSourceTransactionManager 一、刚开始事务是这样实现的 TransactionStatus ts = transactionManager.getTransaction(null); try { // 得到用户信息 User...
2016-09-08 09:01:45
4807
原创 html2canvas
[Homepage](http://html2canvas.hertzen.com) | [Downloads](https://github.com/niklasvh/html2canvas/releases) | [Questions](http://stackoverflow.com/questions/tagged/html2canvas?sort=newest) | [Donat...
2016-03-18 16:40:55
300
Maven setting.xml 文档翻译 翻译的不好求板砖有指正
<?xml version="1.0" encoding="UTF-8"?><!--Licensed to the Apache Software Foundation (ASF) under oneor more contributor license agreements. 授权给阿帕奇软件基金会(ASF)下或多个贡献者许可协议。See the NOTICE filed...
2014-12-26 15:23:23
207
Maven官网上Maven in 5 Minutes 文档翻译
Maven in 5 MinutesMaven 5分钟教程Prerequisites前提:You must have an understanding of how to install software on your computer. If you do not know how to do this, 你已经理解如何在你电脑上安装软件。如果这个你还不知道怎么做,please ask som...
2014-12-16 22:35:11
184
Apache Maven ReadMe 文档翻译
Apache Maven What is it? ----------- Maven is a software project management and comprehension tool. Based on Maven是一个软件项目管理和综合工具。 the concept of a Project Object Model (...
2014-12-15 21:45:21
186
RIAK1.4.2 ReadMe文档翻译
#+SETUPFILE: "doc/basho-doc-style.iorg"Welcome to Riak.* Overview综述 Riak is a distributed, decentralized data storage system. Riak 是一个分布式的 分散数据的存储系统。 Below, you will find the "quick start" directi...
2014-12-14 21:40:33
256
第九讲:Spring的DataSource配置与JdbcTempla
第九讲:Spring的DataSource配置与JdbcTemplaSpring Datasource配置两种方式实现 <bean id ="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close"> <!-- 指定驱动类 -->...
2014-11-25 23:31:45
263
原创 aspectJ error at ::0 formal unbound in pointcut
异常详情Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'StudentsImpl' defined in class path resource [beans.xml]: Initializa...
2014-11-16 20:27:09
351
原创 第六讲 java动态代理与cglib动态代理
一、 理解动态代理设计模式代理模式,是常用的Java设计模式,他的特征是代理类与委托类有同样的接口,代理类主要负责为委托类预处理消息,过滤消息,把消息转发给委托类,以及事后处理消息等。代理类与委托类之间通常会存在关联关系,一个代理类的对象与一个委托类的对象关联,代理类的对象本身并不真正实现业务,而是通过调用委托类的对象相关方法,来提供特定的服务。动态代理类的字节码在程序运行...
2014-11-09 12:20:22
135
原创 第五讲:AbstractBean以及Ioc常见注解使用和自动装配
Abstract Bean 定义:abstract属性设置为true的bean,通常用作模版或者父类。 特点,定义的abstract bean不能用作其他地方的引用。可以不指定class属性。@Component 效果等同于applicationContext中的<bean> 如果 @Compone...
2014-11-09 10:04:03
252
原创 Package javax.servlet 包介绍
Package javax.servlet 包介绍The javax.servlet packagecontains a number of classes and interfaces that describe and define thecontracts between a servlet class and the runtime environment provided for a
2014-10-24 10:42:33
1341
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人