摘要: 抽象工厂的结构 阅读全文
posted @ 2014-05-20 14:14 草上晨光 阅读(253) 评论(0) 推荐(0) 编辑
摘要: USE [zc_pro] GO /****** Object: StoredProcedure [dbo].[PROC_DEAL_DATE_ZC] Script Date: 2017/8/25 9:34:35 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo].[PROC_DEA... 阅读全文
posted @ 2017-08-25 09:38 草上晨光 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 这篇文章是我在网上找到的,感觉不错就粘过来了,感谢原作者的辛勤总结。 原文链接:http://database.51cto.com/art/201407/445934.html 1.对查询进行优化,要尽量避免全表扫描,首先应考虑在 where 及 order by 涉及的列上建立索引。 2.应尽量避 阅读全文
posted @ 2017-05-10 14:16 草上晨光 阅读(651) 评论(1) 推荐(4) 编辑
摘要: 1 @using (Html.BeginForm("Student", "Excel", FormMethod.Post, new { enctype = "multipart/form-data" })) 2 { 3 4 <div style="margin-top: 20px;"> 5 <fie 阅读全文
posted @ 2016-08-10 17:10 草上晨光 阅读(744) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-08-10 16:52 草上晨光 阅读(2) 评论(0) 推荐(0) 编辑
摘要: adp.net,事务 阅读全文
posted @ 2016-05-30 14:05 草上晨光 阅读(103) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-05-18 16:09 草上晨光 阅读(3) 评论(0) 推荐(0) 编辑
摘要: (1) ---------------------------Microsoft Visual Studio---------------------------未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage”包。此 阅读全文
posted @ 2016-03-11 16:38 草上晨光 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 数据导出 阅读全文
posted @ 2016-03-03 13:21 草上晨光 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1.Web层方法1 getNewExcel(export_Infoservice.GetcourseInfoforIPN(start, end), type, "XXXX数据导出", out path, out b);View Code将所要导出的数据 dt 导出 1 private void g... 阅读全文
posted @ 2015-03-19 16:39 草上晨光 阅读(162) 评论(0) 推荐(0) 编辑
摘要: *********本人从CSDN上找到的,感觉很有用,就摘过来了**************目前网上流行的所谓"取真实IP地址"的方法,都有bug,没有考虑到多层透明代理的情况。 多数代码类似: string IpAddress = (HttpContext.Current.Request.Serv... 阅读全文
posted @ 2014-10-15 17:17 草上晨光 阅读(377) 评论(0) 推荐(0) 编辑