摘要:
抽象工厂的结构 阅读全文
摘要:
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... 阅读全文
摘要:
这篇文章是我在网上找到的,感觉不错就粘过来了,感谢原作者的辛勤总结。 原文链接:http://database.51cto.com/art/201407/445934.html 1.对查询进行优化,要尽量避免全表扫描,首先应考虑在 where 及 order by 涉及的列上建立索引。 2.应尽量避 阅读全文
摘要:
1 @using (Html.BeginForm("Student", "Excel", FormMethod.Post, new { enctype = "multipart/form-data" })) 2 { 3 4 <div style="margin-top: 20px;"> 5 <fie 阅读全文
该文被密码保护。 阅读全文
摘要:
(1) ---------------------------Microsoft Visual Studio---------------------------未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPackage”包。此 阅读全文
摘要:
1.Web层方法1 getNewExcel(export_Infoservice.GetcourseInfoforIPN(start, end), type, "XXXX数据导出", out path, out b);View Code将所要导出的数据 dt 导出 1 private void g... 阅读全文
摘要:
*********本人从CSDN上找到的,感觉很有用,就摘过来了**************目前网上流行的所谓"取真实IP地址"的方法,都有bug,没有考虑到多层透明代理的情况。 多数代码类似: string IpAddress = (HttpContext.Current.Request.Serv... 阅读全文