Skip to content

Commit 15e027d

Browse files
committed
update
1 parent 167e782 commit 15e027d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

J2EE学习之路.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ mvn deploy:deploy-file -DgroupId="edu.jiangxin" -DartifactId=”gcu” -Dversion
721721

722722
Simian (Similarity Analyser) identifies duplication in Java, C#, C, C++, COBOL, Ruby, JSP, ASP, HTML, XML, Visual Basic, Groovy source code and even plain text files. In fact, simian can be used on any human readable files such as ini files, deployment descriptors, you name it.
723723

724-
* 项目地址:<http://www.redhillconsulting.com.au/products/simian/>
724+
* 项目地址:<http://www.harukizaemon.com/simian/>
725725
* maven-simian-plugin(maven1): <http://maven.apache.org/archives/maven-1.x/plugins/simian/>
726726
* simian-maven-plugin(maven2+): <https://github.com/jiangxincode/simian-maven-plugin>
727727
* How do you use the maven-simian-plugin in Maven2?: <http://stackoverflow.com/questions/1077700/how-do-you-use-the-maven-simian-plugin-in-maven2>
@@ -1033,6 +1033,7 @@ The yFiles diagramming software components are extensive class libraries that en
10331033
* <http://drools.org/download/download.html>
10341034
* <http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html_single/index.html>
10351035
* Drools规则描述语言快速手册: <http://holbrook.github.io/2012/12/06/rule_language.html>
1036+
* Why isn't Drools working with Java 8? <https://stackoverflow.com/questions/22493865/why-isnt-drools-working-with-java-8>
10361037

10371038
## jBPM
10381039

版本管理学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
* 简单对比git pull和git pull --rebase的使用: <https://www.cnblogs.com/kevingrace/p/5896706.html>
130130
* 使用git rebase合并多次commit: <http://blog.csdn.net/yangcs2009/article/details/47166361>
131131
* git中将多次commit合并为一次commit: <http://blog.csdn.net/itfootball/article/details/44037181>
132+
* 如何合并两个Git仓库: <https://www.cnblogs.com/jiangxinnju/p/9902654.html>
132133
* Resolving a merge conflict on gerrit: <https://www.entropywins.wtf/blog/2013/07/01/resolving-a-merge-conflict-on-gerrit/>
133134
* CHERRY-PICKING SPECIFIC COMMITS FROM ANOTHER BRANCH: <https://www.devroom.io/2010/06/10/cherry-picking-specific-commits-from-another-branch/>
134135
* git checkout --ours/--theirs: <https://git-scm.com/docs/git-checkout>

0 commit comments

Comments
 (0)