<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/sw_chen</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; sw_chen]]></copyright><item><title><![CDATA[传输命令]]></title><link>https://blog.csdn.net/sw_chen/article/details/18002031</link><guid>https://blog.csdn.net/sw_chen/article/details/18002031</guid><author>sw_chen</author><pubDate>Wed, 08 Jan 2014 15:36:01 +0800</pubDate><description><![CDATA[accurev pop -H 172.22.41.4:5050 -t "2014/01/08  6:47:51" -R -D -v AvidStudio.Current -L C:\Jenkins\workspace\AvidStudio.Current.Test.Multi\OperatingSystems\Windows7\Scripts WPF-Apps/StudioNG/QA/TauScr]]></description><category></category></item><item><title><![CDATA[windbg调试记录]]></title><link>https://blog.csdn.net/sw_chen/article/details/17095955</link><guid>https://blog.csdn.net/sw_chen/article/details/17095955</guid><author>sw_chen</author><pubDate>Tue, 03 Dec 2013 15:03:04 +0800</pubDate><description><![CDATA[clrstack： No export clrstack found
If it is a 3.5 or lower .NET then you have to load sos by calling
 ".loadby sos mscorwks". If it is a 4.0 then you have to use ".loadby sos clr".]]></description><category></category></item><item><title><![CDATA[C#窗体最大化]]></title><link>https://blog.csdn.net/sw_chen/article/details/6879070</link><guid>https://blog.csdn.net/sw_chen/article/details/6879070</guid><author>sw_chen</author><pubDate>Sun, 16 Oct 2011 22:51:59 +0800</pubDate><description><![CDATA[this.TopMost = true;  
this.FormBorderStyle = FormBorderStyle.None;  
this.WindowState = FormWindowState.Maximized;]]></description><category></category></item><item><title><![CDATA[Error: Current license file does not support the EP2C5Q208C8 device]]></title><link>https://blog.csdn.net/sw_chen/article/details/6876508</link><guid>https://blog.csdn.net/sw_chen/article/details/6876508</guid><author>sw_chen</author><pubDate>Sat, 15 Oct 2011 17:28:09 +0800</pubDate><description><![CDATA[Quartus II编译出现这个问题的原因通常都是破解文件选的不对，这个本人已经亲身试验过，有的工具破解就是不行。我用的是Quartus II 11 sp1版本的，给个破解的下载链接吧：
http://download.csdn.net/detail/sw_chen/36867]]></description><category></category></item><item><title><![CDATA[IE收藏夹导入Firefox书签乱码的两种解决方法]]></title><link>https://blog.csdn.net/sw_chen/article/details/6846552</link><guid>https://blog.csdn.net/sw_chen/article/details/6846552</guid><author>sw_chen</author><pubDate>Thu, 06 Oct 2011 11:06:09 +0800</pubDate><description><![CDATA[IE收藏夹导入Firefox书签后出现乱码的原因在于两个浏览器的收藏夹的html文件的编码方式不同，Firefox使用的是UTF-8编码，而IE是ASCII编码。故两者的收藏夹文件互相导入的时候会出现乱码文字。这里提供两种解决方法。

方法一：首先从Firefox的书签管理器]]></description><category></category></item><item><title><![CDATA[Ubuntu Directory]]></title><link>https://blog.csdn.net/sw_chen/article/details/6843622</link><guid>https://blog.csdn.net/sw_chen/article/details/6843622</guid><author>sw_chen</author><pubDate>Tue, 04 Oct 2011 11:21:13 +0800</pubDate><description><![CDATA[/etc/apt/sources.list


/etc/default/locale]]></description><category></category></item><item><title><![CDATA[给Ubuntu安装KDE桌面]]></title><link>https://blog.csdn.net/sw_chen/article/details/6843605</link><guid>https://blog.csdn.net/sw_chen/article/details/6843605</guid><author>sw_chen</author><pubDate>Tue, 04 Oct 2011 11:04:30 +0800</pubDate><description><![CDATA[自ubuntu5.10发布以来，我非常难得的让她在我的硬盘上顽强生存了近3个月，仔细想想就连当年我第一个接触的红旗Linux也不过坚持了一个月，呵呵，又写了一段废话──

