|
63 | 63 | * 领域驱动设计系列文章——浅析VO、DTO、DO、PO的概念、区别和用处: http://www.cnblogs.com/qixuejia/p/4390086.html
|
64 | 64 | * PO BO VO DTO POJO DAO DO这些Java中的概念分别指一些什么?: https://www.zhihu.com/question/39651928
|
65 | 65 | * Java bytecode instruction listings: https://en.wikipedia.org/wiki/Java_bytecode_instruction_listings
|
| 66 | +* Java自动装箱与拆箱及其陷阱: http://blog.csdn.net/jairuschan/article/details/7513045 |
66 | 67 |
|
67 | 68 | # IDE
|
68 | 69 |
|
|
141 | 142 | * http://ant.apache.org/ivy/ivyde/index.html
|
142 | 143 |
|
143 | 144 |
|
144 |
| -# asmplugin |
| 145 | +# ASM |
145 | 146 |
|
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 |
154 | 151 |
|
155 | 152 | # Spket IDE(提供Eclipse的插件)
|
156 | 153 |
|
@@ -348,6 +345,7 @@ Eclipse中`Update Project`,选择`Force Update of Snapshots/Releases`
|
348 | 345 | * 如何用Maven创建web项目(具体步骤):http://blog.csdn.net/chuyuqing/article/details/28879477
|
349 | 346 | * maven依赖总结: http://blog.csdn.net/lastsweetop/article/details/8493475
|
350 | 347 | * 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 |
351 | 349 | * 常见Maven仓库:
|
352 | 350 | * http://mvnrepository.com/ (搜索)
|
353 | 351 | * http://maven.oschina.net/home.html (搜索)
|
@@ -837,6 +835,12 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
|
837 | 835 |
|
838 | 836 | * http://www.xmlpull.org/index.shtml
|
839 | 837 |
|
| 838 | +# SAXON |
| 839 | + |
| 840 | + The XSLT and XQuery Processor |
| 841 | + |
| 842 | +* http://saxon.sourceforge.net/ |
| 843 | + |
840 | 844 |
|
841 | 845 | # JACOB
|
842 | 846 |
|
|
0 commit comments