摘要: Ext.override(Ext.form.Action.Submit,{ processResponse : function(response){ this.response = response; var data = response.responseText; if(data... 阅读全文
posted @ 2014-09-20 14:56 有盐的湖 阅读(234) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lzrabbit/archive/2011/10/23/2221643.html(转载)/*根据〖中华人民共和国国家标准 GB 11643-1999〗中有关公民身份号码的规定,公民身份号码是特征组合码,由十七位数字本体码和一位数字校验码组成。排列顺序从左... 阅读全文
posted @ 2014-08-18 14:54 有盐的湖 阅读(188) 评论(0) 推荐(0) 编辑
摘要: ---左连接 (转载)DataClasses1DataContext db = new DataClasses1DataContext(); var leftJoinSql = from student in db.Student ... 阅读全文
posted @ 2014-08-16 16:41 有盐的湖 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 1. Ext.form.Action.Submit的配置选项success、failure根据返回json中success属性判断的,如果success为true,则success,false则failure,如果无json中无success属性,failure,故要提示操作是否成功,必须要返回su... 阅读全文
posted @ 2014-08-14 14:29 有盐的湖 阅读(1015) 评论(0) 推荐(0) 编辑
摘要: http://www.xhsjs.com/NET/Type/1.shtml 阅读全文
posted @ 2012-03-06 15:12 有盐的湖 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 最近没事学学MVC架构。正在看老赵的视频教程,感觉MVC还是很有意思的,一些想法和设计方案很值得研究。下面是收集的一些学习MVC的资料,提供给大家。入门:首先推荐的是Scott Guthrie关于MVC的文章,MVC - Scott Guthrie 博客中文版 - 博客堂http://blog.joycode.com/scottgu/category/1468.aspx他的东西个人建议一定要看,即使看不明白也要看。然后看下微软的quite start,巩固一下:ASP.NET Extensions > ASP.NET Model-View-Controller Applicationsh 阅读全文
posted @ 2012-03-05 15:00 有盐的湖 阅读(189) 评论(0) 推荐(0) 编辑