导航

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 30 下一页

2017年2月15日

摘要: 作者:卞功鑫 转载请保留:http://www.cnblogs.com/BinBinGo/p/6400944.html 最最常用的SQL 查询的返回结果,插入到DataTable 中 阅读全文

posted @ 2017-02-15 12:53 yiyishuitian 阅读(11480) 评论(0) 推荐(0) 编辑

摘要: 作者:卞功鑫 转载请保留:http://www.cnblogs.com/BinBinGo/p/6400928.html 存储过程 阅读全文

posted @ 2017-02-15 12:44 yiyishuitian 阅读(3353) 评论(0) 推荐(0) 编辑

摘要: //1 连接字符串 string connectionString = "server=127.0.0.1;integrated security=true;database=MSPetShop4"; // = "server=.;uid=sa;pwd=SQL@5;database=Adv... 阅读全文

posted @ 2017-02-15 03:19 yiyishuitian 阅读(342) 评论(0) 推荐(0) 编辑

摘要: //1 连接字符串 string connectionString = "server=127.0.0.1;integrated security=true;database=MSPetShop4"; // = "server=.;uid=sa;pwd=SQL@5;database=Adv... 阅读全文

posted @ 2017-02-15 02:47 yiyishuitian 阅读(828) 评论(0) 推荐(0) 编辑

摘要: 作者:卞功鑫 ,转载请保留http://www.cnblogs.com/BinBinGo/p/6399847.html 阅读全文

posted @ 2017-02-15 02:17 yiyishuitian 阅读(2089) 评论(0) 推荐(0) 编辑

摘要: C#连接数据库最基本操作之sql语句 DML 阅读全文

posted @ 2017-02-15 01:34 yiyishuitian 阅读(3765) 评论(0) 推荐(0) 编辑

2017年2月13日

摘要: 因为存在动态SQL,所以不好写成 表值函数.暂时只能这样了. 阅读全文

posted @ 2017-02-13 10:39 yiyishuitian 阅读(332) 评论(0) 推荐(0) 编辑

2017年2月4日

摘要: prvReadAsyncOperation privilege is the Read privilege for System Job Entity (Role Customizationtab). prvReadAsyncOperation 权限 是系统作业的 读权限(自定义选项卡中). 阅读全文

posted @ 2017-02-04 14:17 yiyishuitian 阅读(230) 评论(0) 推荐(0) 编辑

2017年1月18日

摘要: 1.复制以下命令粘贴到以管理员权限运行的命令行程序里,回车运行(前提条件得有gacutil.exe注册工具): cd "C:\NETFX 4.0 Tools"以windows7 64 bit 为例我的程序在此文件夹下3.5 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin4.0 C:\Program Files (x86)\Micro... 阅读全文

posted @ 2017-01-18 08:28 yiyishuitian 阅读(931) 评论(0) 推荐(0) 编辑

2017年1月17日

摘要: 1 ajax 函数,p1 为正常参数 function ExecWebFunction(callback,p1) { $.ajax({ type: "POST", contentType: "application/json; charset=utf-8", datatype: "js... 阅读全文

posted @ 2017-01-17 07:16 yiyishuitian 阅读(531) 评论(0) 推荐(0) 编辑

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 30 下一页