自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

stormdesign's Blog

.Net | J2SE/J2EE | C++ | Embedded System

  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

原创 Ajax & .Net Web Service

 Html File:DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">html xmlns="http://www.w3.org/1999/xhtml">head>    title>Ajax & 

2007-07-25 11:52:00 509

原创 Ajax 日记(一)

 /************* * AjaxLib.js *************/function XmlHttpRequestObject(){ var obj = null;  if(window.ActiveXObject) {  try  {   obj = new ActiveXObject("Msxml2.XMLHTTP");  }  catch(e1)  {   

2007-04-26 13:51:00 496

Pearson.Press.XQuery.The.XML.Query.Language.Fed.2004.chm

XQuery: The XML Query Language By Michael Brundage <br/><br/>Publisher : Addison Wesley <br/>Pub Date : February 06, 2004 <br/>ISBN : 0-321-16581-0 <br/>Pages : 544 <br/>Slots : 1.0 <br/><br/>From corporate IT departments to academic institutions, XML has become the language of choice for storing and transmitting data across diverse application domains. XQuery, an XML Query Language invented by the World Wide Web Consortium, offers a powerful, standardized way to query all of that XML-encapsulated information. With its ability to integrate XML and non-XML data, XQuery seems poised to do for XML what SQL has done for relational data.<br/><br/>Written by the Technical Lead for XML query processing at Microsoft, XQuery: The XML Query Language is an invaluable resource for XQuery novices and experts alike. For those new to XQuery, this example-rich text serves as a tutorial that brings readers quickly up to speed on XQuery's data model, type system, and core language features. More experienced XML and database developers will find an excellent reference on the nuances of various expressions, as well as a guide to using XQuery to accomplish specific tasks.<br/><br/>Drawing on his experiences using XQuery, Michael Brundage offers an objective, inside look at this emerging technology. His unique perspective translates into an accessible and authoritative guide for readers using XML for documents, Web services, or databases. <br/><br/>Key coverage includes:<br/><br/>Data model and type system <br/><br/>Path navigation <br/><br/>Iteration, construction, arithmetic, text processing, type operators and user-defined functions <br/><br/>Information beyond the standard—such as a look at update languages, performance benchmarks, query optimization, XQuery style, and much, much more <br/><br/>Hundreds of examples <br/><br/>The future of XQuery<br/><br/><br/>The appendixes provide in-depth information on XQuery's type system, core expressions, built-in functions, regular expressions, and grammar. Meanwhile, the companion Web site offers downloadable source code for all of the examples in the book, the latest on the XQuery standard, answers to readers' questions, XQuery tips and strategies, and more.<br/><br/>XQuery will show developers, programmers, and database administrators how a single line of this deep and powerful new language can accomplish the equivalent of hundreds of lines written in C, C#, Java, and other general-purpose programming languages.

2007-06-15

空空如也

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

TA关注的人

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