Let's go
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 58 下一页
摘要: 阅读全文
posted @ 2019-05-05 20:30 chenze 阅读(4992) 评论(0) 推荐(0)
摘要: 在ASP.NET中有两种配置数据库连接代码的方式,它们分别是 appSettings 和 connectionStrings 。在使用 appSettings 和 connectionStrings 配置数据库连接代码时,可分别在 <configuration> 下添加如下代码: 1. appSet 阅读全文
posted @ 2019-04-22 16:32 chenze 阅读(731) 评论(0) 推荐(0)
摘要: 发短信: 登入阿里云官网: 申请短信模板 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 string accessKeyId = "这儿是你的accessKeyId"; 6 string accessKeySecret = " 阅读全文
posted @ 2019-04-22 11:58 chenze 阅读(346) 评论(0) 推荐(0)
摘要: 返回值组合: json返回 json数组 案例1: 1 public void GetClass(string name, string id) 2 { 3 try 4 { 5 string connectString = System.Configuration.ConfigurationSett 阅读全文
posted @ 2019-04-11 10:44 chenze 阅读(411) 评论(0) 推荐(0)
摘要: 1.top 主要是在sql server 2000中使用,效率较差 2、row_number函数 这种方法是sql server 2005以后,支持了row_number函数后,才开始使用的。 3、SQL Server 2012开始支持的 offset fetch next 方法 阅读全文
posted @ 2019-04-10 10:47 chenze 阅读(287) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 58 下一页
有事您Q我