随笔分类 -  XML/XSL

平时技巧收集
摘要:给定一个整数num,判断这个整数是否是2的N次方// 如果一个数是2的N次方,那么这两个数的“按位与”就是0. int num = 8; Response.Write(num & num-1);//---------------------------------------------------... 阅读全文

posted @ 2011-03-03 17:03 Ricebug 阅读(351) 评论(0) 推荐(0)

用javascript进行xsl转换
摘要:HTML代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> XSL代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter... 阅读全文

posted @ 2007-02-04 18:57 Ricebug 阅读(431) 评论(0) 推荐(0)