所谓的“重回Kununtu”并不是指我删除ubuntu然后重新安装Kununtu，而是说在已经安装的ub]]></description><category></category></item><item><title><![CDATA[VS2010 UML类图生成代码]]></title><link>https://blog.csdn.net/sw_chen/article/details/6783980</link><guid>https://blog.csdn.net/sw_chen/article/details/6783980</guid><author>sw_chen</author><pubDate>Sat, 17 Sep 2011 09:16:35 +0800</pubDate><description><![CDATA[1. 安装VS10-KB2403277-x86.exe 
http://download.csdn.net/detail/sw_chen/3609304
2. 安装en_visual_studio_2010_fp2_x86_604352.msi
http://downloa]]></description><category></category></item><item><title><![CDATA[c#画笔Pen画虚线]]></title><link>https://blog.csdn.net/sw_chen/article/details/6783975</link><guid>https://blog.csdn.net/sw_chen/article/details/6783975</guid><author>sw_chen</author><pubDate>Sat, 17 Sep 2011 08:58:56 +0800</pubDate><description><![CDATA[using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text]]></description><category></category></item><item><title><![CDATA[设计模式 经典书籍必备推荐]]></title><link>https://blog.csdn.net/sw_chen/article/details/6767791</link><guid>https://blog.csdn.net/sw_chen/article/details/6767791</guid><author>sw_chen</author><pubDate>Sun, 11 Sep 2011 18:05:04 +0800</pubDate><description><![CDATA[很多朋友问学习设计模式的书籍，老大沧浪在FAQ里有个简短的叙述，这里我引申一下，说说自己看过或者翻过的设计模式书籍，由于水平所限，肯定有不对的地方，希望大家指正，如果大家看到好的模式相关书籍，希望能回帖补充。

