mxgraph笔记
mxgraph api
阅读有关说明 4
常见变量、类及方法: 11
com.mxgraph.analysis包: 12
此包为图的分析提供了各种算法,例如最短路径和最小生成树 12
com.mxgraph.canvas包: 12
此包包含了使用不同技术绘制graph的各种工具,例如:graphics2D、html、SVG、VML等 12
com.mxgraph.io包 12
此包包含了输入输出所用到的所有类 12
com.mxgraph.layout包 12
此包包含各种graph的布局 12
com.mxgraph.layout.hierarchical 13
com.mxgraph.layout.hierarchical.model 13
com.mxgraph.layout.hierarchical.stage 13
com.mxgraph.layout.orthogonal 13
com.mxgraph.layout.orthogonal.model 13
*com.mxgraph.model 包: 13
此包包含定义graph model的各个类 13
*com.mxgraph.model 中mxCell类: 13
*com.mxgraph.model 中mxcellpath类: 13
*com.mxgraph.model 中mxGeometry类: 14
*com.mxgraph.model 中mxGraphModel类: 14
*com.mxgraph.model 中mxIgraphmodel接口: 14
*com.mxgraph.model包中mxIGraphModel.mxAtomicGraphModelChange类: 16
*com.mxgraph.model 包中mxIcell接口: 16
*com.mxgraph.model 包中mxIcell接口: 16
com.mxgraph.reader包 17
此包包含的类有如下功能:使用SAX将一个编码过的mxGraphView转化为一个image,并且此过程不用创造一个graph model 17
com.mxgraph.sharing 17
这个软件包包含了由多个客户端并发图编辑所需的所有类。 17
com.mxgraph.swing包: 17
com.mxgraph.swing.handler 包: 17
Classes 17
com.mxgraph.swing.util 包: 18
com.mxgraph.swing.view 包: 18
com.mxgraph.util 包: 19
com.mxgraph.view包: 19
Mxcellstate类: 20
有关label的问题: 20
mssql-jdbc-7.2.2.jre8.jar
kettle pdi 8 sql server 2008 数据库连接驱动,下载后拷贝到kettlehome/lib目录下
springmvc+hibernate 日志管理工具
功能包括:功能日志记录(访问、参数、异常、返回结果集)、数据日志记录、日志查询对比。配置灵活扩展性强。通过接口注入解藕业务系统,形成独立可插拔的日志管理工具。
功能日志:基于java aop思想设计,通过Spring advisorAutoProxy(自动代理)实现controller过滤代理拦截,并提供拦截filter过滤,支持spring EL表达式。
数据日志:设计中提供数据日志注入接口,管理数据日志注入,业务系统可过基于hibernate Listener 拦截数据表操作,注入数据日志(此为业务系统实现,设计中提供数据日志注入接口),提供
日志管理:通过统一的日志管理器处理功能日志与数据日志关联。提供数据身份标识接口,满足针对表及身份联合查询对照。
日志记录:以JSON格式输出日志,通过log4j配置日志文件输出方式。
日志查询:提供servlet加载日志文件,前台JSON处理查询对照。
jenkins tfs 插件
jenkins team_foundation_server_tool源码管理插件
jquery.autocomplete.js 动态传参
jquery.autocomplete.js 无法动态传参,好是纠结哦。研究了半天终于搞明白了,再此做个总结,供以后使用,也分享给用样为此纠结的“童鞋”们。
调用:
$("#tag").autocomplete(
"url",
{
delay:10,
matchSubset:1,
matchContains:1,
extraParams:{'operateType':function(){
return nowOperateType;
}},
cacheLength:1,
selectFirst:true,
max:10,
mustMatch:1,
onItemSelect:function (li) {
},
formatItem:function (row) {
},
autoFill:true
}
);
jbpm 4 视频教程(1、2)
jbpm 4 完整视频教程,让你从零开始学习jbpm在java开发中的开发和使用,共包含九讲以及一个示例。(由于上传限制,共分4个压缩包,分享给大家)
jbpm 4 视频教程(3、4)
jbpm 4 完整视频教程,让你从零开始学习jbpm在java开发中的开发和使用,共包含九讲以及一个示例。(由于上传限制,共分4个压缩包,分享给大家)
myeclipse spket-update-1.6.zip
myeclipse js编辑器,代码自动提示工具 spket-update-1.6.zip
deletesvn.reg
用与windows操作系统, 删除svn管理项目的.svn配置。
Junit 源码
java junit 4.10 源码及对应的junit jar 文件
hibernate-3.2 源码
hibernate-3.2 开发源码
包含了hibernate-3.2的所有jar、源代码、测试类。
spring3源码
spring-aop-3.2.3.RELEASE-sources.jar;spring-beans-3.2.3.RELEASE-sources.jar;spring-context-3.2.3.RELEASE-sources.jar;spring-context-support-3.2.3.RELEASE-sources.jar;spring-core-3.2.3.RELEASE-sources.jar;spring-data-commons-1.5.1.RELEASE-sources.jar;spring-data-jpa-1.3.2.RELEASE-sources.jar;spring-expression-3.2.3.RELEASE-sources.jar;spring-jdbc-3.2.3.RELEASE-sources.jar;spring-orm-3.2.3.RELEASE-sources.jar;spring-oxm-3.2.3.RELEASE-sources.jar;spring-tx-3.2.3.RELEASE-sources.jar;spring-web-3.2.3.RELEASE-sources.jar;spring-webmvc-3.2.3.RELEASE-sources.jar
spring hibernate 日志管理插件
功能包括:功能日志记录(访问、参数、异常、返回结果集)、数据日志记录、日志查询对比。配置灵活扩展性强。通过接口注入解藕业务系统,形成独立可插拔的日志管理工具。
功能日志:基于java aop思想设计,通过Spring advisorAutoProxy(自动代理)实现controller过滤代理拦截,并提供拦截filter过滤,支持spring EL表达式。
数据日志:设计中提供数据日志注入接口,管理数据日志注入,业务系统可过基于hibernate Listener 拦截数据表操作,注入数据日志(此为业务系统实现,设计中提供数据日志注入接口),提供
日志管理:通过统一的日志管理器处理功能日志与数据日志关联。提供数据身份标识接口,满足针对表及身份联合查询对照。
日志记录:以JSON格式输出日志,通过log4j配置日志文件输出方式。
日志查询:提供servlet加载日志文件,前台JSON处理查询对照。
详细作用说明参考:http://jingyan.baidu.com/edit/content?type=draft&did=3