<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[.NET技术文章转载博客]]></title><description><![CDATA[我爱转载]]></description><link>https://blog.csdn.net/FreeIn2006</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; FreeIn2006]]></copyright><item><title><![CDATA[又一怪问题:如果有一些引用存在于标记中,则不会重命名这些引用,要继续吗]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/1389935</link><guid>https://blog.csdn.net/FreeIn2006/article/details/1389935</guid><author>FreeIn2006</author><pubDate>Fri, 17 Nov 2006 11:30:00 +0800</pubDate><description><![CDATA[VS2005真是想折磨死人哪.在IDE界面重命名控件时,又出现 "如果有一些引用存在于标记中,则不会重命名这些引用,要继续吗" 这个错误,无论是点"是"还是"否"都不会重命名.看来VS2005还没那么"智能"啊.它不会自动重命名HTML源码里控件的ID. 没办法,解决办法就是切换到HTML视图, 在里面重命名控件的ID]]></description><category></category></item><item><title><![CDATA[asp.net2.0中gridView的删除确认问题]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/1389591</link><guid>https://blog.csdn.net/FreeIn2006/article/details/1389591</guid><author>FreeIn2006</author><pubDate>Fri, 17 Nov 2006 09:24:00 +0800</pubDate><description><![CDATA[用惯了datagrid,第一次用gridView,倒有点不习惯.写删除确认时还有点不习惯,经过一番折磨,gridView的删除确认可以这样写: if (e.Row.RowType == DataControlRowType.DataRow)        ...{            e.Row.Cells[0].Attributes.Add                     ]]></description><category></category></item><item><title><![CDATA[vs2005的无法附加,绑定句柄无效的错误,解决方法]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/1389533</link><guid>https://blog.csdn.net/FreeIn2006/article/details/1389533</guid><author>FreeIn2006</author><pubDate>Fri, 17 Nov 2006 08:55:00 +0800</pubDate><description><![CDATA[ 调试VisualStudio.net 2005网站是出现："无法附加,绑定句柄无效" 　　解决方法：　　　　把Terminal Services服务 启动,它的描述是:允许用户以交互方式连接到远程计算机。远程桌面、快速用户切换、远程协助和终端服务器依赖此服务 - 停止或禁用此服务会使您的计算机变得不可靠。要阻止远程使用此计算机，请在“系统”属性控制面板项目上清除“远程”选项卡上的复选框。]]></description><category></category></item><item><title><![CDATA[vs2005 中的xhtml验证问题]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/1387386</link><guid>https://blog.csdn.net/FreeIn2006/article/details/1387386</guid><author>FreeIn2006</author><pubDate>Thu, 16 Nov 2006 10:07:00 +0800</pubDate><description><![CDATA[刚从vs2003转过vs2005的用户遇到的第一个问题,我想会是html代码的不规范,比如要加强验证如 签标一定要加上alt=""等,属性和值之间值必须用冒号等等.解决办法: 依次点击: 工具 -- 选项 -- 验证, 在右边可以看到 "目标" ,在下拉下选择验证方式,默认为"XHTML1.0 Transitional", 可以把它改为 IE6.0,或者其它,其验证方式就没那么]]></description><category></category></item><item><title><![CDATA[asp.net2.0  问题集锦　解答]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/1385457</link><guid>https://blog.csdn.net/FreeIn2006/article/details/1385457</guid><author>FreeIn2006</author><pubDate>Wed, 15 Nov 2006 11:56:00 +0800</pubDate><description><![CDATA[ 在asp.net1.X里，所有人都会这样在web.config里写连接字符串，如： appSettings>add key="ConnectionString" value="server=*.*.*.*;database=？？;User ID=sa;password=sa"/>    appSettings> 然后在.cs文件里这样引用 Configurat]]></description><category></category></item><item><title><![CDATA[DataGrid使用心得(附大量代码) ]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/725569</link><guid>https://blog.csdn.net/FreeIn2006/article/details/725569</guid><author>FreeIn2006</author><pubDate>Fri, 12 May 2006 09:50:00 +0800</pubDate><description><![CDATA[ 1. 为 DataGrid 控件设计样式        在之后添加如下代码                                说明:    (1) 在每个标签内主要是  ForeColor   BackColor  Font-Bold 这几个属性值        2. 为 DataGrid 控件添加绑定列            说明:    (1) 在标签内的基本属性是 DataFi]]></description><category></category></item><item><title><![CDATA[VB.NET利用OBEX协议实现红外线文件传输]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722352</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722352</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:45:00 +0800</pubDate><description><![CDATA[十一月开始没有做什么项目，每天站在在办公室窗前静静地看着楼下的行人来来往往，然后等待着领工资的时刻。为了让智慧的大脑不因无所事是而僵硬，我决定找点伤脑筋的事情来维持脑袋的正常运转。经过考虑，决定用VB.net实现红外线文件传输的例程。　　一、OBEX协议浅析　　目前的红外线传输大都遵循OBEX协议，这是由微软、苹果、诺基亚等公司专门为红外线传输而制定的一整套协议规则。最新协议版本是1.3版，在官方]]></description><category></category></item><item><title><![CDATA[ ·Visual C#中用WMI编写网络程序 ]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722347</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722347</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:43:00 +0800</pubDate><description><![CDATA[　　WMI是Windows Management Instrumentation的简称，即：视窗管理规范。在Windows 2000或以后的版本中均安装得有，NT4.0则需要安装WMI的核心组件。通过WMI可以获取远程计算机的各种数据信息，控制远程计算机的各种行为，而这就像操作本地机一样方便、简单。　　一．WMI简介　　WMI从根本上说应该为一种服务，并且对于本地不同的用户，WMI所有的权限也不一]]></description><category></category></item><item><title><![CDATA[用C#实现木马程序(2) ]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722343</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722343</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:40:00 +0800</pubDate><description><![CDATA[服务端的开发： 要实现木马服务的程序，主要实现以下几个功能：后台的运行（隐藏技术），控制码的接收与注册表的修改，下面对这三方面做介绍： 1、在VC#中，建立一个后台服务程序是很容易的，先建立一个新的C#的Windows应用程序，项目名称自定（不过为了隐藏可使用与系统相近的名称），将窗体属性“ShowInTaskbar”属性设为false,让它运行时不会在任务栏中显示，并将属性“Window]]></description><category></category></item><item><title><![CDATA[用C#实现木马程序(2) ]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722342</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722342</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:40:00 +0800</pubDate><description><![CDATA[服务端的开发： 要实现木马服务的程序，主要实现以下几个功能：后台的运行（隐藏技术），控制码的接收与注册表的修改，下面对这三方面做介绍： 1、在VC#中，建立一个后台服务程序是很容易的，先建立一个新的C#的Windows应用程序，项目名称自定（不过为了隐藏可使用与系统相近的名称），将窗体属性“ShowInTaskbar”属性设为false,让它运行时不会在任务栏中显示，并将属性“Window]]></description><category></category></item><item><title><![CDATA[用C#实现木马程序(1)转 ]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722339</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722339</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:40:00 +0800</pubDate><description><![CDATA[private void receive() { //设置读取数据的空间 byte[] bb = new byte[3]; //读取3个字节,i为实际读取的字节数 int i = stream.Read(bb,0,3); //转换成字符串，如果是中文控制码则用string ss = //System.Text.Encoding.Unicode.GetString(bb); string ss = ]]></description><category></category></item><item><title><![CDATA[用C#实现语音技术]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722336</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722336</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:39:00 +0800</pubDate><description><![CDATA[“电脑朗读”（英文）一个很好的触发点，通过它可以实现电子小说阅读、英文听力测试、英文单词学习... 下面的Speech已对MSTTS作了简单封装。 1.安装好MSTTS（如果你有装金山词霸，系统就已经安装了）,可以在winnt/speech中打到vtxtauto.tlb文件； 2.用.Net SDK自带的tlbimp工具把vtxtauto.tlb转换成.dll格式: tlbimp vtxtauto]]></description><category></category></item><item><title><![CDATA[Visual C#弹出窗口杀手(2)]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722300</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722300</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:24:00 +0800</pubDate><description><![CDATA[上面的方法在性能上是不错的，因为他过滤了其他非IE的窗口.但是我们可以用一个更简单的方法来实现，就是调用API FindWindowEx(HWND hWndParent， HWND hWndNext， /*in*/LPCTSTR szClassName， /*in*/LPCTSTR szWindowTitle)方法.比较有用的是这句，我们可以使用registered window class na]]></description><category></category></item><item><title><![CDATA[Visual C#弹出窗口杀手(1)]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722297</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722297</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:24:00 +0800</pubDate><description><![CDATA[ 弹出窗口杀手是一个可以自动关闭IE弹出窗口的程序，它工作在系统的托盘中，按照一定的间隔来检测IE窗口，然后关闭弹出窗体。最后，还提供了用热键来杀掉弹出窗口的功能。 虽然已经有类似的用C++写的程序，但是本文讲述的是用C#来实现这些功能，并且本文所讲的方案在查找窗口上的方法要比更快一些。 这是一个崭新的话题，在Internet上我们还可以看到许多类似的程序。但是我也还是要借这个机会来讲述一些下]]></description><category></category></item><item><title><![CDATA[使用C#在进度条中显示复制文件的进度 ]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722294</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722294</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:23:00 +0800</pubDate><description><![CDATA[ Code List:-------------------------------------------------------------------------/******************************************************************* File Name: frmMain.cs** Copyright (c) 1999 ]]></description><category></category></item><item><title><![CDATA[用C#实现FTP搜索引擎 ]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722293</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722293</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:22:00 +0800</pubDate><description><![CDATA[ 晚辈最近用C#写了一个教育网FTP搜索引擎，希望能得到高手的指点。网址：http://soso.ccnu.com.cn      http://it.ccnu.edu.cn/soso部分代码：using System;using softplib;using System.Threading;using System.Collections;using System.Net;us]]></description><category></category></item><item><title><![CDATA[如何用C#编写文本编辑器 ]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722290</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722290</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:21:00 +0800</pubDate><description><![CDATA[        南京XDesigner2006版权所有，不限转载，请保留版权声明 摘要    本文探讨了使用C#从底层开发一个带格式的文本编辑器的任务，深入探讨了其中的文档对象模型的设计，图形化用户界面的处理和用户操作的响应，说明了其中的某些技术问题和解决之道。 前言     小弟从大学里开始接触编程也有6年了，工作4年也是干编程的活，见过不少程序，自己也编过不少，在学校编程自]]></description><category></category></item><item><title><![CDATA[C#计算20902个汉字的拼音首字母 ]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722288</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722288</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:20:00 +0800</pubDate><description><![CDATA[   /**////   /// 获得一个字符串的汉语拼音码,XDesigner编制  ///   /// 字符串  /// 汉语拼音码,该字符串只包含大写的英文字母  public static string ToChineseSpell( string strText)  {   if( strText == null || strText.Length == 0 )    return ]]></description><category></category></item><item><title><![CDATA[c#实现google样式的分页 ]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722283</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722283</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:19:00 +0800</pubDate><description><![CDATA[         做一个项目，用到了DATALIST，由于分页的需求，手动写了分页的函数。个人觉得GOOGLE的分页很不错，上网查了下资料，修改了下。            这里没有涉及到数据的分页读取，只是返回一个带HTML代码的分页样式（字符串），可以用label在页面显示，也可以用this.Controls.Add(new LiteralControl(string));方法加入到页面控件中]]></description><category></category></item><item><title><![CDATA[QQ聊天记录保护器制作全过程 ]]></title><link>https://blog.csdn.net/FreeIn2006/article/details/722282</link><guid>https://blog.csdn.net/FreeIn2006/article/details/722282</guid><author>FreeIn2006</author><pubDate>Wed, 10 May 2006 17:18:00 +0800</pubDate><description><![CDATA[ 闲来无事，做了个访止别人偷看QQ聊天记录的东东。对那些长期挂QQ又经常出去的人或许有用。首先，查看聊天记录的那个窗口叫"信息管理器",如图：为了访止别人打开这个窗口，做个Timer，每隔一定时间检查每个窗口的名称，看是否有标题为"信息管理器"的，有的话说明有人正在看聊天记录就把它给关掉。这个很容易实现，用到的函数有:FindWindow和SendMessage。代码如下://声明]]></description><category></category></item></channel></rss>