首 先模式是不分语言的，Beck在他的TDD一书中用python]]></description><category></category></item><item><title><![CDATA[密码箱忘记密码解决方法]]></title><link>https://blog.csdn.net/sw_chen/article/details/6733141</link><guid>https://blog.csdn.net/sw_chen/article/details/6733141</guid><author>sw_chen</author><pubDate>Tue, 30 Aug 2011 17:04:53 +0800</pubDate><description><![CDATA[猛然间发现密码箱的密码忘记了，但是密码箱是开着的。于是到网上找了一下破解的方法：

        方法1：找光线好的地方(或者用手电)，看密码指轮下面的铁片,要认真看,你会发现一个小的缺口,把三个缺口都朝向左边,然后每个数字向左边减三(五),就是密码了.但是不同牌子的拉杆箱]]></description><category></category></item><item><title><![CDATA[string和byte[]的转换 (C#)]]></title><link>https://blog.csdn.net/sw_chen/article/details/6728645</link><guid>https://blog.csdn.net/sw_chen/article/details/6728645</guid><author>sw_chen</author><pubDate>Mon, 29 Aug 2011 11:22:25 +0800</pubDate><description><![CDATA[string类型转成byte[]：
byte[] byteArray = System.Text.Encoding.Default.GetBytes ( str );

反过来，byte[]转成string：
string str = System.Text.Encodi]]></description><category></category></item><item><title><![CDATA[C# FAQ: const和static readonly有什么区别？]]></title><link>https://blog.csdn.net/sw_chen/article/details/6719125</link><guid>https://blog.csdn.net/sw_chen/article/details/6719125</guid><author>sw_chen</author><pubDate>Thu, 25 Aug 2011 17:16:47 +0800</pubDate><description><![CDATA[我们都知道，const和static readonly的确很像：通过类名而不是对象名进行访问，在程序中只读等等。在多数情况下可以混用。
二者本质的区别在于，const的值是在编译期间确定的，因此只能在声明时通过常量表达式指定其值。而static readonly是在运行时计算出]]></description><category></category></item><item><title><![CDATA[C# Base64编码转换]]></title><link>https://blog.csdn.net/sw_chen/article/details/6705624</link><guid>https://blog.csdn.net/sw_chen/article/details/6705624</guid><author>sw_chen</author><pubDate>Sun, 21 Aug 2011 09:52:41 +0800</pubDate><description><![CDATA[最近在研究国内几款下载地址的转换原理，并用c#凑合着写了一个地址转换系统。其中就涉及到Base64编码转换的处理，关于Base64的原理，可以查看一下我转载的一篇文章：
       奇妙的Base64编码

            在网上看到了一篇牛人写的文章，用C#语言]]></description><category></category></item><item><title><![CDATA[C#复制、粘贴文本信息到剪贴板]]></title><link>https://blog.csdn.net/sw_chen/article/details/6703951</link><guid>https://blog.csdn.net/sw_chen/article/details/6703951</guid><author>sw_chen</author><pubDate>Sat, 20 Aug 2011 11:32:12 +0800</pubDate><description><![CDATA[复制：
private void button1_Click(object sender, System.EventArgs e) {
　　// Takes the selected text from a text box and puts it on the clipboa]]></description><category></category></item><item><title><![CDATA[C#函数指针数组]]></title><link>https://blog.csdn.net/sw_chen/article/details/6702371</link><guid>https://blog.csdn.net/sw_chen/article/details/6702371</guid><author>sw_chen</author><pubDate>Fri, 19 Aug 2011 16:33:59 +0800</pubDate><description><![CDATA[在向大家详细介绍C#数组之前，首先让大家了解下C#函数指针数组，以后全面介绍C#数组。
在大家开发网络通讯软件的时候，应该都碰到过这种情况，在定义好通讯协议后要在程序中实现协议相应的功能。如：
一个聊天程序有如下定义：
1……登陆
2……获取好友列表
3……修改自己资料]]></description><category></category></item><item><title><![CDATA[迅雷，快车，旋风，飞速地址转换原理分析]]></title><link>https://blog.csdn.net/sw_chen/article/details/6700880</link><guid>https://blog.csdn.net/sw_chen/article/details/6700880</guid><author>sw_chen</author><pubDate>Fri, 19 Aug 2011 11:09:15 +0800</pubDate><description><![CDATA[firefox迅雷地址转换插件，ccdos制作，下载地址在本博克的友情链接中的 我的软件和资料共享下载 
linux相关软件  目录下saolei-0.4.xpi
下载后直接拖入firefox窗口，即可安装。
转贴分析文章：
首先要搞懂base64编码，网上有一篇很好的入]]></description><category></category></item><item><title><![CDATA[奇妙的Base64编码]]></title><link>https://blog.csdn.net/sw_chen/article/details/6700864</link><guid>https://blog.csdn.net/sw_chen/article/details/6700864</guid><author>sw_chen</author><pubDate>Fri, 19 Aug 2011 11:06:36 +0800</pubDate><description><![CDATA[各位看官应该都是资深的网虫了，小弟斗胆在此问问大家，平时上网时，除了泡MM、到论坛灌水、扔版砖……之外，进行的最多的是什么活动？对了，你一定会说：是收发电子邮件！（谁敢说自己没收/发过电子邮件的？拉出去枪毙了！！）

收/发E-mail的时候有一个安全性的问题——假想一下，你]]></description><category></category></item><item><title><![CDATA[Windows下 Android开发平台搭建]]></title><link>https://blog.csdn.net/sw_chen/article/details/6663750</link><guid>https://blog.csdn.net/sw_chen/article/details/6663750</guid><author>sw_chen</author><pubDate>Fri, 05 Aug 2011 17:00:53 +0800</pubDate><description><![CDATA[成果如上图，下面开始讲述平台搭建

系统配置：
深度 windows XP sp3
首先安装JDK，Eclipse，Android SDK安装
注意这些软件的版本，我在搭建过程中因为版本不适合而导致了ADT安装不成功，走了不小的弯路。
1.首先下载JDK
 （此处为]]></description><category></category></item><item><title><![CDATA[C#使用splitContainer控件制作收缩展开面板]]></title><link>https://blog.csdn.net/sw_chen/article/details/6617676</link><guid>https://blog.csdn.net/sw_chen/article/details/6617676</guid><author>sw_chen</author><pubDate>Tue, 19 Jul 2011 17:18:02 +0800</pubDate><description><![CDATA[splitCotainer,收缩面板]]></description><category></category></item></channel></rss>