Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6aa3816

Browse files
committed
add Asm j2ee linux and vcs
1 parent 65b05bd commit 6aa3816

File tree

4 files changed

+19
-489
lines changed

4 files changed

+19
-489
lines changed

Asm学习之路.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@
1313
* NASM: http://www.nasm.us/
1414
* flat assembler: http://www.flatassembler.net/
1515
* IDA: https://www.hex-rays.com/products/ida/index.shtml
16-
* 鱼C工作室: http://www.fishc.com/
16+
* 鱼C工作室: http://www.fishc.com/
17+
18+
# asmplugin
19+
20+
* 项目地址:http://sourceforge.net/projects/asmplugin/

J2EE学习之路.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
* 领域驱动设计系列文章——浅析VO、DTO、DO、PO的概念、区别和用处: http://www.cnblogs.com/qixuejia/p/4390086.html
6464
* PO BO VO DTO POJO DAO DO这些Java中的概念分别指一些什么?: https://www.zhihu.com/question/39651928
6565
* Java bytecode instruction listings: https://en.wikipedia.org/wiki/Java_bytecode_instruction_listings
66+
* Java自动装箱与拆箱及其陷阱: http://blog.csdn.net/jairuschan/article/details/7513045
6667

6768
# IDE
6869

@@ -141,16 +142,12 @@
141142
* http://ant.apache.org/ivy/ivyde/index.html
142143

143144

144-
# asmplugin
145+
# ASM
145146

146-
* 项目地址:http://sourceforge.net/projects/asmplugin/
147-
148-
149-
# Bytecode Outline plugin for Eclipse
150-
151-
Bytecode Outline plugin shows disassembled bytecode of current Java editor or class file, allows bytecode compare for Java/class files and shows ASMifier code for current bytecode.
152-
153-
* http://asm.ow2.org/eclipse/index.html
147+
ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformations and analysis algorithms allow to easily assemble custom complex transformations and code analysis tools.
148+
149+
* http://asm.ow2.org/index.html
150+
* Bytecode Outline plugin for Eclipse: http://asm.ow2.org/eclipse/index.html
154151

155152
# Spket IDE(提供Eclipse的插件)
156153

@@ -348,6 +345,7 @@ Eclipse中`Update Project`,选择`Force Update of Snapshots/Releases`
348345
* 如何用Maven创建web项目(具体步骤):http://blog.csdn.net/chuyuqing/article/details/28879477
349346
* maven依赖总结: http://blog.csdn.net/lastsweetop/article/details/8493475
350347
* maven2 up to maven3的'version' contains an expression but should be a constant: http://www.cnblogs.com/beiyeren/p/4275032.html
348+
* 解决Maven报Plugin execution not covered by lifecycle configuration: http://blog.csdn.net/xxd851116/article/details/25197373
351349
* 常见Maven仓库:
352350
* http://mvnrepository.com/ (搜索)
353351
* http://maven.oschina.net/home.html (搜索)
@@ -837,6 +835,12 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
837835

838836
* http://www.xmlpull.org/index.shtml
839837

838+
# SAXON
839+
840+
The XSLT and XQuery Processor
841+
842+
* http://saxon.sourceforge.net/
843+
840844

841845
# JACOB
842846

0 commit comments

Comments
 (0)