测试
摘要: 1: <configSections> <section name="CustomConfiguration" type="URLRewriter.Config.UrlsSection, URLRewriter"/> </configSections> 2: <system.web> 下<httpM 阅读全文
posted @ 2018-03-20 16:00 C#的麦香园 阅读(131) 评论(0) 推荐(0)
摘要: gridComplete: function () { var ids = $("#grid-table").getDataIDs(); for (var i = 0; i < ids.length; i++) { var rowData = $("#grid-table").getRowData( 阅读全文
posted @ 2018-02-28 10:18 C#的麦香园 阅读(693) 评论(0) 推荐(0)
摘要: CNMJY-XK3KV-66KPQ-HVJDR-369TY 阅读全文
posted @ 2018-02-23 11:01 C#的麦香园 阅读(160) 评论(0) 推荐(0)
摘要: private static List<T> TableToEntity<T>(DataTable dt) where T : class,new() { Type type = typeof(T); List<T> list = new List<T>(); foreach (DataRow ro 阅读全文
posted @ 2018-01-22 09:45 C#的麦香园 阅读(161) 评论(0) 推荐(0)
摘要: select Row_Number() over ( order by getdate() ) as init 阅读全文
posted @ 2018-01-18 10:13 C#的麦香园 阅读(2402) 评论(1) 推荐(0)
摘要: 工具菜单 选项 Designers(设计器) 阻止保存要求重新创建表的更改 取消勾选即可 阅读全文
posted @ 2018-01-18 10:12 C#的麦香园 阅读(210) 评论(0) 推荐(0)
摘要: 扩展名是:.apk MIMI类型是:application/vnd.android.package-archive 阅读全文
posted @ 2018-01-09 18:00 C#的麦香园 阅读(274) 评论(0) 推荐(0)
摘要: “因为数据库正在使用,所以无法获得对数据库的独占访问权”,终解决方案如下关键SQL语句:ALTER DATABASE [datebase] SET OFFLINE WITH ROLLBACK IMMEDIATE用完之后再ALTERdatabase[ datebase]setonline 阅读全文
posted @ 2018-01-09 16:48 C#的麦香园 阅读(260) 评论(0) 推荐(0)
摘要: 在能pin通的情况下否则先关闭防火墙 开始-所有程序-Microsoft SQL Server 2008 R2-配置工具-SQL Server管理器-选择SQL-Server网络配置-点击MSSQLSERVER的协议-右侧选中TCP/IP右键启用 2018-04-17更新 win10操作:管理-服务 阅读全文
posted @ 2017-11-24 09:12 C#的麦香园 阅读(436) 评论(0) 推荐(0)
摘要: select * from [表A] where id in (select id from [表A] group by id having count(id) >1 ) 阅读全文
posted @ 2017-11-23 15:11 C#的麦香园 阅读(181) 评论(0) 推荐(0)
测试