<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[lijigang1982的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/lijigang1982</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; lijigang1982]]></copyright><item><title><![CDATA[ASP.NET+MVC+EF6.0项目部署时BUG实录]]></title><link>https://blog.csdn.net/lijigang1982/article/details/72784588</link><guid>https://blog.csdn.net/lijigang1982/article/details/72784588</guid><author>lijigang1982</author><pubDate>Sat, 27 May 2017 21:58:49 +0800</pubDate><description><![CDATA[“错误 0152: 未找到具有固定名称“System.Data.SqlClient”的 ADO.NET 提供程序的实体框架提供程序。请确保在应用程序配置文件的“entityFramework”节中注册了该提供程序。有关详细信息，请参阅 http://go.microsoft.com/fwlink/?LinkId=260882。"]]></description><category></category></item><item><title><![CDATA[随访系统学习笔记之ModelBinder]]></title><link>https://blog.csdn.net/lijigang1982/article/details/72773864</link><guid>https://blog.csdn.net/lijigang1982/article/details/72773864</guid><author>lijigang1982</author><pubDate>Fri, 26 May 2017 21:48:07 +0800</pubDate><description><![CDATA[用户成功登录后，其所参与的课题、在课题中所扮演的角色以及在课题中所有权限执行的操作等等信息，通常的做法是保存在Session中，用时在从Session中取值，导致
各方法与Session操作紧密关联，不方便调试，项目中也有蛮多冗余代码。]]></description><category></category></item><item><title><![CDATA[360浏览器下自动填写用户名密码惹祸了]]></title><link>https://blog.csdn.net/lijigang1982/article/details/72716864</link><guid>https://blog.csdn.net/lijigang1982/article/details/72716864</guid><author>lijigang1982</author><pubDate>Wed, 24 May 2017 22:30:39 +0800</pubDate><description><![CDATA[在登陆界面输入用户名密码后登陆，选择记住密码后，在内容页里面的<input type="text" id="userName" />以及<input type="userPassword" id="password" />会把登陆界面输入的用户名密码填写在内容页里。]]></description><category></category></item><item><title><![CDATA[使用LODOP设计打印模板]]></title><link>https://blog.csdn.net/lijigang1982/article/details/72631529</link><guid>https://blog.csdn.net/lijigang1982/article/details/72631529</guid><author>lijigang1982</author><pubDate>Mon, 22 May 2017 22:56:36 +0800</pubDate><description><![CDATA[LODOP条码打印控件使用心得]]></description><category></category></item><item><title><![CDATA[jquery 中的 $(“#”)  不等于  js中的document.getElementById(“”)]]></title><link>https://blog.csdn.net/lijigang1982/article/details/52839594</link><guid>https://blog.csdn.net/lijigang1982/article/details/52839594</guid><author>lijigang1982</author><pubDate>Mon, 17 Oct 2016 16:21:54 +0800</pubDate><description><![CDATA[jquery 中的 $(“#”) 与 js中的document.getElementById(“”) 不是一回事]]></description><category></category></item><item><title><![CDATA[ASP.NET MVC2 学习笔记之URL路由]]></title><link>https://blog.csdn.net/lijigang1982/article/details/5473396</link><guid>https://blog.csdn.net/lijigang1982/article/details/5473396</guid><author>lijigang1982</author><pubDate>Sun, 11 Apr 2010 18:41:00 +0800</pubDate><description><![CDATA[    新建一个默认的ASP.NET MVC2应用程序，系统会默认的生成包含基本功能的应用程序，查看这些生成的代码，可帮助我们理解ASP.NET MVC2。下面是对URL路由的理解，以备忘。一、Global.asax.cs中的代码：public class MvcApplication : System.Web.HttpApplication    {        public ]]></description><category></category></item><item><title><![CDATA[asp.net2.0网站管理出错时不妨看看数据库是否只读哦！]]></title><link>https://blog.csdn.net/lijigang1982/article/details/5472407</link><guid>https://blog.csdn.net/lijigang1982/article/details/5472407</guid><author>lijigang1982</author><pubDate>Sun, 11 Apr 2010 12:19:00 +0800</pubDate><description><![CDATA[      今天打开从公司CVS服务器上更新下来的BookStore项目时，由于不知道账户而进不了系统！打开项目附属数据库查看表时，注意到该项目用到了MemberShip来做用户管理。如是运行asp.net2.0网站管理工具以创建新的用户，报告如下错误：      遇到错误。请返回上一页并重试。      下面的消息可能会有助于诊断问题: 调用的目标发生了异常。 在 System.Runt]]></description><category></category></item><item><title><![CDATA[IIS日志清理CMD版的解释]]></title><link>https://blog.csdn.net/lijigang1982/article/details/5387162</link><guid>https://blog.csdn.net/lijigang1982/article/details/5387162</guid><author>lijigang1982</author><pubDate>Tue, 16 Mar 2010 23:08:00 +0800</pubDate><description><![CDATA[    维护项目过程中，一次注意到虚拟主机突然死机了，查看了下，C盘只有几十兆大小，进一步查找问题，发现"C:/WINDOWS/system32/LogFiles/W3SVC1/"下有几十G的日志文件,网络查询了下,原来是虚拟主机的日志文件常时间得不到清理,占据了磁盘空间,导致程序崩盘.     也是通过网络查询了IIS日志文件清理的问题,IIS日志清理专题,CMD版,VBS版,JS版,WSH]]></description><category></category></item><item><title><![CDATA[XP环境下在Delphi中调试COM+组件]]></title><link>https://blog.csdn.net/lijigang1982/article/details/5184257</link><guid>https://blog.csdn.net/lijigang1982/article/details/5184257</guid><author>lijigang1982</author><pubDate>Wed, 13 Jan 2010 09:46:00 +0800</pubDate><description><![CDATA[现在应用系统流行用B/S开发，早几年前可是C/S的天下呢，我现在做的某航空公司货运结算维护工作，其系统就是利用Delphi开发的C/S应用程序！在日常的维护工作中，难免要对已经做好的COM+组件进行调试，以查看具体的处理逻辑！本文就是介绍在WindowsXP环境下如何在Delphi中调试COM+组件！第一步：记录下你希望调试的COM+组件的GUID。可通过如下方式获取。可以通过打开“控制面板”]]></description><category></category></item><item><title><![CDATA[ArrayList类的ToArray()使用注意点]]></title><link>https://blog.csdn.net/lijigang1982/article/details/4325370</link><guid>https://blog.csdn.net/lijigang1982/article/details/4325370</guid><author>lijigang1982</author><pubDate>Mon, 06 Jul 2009 15:14:00 +0800</pubDate><description><![CDATA[ArrayList类有个ToArray方法，用来将ArrayList的元素复制到新Object数组中，这里有讲究的地方！使用ArrayList类的ToArray方法时并未指定任何参数，则无参数的ToArray方法将会返回一个类型为Object的数组，而且你不可以将此Object数组转换成您所需的类型的数组。例如，假设您将一个Customer对象加入至一个ArrayList中，则其源列表将不会被制作]]></description><category></category></item><item><title><![CDATA[ SQL注入攻击举例]]></title><link>https://blog.csdn.net/lijigang1982/article/details/4288730</link><guid>https://blog.csdn.net/lijigang1982/article/details/4288730</guid><author>lijigang1982</author><pubDate>Mon, 22 Jun 2009 14:09:00 +0800</pubDate><description><![CDATA[下面通过一个登录时对用户验证来说明：验证时的sql语句：select * from where user="+txtUsername.Text+" and pwd="+txtPwd.Text+"这是一段从数据库中查询用户，对用户名，密码验证。看上去好象没有什么问题，但是实际这里面浅藏着问题，用户名：admin   密码：adminselect * from where user=]]></description><category></category></item><item><title><![CDATA[PageBaseType属性的功用]]></title><link>https://blog.csdn.net/lijigang1982/article/details/4288690</link><guid>https://blog.csdn.net/lijigang1982/article/details/4288690</guid><author>lijigang1982</author><pubDate>Mon, 22 Jun 2009 13:55:00 +0800</pubDate><description><![CDATA[在web.config中经常能看到如下类似语句:微软官方解释pageBaseType是:指定.aspx页默认继承的代码隐藏类和程序集网上有段关于其用法的英文解释：        VS.NET uses code-behind (unless you avoid it, which I dont recommend), and therefore each ASPX page is specifi]]></description><category></category></item><item><title><![CDATA[Oracle和SQLServer查询前几行的语句 ]]></title><link>https://blog.csdn.net/lijigang1982/article/details/4282648</link><guid>https://blog.csdn.net/lijigang1982/article/details/4282648</guid><author>lijigang1982</author><pubDate>Fri, 19 Jun 2009 13:25:00 +0800</pubDate><description><![CDATA[Oracle中查询前10行记录:select * from  mytab where rownumSQLServer中查询前10行记录:  select  top 10 * from mytab]]></description><category></category></item><item><title><![CDATA[摘录好文：帮助理解聚集索引很非聚集索引]]></title><link>https://blog.csdn.net/lijigang1982/article/details/4280367</link><guid>https://blog.csdn.net/lijigang1982/article/details/4280367</guid><author>lijigang1982</author><pubDate>Thu, 18 Jun 2009 16:47:00 +0800</pubDate><description><![CDATA[      微软的SQL SERVER提供了两种索引：聚集索引（clustered index，也称聚类索引、簇集索引）和非聚集索引（nonclustered index，也称非聚类索引、非簇集索引）。下面，我们举例来说明一下聚集索引和非聚集索引的区别： 　　其实，我们的汉语字典的正文本身就是一个聚集索引。比如，我们要查“安”字，就会很自然地翻开字典的前几页，因为“安”的拼音是“an”，而按照拼音]]></description><category></category></item><item><title><![CDATA[javascript 中setTimeout 和setInterval 区别 ]]></title><link>https://blog.csdn.net/lijigang1982/article/details/4280347</link><guid>https://blog.csdn.net/lijigang1982/article/details/4280347</guid><author>lijigang1982</author><pubDate>Thu, 18 Jun 2009 16:43:00 +0800</pubDate><description><![CDATA[原贴见:http://www.cnblogs.com/ruxuan/archive/2006/07/04/442490.html[setTimeout]setTimeout(表达式,延时时间)在执行时,是在载入后延迟指定时间后,去执行一次表达式,记住,次数是一次用setTimeout实现的自动变化显示随机数的效果:window.onload=sett;function sett(){docum]]></description><category></category></item><item><title><![CDATA[如何建立mdb文件并导入数据并查看导入结果]]></title><link>https://blog.csdn.net/lijigang1982/article/details/4277192</link><guid>https://blog.csdn.net/lijigang1982/article/details/4277192</guid><author>lijigang1982</author><pubDate>Wed, 17 Jun 2009 17:40:00 +0800</pubDate><description><![CDATA[使用Access创建mdb文件，这个问题很简单。但是在所使用Windows XP机器里没有安装Access程序的情况下，如何创建mdb文件，并得到所需要的数据呢？这个问题，很实际，我前段的项目开发中就碰到过了，当时经理布置把数据库从SQL Server迁徙到Access中，公司环境都有当然没问题，我拿回家赶工才发现要用的Access组件家里机器并没有安装，想着赶进度，我一番摸索才得到此文，作为备忘]]></description><category></category></item><item><title><![CDATA[UltraChart属性设置个人理解(补充完善……)]]></title><link>https://blog.csdn.net/lijigang1982/article/details/4251564</link><guid>https://blog.csdn.net/lijigang1982/article/details/4251564</guid><author>lijigang1982</author><pubDate>Mon, 08 Jun 2009 14:41:00 +0800</pubDate><description><![CDATA[//创建绘图区域ChartArea myChartArea = new ChartArea();myChartArea.BoundsMeasureType = MeasureType.Percentage;myChartArea.Bounds =  new Rectangle( 0, 0, 100, 80 );myChartArea.Border.Thickness = 0;表明ChartArea]]></description><category></category></item><item><title><![CDATA[如何自定义提示?]]></title><link>https://blog.csdn.net/lijigang1982/article/details/4251309</link><guid>https://blog.csdn.net/lijigang1982/article/details/4251309</guid><author>lijigang1982</author><pubDate>Mon, 08 Jun 2009 13:20:00 +0800</pubDate><description><![CDATA[原文参考：How to customize the tooltips displayed in the chart图表提示信息可以定制在鼠标悬停在图表上或者点击图表时显示，也可以设置成不显示提示内容，具体代码参考下列设置。点击图表显示提示信息：this.UltraChart1.Tooltips.Display= Infragistics.UltraChart.Shared.Styles]]></description><category></category></item><item><title><![CDATA[SQL学习笔记之ANSI_NULLS]]></title><link>https://blog.csdn.net/lijigang1982/article/details/4250848</link><guid>https://blog.csdn.net/lijigang1982/article/details/4250848</guid><author>lijigang1982</author><pubDate>Mon, 08 Jun 2009 10:46:00 +0800</pubDate><description><![CDATA[SET ANSI_NULLS{ON|OFF}:用来指定对空值使用等于(=)和不等于(SQL-92 标准要求对空值的等于 (=) 或不等于 (当 SET ANSI_NULLS 为 ON 时，即使 column_name 中存在空值，使用 WHERE column_name = NULL 的 SELECT 语句仍返回零行。即使 column_name 中存在非空值，使用 WHERE column_na]]></description><category></category></item><item><title><![CDATA[如何手写代码以生成Composite图表? ]]></title><link>https://blog.csdn.net/lijigang1982/article/details/4243111</link><guid>https://blog.csdn.net/lijigang1982/article/details/4243111</guid><author>lijigang1982</author><pubDate>Thu, 04 Jun 2009 19:35:00 +0800</pubDate><description><![CDATA[  前段写的博文介绍了用图表向导创建ColumnLineChart的整个过程，ColumnLineChart归属于简单图表，用类似的向导步骤可创建出复合图表，相关步骤可参考：Chart_Creating_a_Composite_Chart_Using_the_ Chart_Wizard既然可通过向导全程定制Composite Chart,那么用书写代码的方式来生成Composite Chart]]></description><category></category></item></channel></rss>