zwei1121

博客园 首页 新随笔 联系 订阅 管理

04 2014 档案

摘要:var decoded = encoded.replace(/&/g,'&');http://stackoverflow.com/questions/3700326/decode-amp-back-to-in-javascriptTechnically, and often in pract... 阅读全文
posted @ 2014-04-28 18:30 zwei 阅读(205) 评论(0) 推荐(0)

摘要:public string charset { get; set; } public string exchangeDate { get; set; } public string exchangeRate{ get; set; } ... 阅读全文
posted @ 2014-04-18 18:10 zwei 阅读(277) 评论(0) 推荐(0)

摘要:http://s.yanghao.org/program/viewdetail.php?i=71959http://www.codeproject.com/csharp/biginteger.asphttp://www.cnblogs.com/clc2008/archive/2012/03/01/2375294.htmlhttp://www.cnblogs.com/wangchengshen/articles/3595841.html 阅读全文
posted @ 2014-04-12 16:38 zwei 阅读(459) 评论(0) 推荐(0)

摘要:http://blog.gfader.com/2010/05/aspnet-mvc-model-binding-to-list-or-how.html http://www.cnblogs.com/yinzixin/archive/2012/11/10/2763625.html http://www 阅读全文
posted @ 2014-04-09 22:46 zwei 阅读(267) 评论(0) 推荐(0)

摘要:$(document).ready(function (){var things =[{ id:1, color:'yellow'},{ id:2, color:'blue'},{ id:3, color:'red'}]; things = JSON.stringify({'things': things }); $.ajax({ contentType:'application/json; charset=utf-8', dataType:'json', type:'POST', 阅读全文
posted @ 2014-04-09 22:32 zwei 阅读(2149) 评论(0) 推荐(0)