09 2017 档案
摘要:/// /// DictionaryHelper /// public static class DictionaryHelper { /// /// Put 扩展字典方法 存在时更改,不存在时添加 /// /// Key的类型 /// Value的类型 ///...
阅读全文
摘要:/// /// SqlHelper操作类 /// public sealed partial class SqlHelper { /// /// 批量操作每批次记录数 /// public static int BatchSize = 2000; /// /...
阅读全文
摘要:select top 10 Id,Amount=FLOOR(RAND(ABS(CHECKSUM(NEWID()))) * 100) from Customer
阅读全文
摘要:1.在OnActionExecuting里 获取请求参数的值 比较简单 2.在OnActionExecuted 获取请求参数的值(包含类类型)
阅读全文