自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(29)
  • 资源 (23)
  • 收藏
  • 关注

转载 DependencyHandler

copy from : https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.dsl.DependencyHandler.htmlResolutionStrategy API Documentation: ResolutionStrategyDefines the strategies around dependency res

2017-10-25 16:40:47 1017

转载 Java bytecode

copy from : https://www.ibm.com/developerworks/library/it-haggar_bytecode/The information about bytecode, as well as the bytecode presented here, is based on the Java 2 SDK Standard Edition v1.2.1 java

2017-10-24 18:01:14 348

转载 Instrumenting Java Bytecode with ASM

copy from http://web.cs.ucla.edu/~msb/cs239-tutorial/Instrumenting Java Bytecode with ASM In this tutorial, you will learn how to instrument Java .class files using the ASM framework. Part 1 introduce

2017-10-24 15:49:50 764

转载 Java module

copy from : http://openjdk.java.net/projects/jigsaw/spec/sotms/The State of the Module System Automatic EditionMark Reinhold 2016/3/8 08:18 -0800 [e36c992f7fd1] Copyright © 2016 Oracle and/or its af

2017-10-24 15:48:23 2905 1

转载 区块链是什么?分布式账本技术入门指南

https://www.ibm.com/developerworks/community/blogs/3302cc3b-074e-44da-90b1-5055f1dc0d9c/entry/what-is-blockchain-hyperledger-fabric-distributed-ledger?lang=zh您或许听说过区块链。但如今网络上的很多内容,如果不结合一些参考资料的话就会难以理解。然

2017-10-20 09:45:00 7400

转载 Decorator Design Pattern

reference by Decorator Design PatternIntentAttach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.Client-spe

2017-10-18 14:09:38 361

转载 Visitor in Java

Visitor Code SampleVisitor design pattern 1. Add an accept(Visitor) method to the “element” hierarchy 2. Create a “visitor” base class w/ a visit() method for every “element” type 3. Create a “vi

2017-10-17 17:37:04 314

原创 my idea about visitor pattern

