会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Let's go
橘子皮很陈
----------青春看似荒唐,没人会选择投降(今日事,今日毕)
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
27
28
29
30
31
32
33
34
35
···
58
下一页
2019年5月5日
Navicat 复制多条数据
摘要:
阅读全文
posted @ 2019-05-05 20:30 chenze
阅读(4992)
评论(0)
推荐(0)
2019年4月22日
web.config中配置数据库连接的两种方式
摘要: 在ASP.NET中有两种配置数据库连接代码的方式,它们分别是 appSettings 和 connectionStrings 。在使用 appSettings 和 connectionStrings 配置数据库连接代码时,可分别在 <configuration> 下添加如下代码: 1. appSet
阅读全文
posted @ 2019-04-22 16:32 chenze
阅读(731)
评论(0)
推荐(0)
1.短信通知
摘要: 发短信: 登入阿里云官网: 申请短信模板 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)
2019年4月11日
一丶webservice执行存储过程
摘要: 返回值组合: 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)
2019年4月10日
sqlserver 分页问题
摘要: 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
下一页
公告