业精于思

12 2018 档案

将博客搬至CSDN
摘要:赚取C币,将博客搬至CSDN,后续将继续更新 阅读全文

posted @ 2018-12-21 11:44 zoood 阅读(166) 评论(0) 推荐(0)

C# JSON操作
摘要:using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Reflection;using System.Collections;using System.Data.C 阅读全文

posted @ 2018-12-16 18:01 zoood 阅读(209) 评论(0) 推荐(0)

C# 字符串处理类
摘要:using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions; namespace ZD.Utilities{ /// <summary> /// 字符串操作类 阅读全文

posted @ 2018-12-16 17:58 zoood 阅读(689) 评论(0) 推荐(0)

SQLServer 日期函数大全
摘要:一 SQL Server系统函数 1.1常用函数: 函数 参数/功能 示例 查询内容 1 GetDate() 返回系统当前时间 select GetDate() 2018-12-15 15:24:10 2 DateDiff (interval,date1,date2) 返回date2 与date1两 阅读全文

posted @ 2018-12-15 16:08 zoood 阅读(436) 评论(0) 推荐(0)

导航