pp_crz_coder

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2017年7月13日

摘要: The Xpath's javadoc could be got from the Dom4j's javadoc. There are some simple regulation you must follow: 1.When you want to use specific single no 阅读全文
posted @ 2017-07-13 18:30 ppcoder 阅读(190) 评论(0) 推荐(0) 编辑

2017年7月12日

摘要: @Tets @After @Before 阅读全文
posted @ 2017-07-12 12:35 ppcoder 阅读(98) 评论(0) 推荐(0) 编辑

摘要: Different from DOM parser, the SAX parser will parse the file from one node to another. There are several methods are common used in SAX parser: start 阅读全文
posted @ 2017-07-12 12:02 ppcoder 阅读(147) 评论(0) 推荐(0) 编辑

2017年7月10日

摘要: We can see that when we want to use the Dom4j to parse XML , we should import org.dom4j.* At the same time ,that to parse XML by DOM ,we should import 阅读全文
posted @ 2017-07-10 20:54 ppcoder 阅读(163) 评论(0) 推荐(0) 编辑

摘要: Dom4j is a powerful and common tool to parse the xml file.DOM(Document Object Model) There are two main stream in parsing xml file:DOM and SAX Let me 阅读全文
posted @ 2017-07-10 17:20 ppcoder 阅读(145) 评论(0) 推荐(0) 编辑

2017年7月8日

摘要: Today I reviewed the xml part. Xml's full name is Extensible Markup Language which produced from SGML(Standard Generalized Markup Language). Why do yo 阅读全文
posted @ 2017-07-08 22:05 ppcoder 阅读(113) 评论(0) 推荐(0) 编辑

2017年7月6日

摘要: The reflect part has many advantages.I heard that reflect is widely used in many frames. In this part: 1.Common method to get Class object: a)Class cl 阅读全文
posted @ 2017-07-06 17:11 ppcoder 阅读(108) 评论(0) 推荐(0) 编辑

摘要: OK,after not master the javamail well, Im so eager to start the journey to review the JavaEE part. I can see that so many projects needs the base of s 阅读全文
posted @ 2017-07-06 15:20 ppcoder 阅读(114) 评论(0) 推荐(0) 编辑

2017年6月24日

摘要: The next few days, I'll get some simple JavaEE skill.This is a new period which will help me start a new journey. After scanning the study plan , I've 阅读全文
posted @ 2017-06-24 23:09 ppcoder 阅读(132) 评论(0) 推荐(0) 编辑