代码改变世界

阅读排行榜

c# 系统校时工具类

2016-09-14 09:52 by newbirth, 633 阅读, 收藏,
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HuaTong.General.Utility { /// /// 系统校时工具类 /// public static class SysDateTime { ... 阅读全文

SQL Server缓存依赖设置

2020-07-03 09:42 by newbirth, 621 阅读, 收藏,
摘要: 1.为数据库VIAOSDB 启用缓存依赖,自动生成以下数据表和存储过程--表AspNet_SqlCacheTablesForChangeNotification --存储过程AspNet_SqlCachePollingStoredProcedureAspNet_SqlCacheQueryRegist 阅读全文

c# JScriptProvider包装

2016-09-14 09:41 by newbirth, 485 阅读, 收藏,
摘要: using System; using System.CodeDom.Compiler; using System.Reflection; using System.Web.UI; using Microsoft.JScript; namespace HuaTong.General.Utility { /// /// JScriptProvider包装 /// ... 阅读全文

c# 处理js序列化时 datetime返回UTC格式的问题

2016-09-14 09:43 by newbirth, 484 阅读, 收藏,
摘要: using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Converters; using System.Collections; n... 阅读全文

DataTable和实体类通过反射相互转换

2016-04-26 10:48 by newbirth, 475 阅读, 收藏,
摘要: using System.Runtime.Serialization; using System.Data; using System.Reflection; using System.Collections.Generic; namespace OrderSplit { /// /// DataTable与实体类互相转换 /// /// 实体类 public class ModelHan... 阅读全文
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页