自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

icz

  • 博客(8)
  • 收藏
  • 关注

DOM ,SAX practise

[code="java"]import javax.xml.parsers.*;import org.w3c.dom.*;import java.io.*;public class DOMTest { public static void main(String[] args) { try { DocumentBuilderFactory ...

2008-05-05 16:45:48 103

XSLT

[b]The Built-in Template Rules[/b]There are seven kinds of nodes in an XML document: [quote]the root node, element nodes, attribute nodes, text nodes, comment nodes, processing instruction nodes, an...

2008-04-30 20:13:17 171

Old topic, DTD

? Zero or one of the element is allowed.* Zero or more of the element is allowed.+ One or more of the element is required.In narrative documents, it's common for a single e...

2008-04-30 19:48:12 120

XML fundenmental 1

Up until this point, we've been using what are called abbreviated location paths . These are easy to type, not usually verbose, and very familiar to most people. They're also the kind of XPath express...

2008-04-28 19:48:35 592

a WebService client to get IPlocation - MyEclipse

Here:http://www.webxml.com.cn/WebServices/IpAddressSearchWebService.asmx?WSDLcreate a webservice client, xfire. System.out.println(service.getGeoIPContext().getString());done.

2008-04-24 01:14:56 81

Spring AOP - Advice

[code="xml"] 0 logBeforeAdvice logAfterAdvice ...

2008-04-23 21:32:21 84

call procedure.

[code="xml"] { call spgetindustry(?)} [/code][code="java"] public List callSp( ) { List myList2 = queryForList("callSomeFuncti...

2008-04-23 21:25:24 255

Spring AOP - Introduction

[code="java"]public interface IOther { public void doOther();}[/code][code="java"] import org.aopalliance.intercept.MethodInvocation; import org.springframework.aop.IntroductionInterc...

2008-04-23 21:09:40 158

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除