- 博客(4)
- 收藏
- 关注
原创 C# SQL 分页封装
using System.Collections.Generic;using System.Linq;using System.Data.SqlClient;using System.Data.Entity;namespace GTek.Safe.BSite.BusinessModules.CommonClass{ public class SqlPageSe
2017-06-29 14:30:48
1358
原创 C# 导出Excell
///////////////////////////////////////////////////////////////using System;using System.Collections.Generic;using System.Data;using System.Data.OleDb;using System.Drawing;using System.IO;
2017-06-29 14:26:27
402
原创 C# 把数据字典表的数据自动生成为 js 键值对形式
/// /// 生成数字字典Js文件 /// /// public ActionResult GenerateDictJs() { var path = Path.Combine(HttpRuntime.AppDomainAppPath, @"KScripts\_wisdoms
2017-06-29 14:20:04
776
转载 SQLServer 查询最近一天,三天,一周,一月,一季度数据的方法
三天 select * from T_news where datediff(day,addtime,getdate())= 0一周 select * from T_news WHERE (DATEPART(wk, addtime) = DATEPART(wk, GETDATE())) AND (DATEPART(yy, addtime) = DATEPART(yy, GETDATE())
2017-06-29 14:16:29
8215
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