随笔分类 -  Tool

摘要:(function ($) { $.fn.razor = function (data) { var render=$(this).data('razor'); if (!render) { var html = $(this).html();... 阅读全文
posted @ 2015-10-06 20:34 Joe·Zhou 阅读(498) 评论(0) 推荐(0)
摘要:最近我在codeplex上发了一个项目SmartObject(基于framework4.5,目前是1.0版本)。用法如下:// HowToUseusing Spider.Data; //json example from http://www.json.org/example.html ... 阅读全文
posted @ 2013-12-23 09:13 Joe·Zhou 阅读(2962) 评论(9) 推荐(2)
摘要:1 (function ($) { 2 $.fn.getData = function (itemTag) { 3 var obj; 4 if (itemTag) { 5 obj = []; 6 this.find(itemTag).each(function () { 7 obj.push($(this).getData()); 8 }); 9 return obj;10 }11 else {... 阅读全文
posted @ 2013-01-24 19:46 Joe·Zhou 阅读(605) 评论(0) 推荐(0)
摘要:你值得拥有!!! 阅读全文
posted @ 2011-09-13 09:01 Joe·Zhou 阅读(553) 评论(0) 推荐(1)
摘要:刚刚发现了一款超级好的xml相关的编辑工具Liquid XML Studio,带图形编辑界面,非常好用,特别是在编辑xsd和xslt的时候. XSD Code 1 <?xml version="1.0" encoding="utf-8" ?>2 <!--Created with Liquid XML Studio Developer Edition 9.0.11.3078 (http://www.liquid-technologies.com)-->3 <xs:schema elementFormDefault=" 阅读全文
posted @ 2011-05-23 09:07 Joe·Zhou 阅读(2435) 评论(0) 推荐(0)