<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/goding</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; goding]]></copyright><item><title><![CDATA[Vss2005数据迁移]]></title><link>https://blog.csdn.net/goding/article/details/6161730</link><guid>https://blog.csdn.net/goding/article/details/6161730</guid><author>goding</author><pubDate>Mon, 24 Jan 2011 17:59:00 +0800</pubDate><description><![CDATA[<br />1、复制VSS2005共享目录下的所有文件及文件夹，如图<br /> <br /><br /> <br />2、打开Visual SourceSafe Administrator，运行File菜单下的Open SourceSafe DataBase，点击添加新的数据库，进入添加数据库向导<br /> <br /><br /> <br /><br /> <br />3、接下来选择复制过来的srcsafe.ini文件，就ok了。<br /> <br /> ]]></description><category></category></item><item><title><![CDATA[把SWFUpload封装为自定义控件（c#）]]></title><link>https://blog.csdn.net/goding/article/details/6129658</link><guid>https://blog.csdn.net/goding/article/details/6129658</guid><author>goding</author><pubDate>Tue, 11 Jan 2011 18:17:00 +0800</pubDate><description><![CDATA[SWFUpload是一个流行的上传控件，每次使用都要复制好多个文件，比较麻烦。为了更方便的使用，我把它封装为.net自定义控件，使用时只要添加一个dll文件就可以了。具体使用方法如下1、封装好的文件为SWFUpload.dll，如图在vs的工具箱->选择项，选择该dll文件，可将其添加进工具箱2、使用时直接拖到页面即可目前只是简单添加了几个属性：3、运行后的效果如图4、本控件是以从jQuery中文社区下载的GooUploader为蓝本进行封装的，地址：bbs.jquery.org.cn/read.php?t]]></description><category></category></item><item><title><![CDATA[vs2005 treeview常用属性]]></title><link>https://blog.csdn.net/goding/article/details/6088394</link><guid>https://blog.csdn.net/goding/article/details/6088394</guid><author>goding</author><pubDate>Tue, 21 Dec 2010 09:33:00 +0800</pubDate><description><![CDATA[1、SelectedNodeStyle——选中样式，节点的node.SelectAction要为SelectExpand或Select，否则无效。2、点击展开一个节点自动收缩其他节点：protected void TreeView1_TreeNodeExpanded(object sender, TreeNodeEventArgs e)
        {
            for (int i = 0; i ]]></description><category></category></item><item><title><![CDATA[js弹出屏蔽层，避免重复提交]]></title><link>https://blog.csdn.net/goding/article/details/6013967</link><guid>https://blog.csdn.net/goding/article/details/6013967</guid><author>goding</author><pubDate>Wed, 17 Nov 2010 09:42:00 +0800</pubDate><description><![CDATA[js弹出屏蔽层，避免重复提交]]></description><category></category></item><item><title><![CDATA[webservice传送DataTable出现“生成 XML 文档时出错”]]></title><link>https://blog.csdn.net/goding/article/details/5870429</link><guid>https://blog.csdn.net/goding/article/details/5870429</guid><author>goding</author><pubDate>Wed, 08 Sep 2010 11:29:00 +0800</pubDate><description><![CDATA[.net 2.0以上已经可以传送DataTable了，今天在调用webservice传送DataTable出现“生成 XML 文档时出错”。后来发现是由于DataTable的TableName没有赋值引起的，只有在调用前加上 dataTable.TableName = "name" 就可以了。]]></description><category></category></item><item><title><![CDATA[ajax中的timer和updateprocess在页面加载时的运用]]></title><link>https://blog.csdn.net/goding/article/details/5843224</link><guid>https://blog.csdn.net/goding/article/details/5843224</guid><author>goding</author><pubDate>Fri, 27 Aug 2010 12:15:00 +0800</pubDate><description><![CDATA[<br />使用ajax时，如果加载页面时间过长，会造成没有响应的假象。<br />我们可以运用timer和updateprocess进行友好提示。过程如下：<br /> <br />1、把timer属性：Interval="1" <br /> <br />2、timer的触发方法Timer1_Tick如下：<br /> <br /> protected void Timer1_Tick(object sender, EventArgs e)<br /> {<br />        Timer1.Enab]]></description><category></category></item><item><title><![CDATA[sql计算工作日函数]]></title><link>https://blog.csdn.net/goding/article/details/5800702</link><guid>https://blog.csdn.net/goding/article/details/5800702</guid><author>goding</author><pubDate>Tue, 10 Aug 2010 10:42:00 +0800</pubDate><description><![CDATA[1、建节假日表CREATE TABLE [Holiday] ( [Id] [int] IDENTITY (1, 1) NOT NULL , [Name] [nvarchar] (50) COLLATE Chinese_PRC_CI_AS NOT NULL , [BeginDate] [datetime] NOT NULL , [EndDate] [datetime] NOT NULL , [AddUser] [nvarchar] (50) COLLATE Chinese_PRC_CI_AS NOT NULL]]></description><category></category></item><item><title><![CDATA[在win2003中安装 Mustek 1200 CU 扫描仪]]></title><link>https://blog.csdn.net/goding/article/details/5432886</link><guid>https://blog.csdn.net/goding/article/details/5432886</guid><author>goding</author><pubDate>Tue, 30 Mar 2010 15:57:00 +0800</pubDate><description><![CDATA[ Mustek 1200 CU 扫描仪的驱动没有for win2003的，在网上搜索了好久，终于找到一个方法可以安装了，方法如下： Ive just installed a Mustek 1200 CU scanner on Vista.I used the XP driver from the Mustek website.You have to temporarily edit th]]></description><category></category></item><item><title><![CDATA[删除IIs日志脚本]]></title><link>https://blog.csdn.net/goding/article/details/5416786</link><guid>https://blog.csdn.net/goding/article/details/5416786</guid><author>goding</author><pubDate>Thu, 25 Mar 2010 17:25:00 +0800</pubDate><description><![CDATA[path        目录ext         文件扩展名expiredDays 保留多少天以内的文件Sub LogCleaner(path,ext,expiredDays)    On Error Resume Next    Set oFso = CreateObject("Scripting.FileSystemObject")       ]]></description><category></category></item><item><title><![CDATA[用global.asax读写文件时要注意文件路径]]></title><link>https://blog.csdn.net/goding/article/details/5410751</link><guid>https://blog.csdn.net/goding/article/details/5410751</guid><author>goding</author><pubDate>Wed, 24 Mar 2010 10:21:00 +0800</pubDate><description><![CDATA[    网上很多用global.asax来记录网站访问量的例子，如： //将数据记录写入文件 string file_path = Server.MapPath("counter.txt"); StreamWriter srw = new StreamWriter(file_path, false); srw.WriteLine(Stat); srw.Close(); ]]></description><category></category></item><item><title><![CDATA[提供DynamipsGUI支持的全系列IOS下载]]></title><link>https://blog.csdn.net/goding/article/details/5014654</link><guid>https://blog.csdn.net/goding/article/details/5014654</guid><author>goding</author><pubDate>Tue, 15 Dec 2009 22:40:00 +0800</pubDate><description><![CDATA[提供GUI支持的全系列IOS下载全部IO均通过测试能用2600_0x802b65242691_0x605491043620_0x604251683640_0x60499c803660_0x603916e03725_0x605260d83745_0x60ae8d507200_0x6070d2e4以站IDLC值是在我的电脑上用的详细下载方法尽快补上下载地址http://file.mofile.com/]]></description><category></category></item><item><title><![CDATA[js判断浏览器是刷新还是关闭]]></title><link>https://blog.csdn.net/goding/article/details/4798583</link><guid>https://blog.csdn.net/goding/article/details/4798583</guid><author>goding</author><pubDate>Wed, 11 Nov 2009 15:30:00 +0800</pubDate><description><![CDATA[ window.onbeforeunload = function(){ if(event.clientX>document.body.clientWidth){    alert(浏览器关闭);   }else{  alert(浏览器刷新); }};--> 原文地址：http://bbs.51js.com/viewthread.php?tid=81730]]></description><category></category></item><item><title><![CDATA[实施商业智能（BI）的步骤]]></title><link>https://blog.csdn.net/goding/article/details/4794224</link><guid>https://blog.csdn.net/goding/article/details/4794224</guid><author>goding</author><pubDate>Tue, 10 Nov 2009 15:19:00 +0800</pubDate><description><![CDATA[实施商业智能系统（BI）是一项复杂的系统工程,整个项目涉及企业管理, 运作管理, 信息系统, 数据仓库, 数据挖掘, 统计分析等众多门类的知识. 因此用户除了要选择合适的商业智能软件工具外还必须按照正确的实施方法才能保证项目得以成功. 商业智能项目的实施步骤可分为: (1) 需求分析: 需求分析是商业智能实施的第一步, 在其它活动开展之前必须明确的定义企业对商业智能的期望和需求, 包括需要]]></description><category></category></item><item><title><![CDATA[aspx页面禁止页面缓存最简单方法]]></title><link>https://blog.csdn.net/goding/article/details/4618607</link><guid>https://blog.csdn.net/goding/article/details/4618607</guid><author>goding</author><pubDate>Tue, 29 Sep 2009 20:59:00 +0800</pubDate><description><![CDATA[    因为aspx的缓存是与参数相关的，如果参数不同就不会使用缓存，而会重新生成页面，每次都传一个随机的参数就可以避免使用缓存。这个仅适用于asp&asp.net      例如：第一次为 "a.aspx?p=1"，第二次为 "a.aspx?p=2"]]></description><category></category></item><item><title><![CDATA[bcp提取空字符串的解决办法]]></title><link>https://blog.csdn.net/goding/article/details/4543650</link><guid>https://blog.csdn.net/goding/article/details/4543650</guid><author>goding</author><pubDate>Fri, 11 Sep 2009 17:03:00 +0800</pubDate><description><![CDATA[用bcp导出数据，当遇到空字符串时，会转换为0x00，查了一下msdn， 解释如下： 提取数据时，请注意 bcp 实用工具将空字符串表示为 null，而将 null 字符串表示为空字符串。 解决办法： 用bcp导出数据时，要通过查询语句把空字符串转换为null。]]></description><category></category></item><item><title><![CDATA[bcp导出txt文件]]></title><link>https://blog.csdn.net/goding/article/details/4538774</link><guid>https://blog.csdn.net/goding/article/details/4538774</guid><author>goding</author><pubDate>Thu, 10 Sep 2009 13:26:00 +0800</pubDate><description><![CDATA[exec master..xp_cmdshellbcp "SELECT * FROM tablename" queryout "C:/test.txt" -T -c -C 65001最后的参数 -T 表示这是信任的连接，也就是说不用输入密码了；-c 表示按字符类型输出；-C 65001 表示输出为 UTF-8 格式，其中 65001 是 UTF-8 的代码页。 另根据msdn里]]></description><category></category></item><item><title><![CDATA[SQL2005防止http://3b3.org/c.js注入]]></title><link>https://blog.csdn.net/goding/article/details/4405202</link><guid>https://blog.csdn.net/goding/article/details/4405202</guid><author>goding</author><pubDate>Mon, 03 Aug 2009 20:53:00 +0800</pubDate><description><![CDATA[之前写了2篇关于如何防止http://3b3.org/c.js注入的文章，但近日来有读者反映在SQL2005下因为有些步骤无法完成操作而导致预防工作无法产生应有的效果。经过反复研究和实践，终于找到了正确的操作方法。下面和大家分享下：SQL2005防止http://3b3.org/c.js注入（100%成功）。SQL2000的操作方法：1、不要使用sa用户连接数据库。SA帐户拥有所有数据库和数据表的]]></description><category></category></item><item><title><![CDATA[sql将数字转换为定长的数字编号]]></title><link>https://blog.csdn.net/goding/article/details/4304894</link><guid>https://blog.csdn.net/goding/article/details/4304894</guid><author>goding</author><pubDate>Sun, 28 Jun 2009 16:47:00 +0800</pubDate><description><![CDATA[以下语句将1111转换为000001111 SELECT REPLACE(STR(1111, 9),  , 0)]]></description><category></category></item><item><title><![CDATA[keybd_event函数实现模拟按键]]></title><link>https://blog.csdn.net/goding/article/details/4221425</link><guid>https://blog.csdn.net/goding/article/details/4221425</guid><author>goding</author><pubDate>Wed, 27 May 2009 21:37:00 +0800</pubDate><description><![CDATA[keybd_event函数实现模拟按键的功能。keybd_event函数原型：VOID keybd_event(  BYTE bVk,           // 虚拟键  BYTE bScan,         // 扫描码  DWORD dwFlags,      // flags specifying various function options  DWORD dwExtraInfo   ]]></description><category></category></item><item><title><![CDATA[SendKeys 的一些特殊键代码表]]></title><link>https://blog.csdn.net/goding/article/details/4210645</link><guid>https://blog.csdn.net/goding/article/details/4210645</guid><author>goding</author><pubDate>Sat, 23 May 2009 13:37:00 +0800</pubDate><description><![CDATA[用SendKeys.Send方法，发送特殊键，要用的。以下是  SendKeys  的一些特殊键代码表。    键  代码      BACKSPACE  {BACKSPACE}、{BS}  或  {BKSP}      BREAK  {BREAK}      CAPS  LOCK  {CAPSLOCK}      DEL  或  DELETE  {DELETE}  或  {DEL}     ]]></description><category></category></item></channel></rss>