Visitor Pattern Design PatternVisitor PatternTwo things:add new operation to Operate one object’s attribute member without change its original class structure(in other words, without change origina

2017-10-17 17:27:09 339

转载 Visitor Design Pattern

reference by Visitor design patternIntent意图Represent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the classes of the el

2017-10-17 14:41:46 367

原创 Use reflector to access and modify private parameter

Just one important setting: fields[i].setAccessible(true);package com.kado;import java.lang.reflect.Field;public class ReflectionUtils { public static Object getInstance(Class clazz, String ... arg

2017-10-17 13:31:02 186

转载 AOP 的利器:ASM 3.0 介绍

https://www.ibm.com/developerworks/cn/java/j-lo-asm30/引言 什么是 ASM ?ASM 是一个 Java 字节码操控框架。它能被用来动态生成类或者增强既有类的功能。ASM 可以直接产生二进制 class 文件,也可以在类被加载入 Java 虚拟机之前动态改变类行为。Java class 被存储在严格格式定义的 .class 文件里,这些类文件拥有

2017-10-16 18:19:36 178

转载 Open Source Software

Software Version License Link libnet 1.1.5 BSD http://sourceforge.ne t/projects/libnet-dev/ eventlog 0.2.12 BSD http://www.balabit.com/products/syslog-ng/ lsyncd 2.1.4 GPLv2 http://code

2017-10-16 16:35:51 359

转载 CentOS / RHEL 7 : Booting process

https://www.thegeekdiary.com/centos-rhel-7-booting-process/It is important to understand the linux boot process to troubleshoot boot problems. The post describes the high level steps in the boot proces

2017-10-16 16:32:08 389

转载 Java™ Security Overview

1 IntroductionThe Java™ platform was designed with a strong emphasis on security. At its core, the Java language itself is type-safe and provides automatic garbage collection, enhancing the robustness

2017-10-16 14:49:08 584

转载 Kerberos: The Network Authentication Protocol

https://web.mit.edu/kerberos/What is Kerberos?Announcements Security Advisories Kerberos Version 4 End of Life Announcement Kerberos Releases Current release: krb5-1.15.2 Maintenance

2017-10-16 14:32:03 311

转载 Java Security

https://docs.oracle.com/javase/8/docs/technotes/guides/security/index.htmlJava security technology includes a large set of APIs, tools, and implementations of commonly-used security algorithms, mechani

2017-10-16 13:46:40 229

转载 Usage SDK

Installing an SDK Latest StableInstall the latest stable version of your SDK of choice (say, Java JDK) by running the following command:$ sdk install javaYou will see something like the following outp

2017-10-15 23:08:40 321

转载 SDK Installation Candidates

Activator http://www.lightbend.com/activator/downloadTypesafe is a GUI/CLI tool to help with building reactive applicaions. It uses sbt (simple build tool) behind the scenes to build, run, and test yo

2017-10-15 23:07:41 282

转载 Installation Installing SDKMAN

InstallationInstalling SDKMAN! on UNIX-like platforms is as easy as ever. SDKMAN! installs smoothly on Mac OSX, Linux, Cygwin, Solaris and FreeBSD. We also support Bash and ZSH shells. Simply open a n

2017-10-15 23:06:15 720

转载 Spring Cloud

Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing,

2017-10-15 14:11:40 670

转载 apache karaf quick start

http://karaf.apache.org/manual/latest/quick-start.htmlTable of ContentsQuick Start Prerequisites Start the server Shell console basics Deploy a sample application Stopping and unins

2017-10-15 12:02:51 260

转载 Spring Boot with Spring MVC Application

https://www.dineshonjava.com/spring-boot-with-spring-mvc-application/Spring Boot reduced lots of spring configuration and kick o fast development. Spring Boot offers a new paradigm for developing Sprin

2017-10-15 11:39:54 284

转载 欢迎使用CSDN-markdown编辑器

Screencast: How to create a RESTful app in five minutes or less Engineering Greg Turnquist November 20, 2014Recently, a friend of mine tweeted out a challenge:"Name a framework in which you can crea

2017-10-15 10:40:17 194

转载 spring标记库分类

Spring 标记库分类如下:spring:hasBindErrorsspring:bindspring:transformspring:messagespring:htmlEscapespring:theme   下面我们来具体介绍一下用法:   1. spring:hasBindErrors对应org.springframework.web.servlet.tags.BindE

2017-10-14 20:53:19 357

转载 spring + mybatis

Building Java Web Application Using MyBatis With SpringNov 21st, 2013 | CommentsThis post will show how to create a Student Enrollment Application using MYSQL DB with MyBatis framework in a Spring envi

2017-10-13 18:12:53 576

转载 spring mvc archetype

mvn archetype:generate \ -DarchetypeGroupId=pl.codeleak \ -DarchetypeArtifactId=spring-mvc-quickstart \ -DarchetypeVersion=5.0.0 \ -DgroupId=my.groupid \ -DartifactId=my-artifactId

2017-10-13 09:53:37 391

转载 MySQL - String Functions

Compares sounds S. No. Name & Description 1 ASCII()Returns numeric value of left-most character 2 BIN()Returns a string representation of the argument 3 BIT_LENGTH()Returns length of argumen

2017-10-12 17:01:01 321

转载 MySQL - Numeric Functions

MySQL numeric functions are used primarily for numeric manipulation and/or mathematical calculations. The following table details the numeric functions that are available in the MySQL implementation.

2017-10-12 17:00:03 1347

转载 mysql date and timestamp operations

MySQL - Date and Time Functions Advertisements Previous Page Next Page S. No. Name & Description 1 ADDDATE()Adds dates 2 ADDTIME()Adds time 3 CONVERT_TZ()Converts from one timezone to ano

2017-10-12 16:56:53 224

dotguide_zh.pdf

dot 入门指南,利用 graphiz 工具画各种结点图,方便快捷。 dot 绘制定向图形。它读取属性化的图文本文件并描绘成图像, 作为图形文件或图形格式文件,如 GIF、PNG、SVG、PDF 或 PostScript。 dot 通过四种主要步骤画图。了解这一点有助于您了解 dot 布局类型以及如何控制它们。dot 使用的布局过程依赖于图形是循环的(acyclic)。因此,第一步是通过反转某些循环边的内部方向来打破输入图中出现的任何循环。下一步将节点(nodes)分配给离散等级(ranks)或级别(levels)。在从上到下的图形中,排名(rank)确定 Y 坐标。跨越多个排名(rank)的边被分解为"虚拟"节点(virtual nodes)和单位长度边的链。第三步在层级种安排节点以避免交叉。第四步将节点的 X 坐标设置以保持边短,最后一步路由边样线(edge splines)。这是相同的一般方法,大多数分层图形绘制程序,基于 Warfield,Carpano 和 Sugiyama 的工作。我们将读者推荐给 GKNV93,以便对 dot 算法有深入的了解。

2020-04-27

Board of elementary and secondary education

Board of elementary and secondary education. use in code test.

2019-03-21

The Practice Of Programming

The Practice of Programming With the same insight and authority that made their book The Unix Programming Environment a classic, Brian Kernighan and Rob Pike have written The Practice o f Programming to help make individual programmers more effective a n d productive. The practice of programming is more than just writing code. Programmers must also assess tradeoffs, choose among design alternatives, debug and test, improve performance, and maintain software written by themselves and others. At the same time, they must be concerned with issues like compatibility, robustness, and reliability, while meeting specifications.

2019-03-01

apache-maven-3.3.9-src.tar.gz

apache-maven-3.3.9-src.tar.gz,maven源代码,喜欢的拿去看看

2016-01-14

maven源代码

maven源代码,apache-maven-3.3.9-src.zip,喜欢的拿去研究

2016-01-14

maven安装包 apache-maven-3.3.9-bin.tar.gz

maven安装包 apache-maven-3.3.9-bin.tar.gz,如果官网找不到,在这里下载

2016-01-14

maven安装包

maven安装包,如果访问不了官网,就到这里来下载吧。apache-maven-3.3.9-bin

2016-01-14

免费的解压缩工具7zip

一款免费的解压缩工具。 7zip 开源,免费,高效。推荐使用

2016-01-14

oracle 文本导入工具

自己写的一个导入txt和csv文本到oracle数据库的工具

2015-09-15

Oracle导入工具

自己做的一个cvs和txt格式的oracle数据导入工具。 可以实现: 1.根据第一行数据和第二行数据创建表,所以你导入的数据第一行必须是英文。 2.将数据导入到oracle数据库中。 3.支持大文件导入。 4.源码在公开的SVN上面:http://code.taobao.org/svn/rhinocerosUI 6.需要在properties/proxool.xml文件的配置修改为你要连接的数据库。 7.点击start.bat就可以运行。如果运行不了,可能是你没有按照JDK8, 本jar包只能在JDK8下运行,因为用了javaFX做界面。 7.欢迎提意见.

2015-08-28

abator.jar

abator.jar ibatis的一个插件,用于将数据库当中的表结构转换成java bean类和对应的sqlmap文件。

2015-07-26

abator源码

abator源码,用于分析学习用abator是一个插件,用于自动生成javabean类和ibatis对应的sqlMap文件,减少开发工作量。

2015-07-26

StarlingAIR.air

api,安装后方便使用. 送给需要的人。希望对你有帮助。

2014-08-01

eclipse使用个人小结

个人小结的,内容不多。但都是自己的血泪经验,只有3条。

2013-10-16

spring.jar api sourcecode

spring.jar api sourcecode 源代码 帮助文档 本人亲自验证。

2013-05-03

编码的奥秘

编码的奥秘,很有趣的一本书。里面讲解了很多有趣的故事

2012-10-24

飞秋通过路由传输东西

局域网传输聊天工具,很好用,双击就可以了。

2012-10-12

win$Man.rar 硬盘管理工具

很好用,我试过了。装系统的时候可以用,平时对磁盘进行管理也可以用。

2012-09-17

Unity3D英文视频教程

Unity3D英文视频教程 英文好的才看得懂哦。我在老师那里拷的,拿来赚分了。

2011-12-14

jdk-6u24-windows-i586.exe安装图

哈哈,很好,老师给的,给安装java的人。求资源分啊!!!!!

2011-03-08

JCreator_pro_4.5.010-green.rar

编辑器,好用,需要的人下吧。。。。。。。。。。。。。。。。。。。。。。

2011-03-08

复变函数答案(第四版)

课后答案。课后答案。rar格式的。dddddddddddddddd

2010-10-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除