当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 在.Net1.2中支持Xquery,Xquery使用一种叫FLW
 

 

    摘要:应该知道的: out是javax.servlet.jsp.jspwriter类的实例,jsp页面是对servlet进一步的封装。 问题: 假设jsp文件名为usingout.jsp, 其中有一个函数声明:void test(){ out.println("this is a test!"); // 编译出错!}%>void test(){? out.println("......
 ·mono 1.0 released    »显示摘要«
    摘要: novell and the mono project developer community is proud to announce the release of mono version 1.0, an open source implementation of the .net framework for use on linux, unix, macos x and windows s......


在.Net1.2中对Xquery的支持
上一页   ...

using system;using system.io;using system.xml;using system.xml.query;using system.data.sqlxml;namespace xquery{public class xquerysample{  public static void main(string[] args)  {    system.xml.xmldatasourceresolver ds = new system.xml.xmldatasourceresolver ();    ds.add("bookstore","books.xml");    streamwriter writer=new streamwriter("output.xml");    string query=@"<bookstore>      {         for $b in document(´bookstore´)/bookstore/book         where $b/@genre=´philosophy´ and $b/@publicationdate=´1991´        return $b/title       }    </bookstore>";    xqueryprocessor&nbs
...   下一页

 ·微软word中的一个惊天大秘密    »显示摘要«
    摘要: 中国古代的茶壶工匠喜欢在献给皇上的茶壶最隐秘处刻上自己的名字,虽然被发现是要杀头的,但是很多人仍乐此不疲。如今,微软公司中也出现了如此一幕,此人叫胡万进,从97年起便一直为微软制作字库,在word97以后版本中,用office自带的"隶书"输入一个"胡",然后把字体大小设为初号,再把显示比例换成500%,最后设置格式-〉字体-〉效果-〉选中空心,大家看看出......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE