<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/jecray" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/jecray" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 12 May 2008 12:18:00 GMT</lastBuildDate><title>云和山的彼端</title><description>江南好, 风景旧曾谙。日出江花红胜火，春来江水绿如蓝，能不忆江南。</description><link>http://blog.csdn.net/jecray/</link><item><title>nc的说明及使用</title><link>http://blog.csdn.net/jecray/archive/2008/05/12/2436087.aspx</link><wfw:comment>http://blog.csdn.net/jecray/comments/2436087.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jecray/comments/commentRss/2436087.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2436087</trackback:ping><description>&lt;p class=&quot;msonormal&quot;&gt;&lt;span lang=&quot;en-us&quot;&gt;netcat&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;&quot;&gt;被誉为网络安全界的‘瑞士军刀’，相信没有什么人不认识它吧&lt;/span&gt;&lt;span lang=&quot;en-us&quot;&gt;...... &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;&quot;&gt;一个简单而有用的工具，透过使用&lt;/span&gt;&lt;span lang=&quot;en-us&quot;&gt;TCP&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;&quot;&gt;或&lt;/span&gt;&lt;span lang=&quot;en-us&quot;&gt;UDP&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;&quot;&gt;协议的网络连接去读写数据。它被设计成一个稳定的后门工具，&lt;/span&gt;&lt;span lang=&quot;en-us&quot;&gt; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: 宋体;&quot;&gt;能够直接由其它程序和脚本轻松驱动。同时，它也是一个功能强大的网络调试和探测工具，能够建立你需要的几&lt;/span&gt;&lt;span &lt;img src =&quot;http://blog.csdn.net/jecray/aggbug/2436087.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 12 May 2008 20:18:00 +0800</pubDate><author>jecray</author><comments>http://blog.csdn.net/jecray/archive/2008/05/12/2436087.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jecray/archive/2008/05/12/2436087.aspx</guid><dc:creator>jecray</dc:creator></item><item><title>免杀汇编基础－8086汇编指令</title><link>http://blog.csdn.net/jecray/archive/2008/05/12/2435464.aspx</link><wfw:comment>http://blog.csdn.net/jecray/comments/2435464.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jecray/comments/commentRss/2435464.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2435464</trackback:ping><description>第一章 8086汇编指令&lt;br /&gt;&lt;br /&gt;注：AX,BX,CX...,EAX,EBX,ECX...这些都是CPU用来存储数据的地方。&lt;br /&gt;&lt;br /&gt;一、数据传输指令 &lt;br /&gt;作用：它们在存贮器和寄存器、寄存器和输入输出端口之间传送数据. &lt;br /&gt;1. 通用数据传送指令. &lt;br /&gt;MOV 传送字或字节. &lt;br /&gt;MOVSX 先符号扩展,再传送. &lt;br /&gt;MOVZX 先零扩展,再传送. &lt;br /&gt;PUSH 把字压入堆栈. &lt;br /&gt;POP 把字弹出堆栈. &lt;br /&gt;PUSHA 把AX,CX,DX,BX,SP,BP,SI,DI依次压入堆栈. &lt;br /&gt;POPA 把DI,SI,BP,SP,BX,DX,CX,AX依次弹出堆栈. &lt;br /&gt;PUSHAD 把EAX,ECX,EDX,EBX,ESP,EBP,ESI,EDI依次压入堆栈. &lt;br /&gt;POPAD 把EDI,ESI,EBP,ESP,EBX,EDX,ECX,EAX依次弹出堆栈. &lt;br /&gt;BSWAP 交换32位寄存器里字节的顺序 &lt;br /&gt;XCHG 交换字或字节.( 至少有一个操作数为寄存器,段&lt;img src =&quot;http://blog.csdn.net/jecray/aggbug/2435464.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 12 May 2008 16:50:00 +0800</pubDate><author>jecray</author><comments>http://blog.csdn.net/jecray/archive/2008/05/12/2435464.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jecray/archive/2008/05/12/2435464.aspx</guid><dc:creator>jecray</dc:creator></item><item><title>blog搬家了 http://jecray.cnblogs.com</title><link>http://blog.csdn.net/jecray/archive/2007/09/01/1767860.aspx</link><wfw:comment>http://blog.csdn.net/jecray/comments/1767860.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jecray/comments/commentRss/1767860.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1767860</trackback:ping><description>http://jecray.cnblogs.com 博客园的&lt;img src =&quot;http://blog.csdn.net/jecray/aggbug/1767860.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 01 Sep 2007 09:44:00 +0800</pubDate><author>jecray</author><comments>http://blog.csdn.net/jecray/archive/2007/09/01/1767860.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jecray/archive/2007/09/01/1767860.aspx</guid><dc:creator>jecray</dc:creator></item><item><title>kao 真火大</title><link>http://blog.csdn.net/jecray/archive/2007/04/15/1565419.aspx</link><wfw:comment>http://blog.csdn.net/jecray/comments/1565419.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/jecray/comments/commentRss/1565419.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1565419</trackback:ping><description>啊啊啊&lt;img src =&quot;http://blog.csdn.net/jecray/aggbug/1565419.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 15 Apr 2007 21:44:00 +0800</pubDate><author>jecray</author><comments>http://blog.csdn.net/jecray/archive/2007/04/15/1565419.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jecray/archive/2007/04/15/1565419.aspx</guid><dc:creator>jecray</dc:creator></item><item><title>在asp.net datagrid中实现多行数据编辑和删除</title><link>http://blog.csdn.net/jecray/archive/2007/04/13/1563980.aspx</link><wfw:comment>http://blog.csdn.net/jecray/comments/1563980.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jecray/comments/commentRss/1563980.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1563980</trackback:ping><description>如题&lt;img src =&quot;http://blog.csdn.net/jecray/aggbug/1563980.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 14 Apr 2007 04:42:00 +0800</pubDate><author>jecray</author><comments>http://blog.csdn.net/jecray/archive/2007/04/13/1563980.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jecray/archive/2007/04/13/1563980.aspx</guid><dc:creator>jecray</dc:creator></item><item><title>泛型简介</title><link>http://blog.csdn.net/jecray/archive/2007/04/13/1563978.aspx</link><wfw:comment>http://blog.csdn.net/jecray/comments/1563978.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jecray/comments/commentRss/1563978.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1563978</trackback:ping><description>有好久一段时间，我经常使用.net 1.1开发程序，发现.net 1.1缺少类似c++中的模板功能。这种支持类型参数的功能可以使我们设计一个有泛型的类，在运行时检测实际的类型。

这样意味着用一个泛型参数T，你可以写一个MyList类，在使用MyList, MyList 或 MyList时不需要担心在运行时进行转换或装箱操作。

.NET 2.0引入了一个新的名字空间 System.Collections.Generic,他包括了支持泛型的类，例如：List, Queue, Stack, LinkedList。利用他们可以使你的程序更加有效率。&lt;img src =&quot;http://blog.csdn.net/jecray/aggbug/1563978.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 14 Apr 2007 04:38:00 +0800</pubDate><author>jecray</author><comments>http://blog.csdn.net/jecray/archive/2007/04/13/1563978.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jecray/archive/2007/04/13/1563978.aspx</guid><dc:creator>jecray</dc:creator></item><item><title>如何在模式窗口关闭时刷新父窗口</title><link>http://blog.csdn.net/jecray/archive/2007/04/11/1561184.aspx</link><wfw:comment>http://blog.csdn.net/jecray/comments/1561184.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/jecray/comments/commentRss/1561184.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1561184</trackback:ping><description>在项目经常会遇到这么一种情况，要在弹出的窗口里面修改父页面中的数据。本文以模式窗口为例，说明如何在更新模式窗口页面之后刷新父窗口的内容。
在一般的情况下，模式窗口的关闭并不会刷新父窗口，我们需要在打开模式窗口的javascript中添加额外的脚本来刷新他的父窗口。&lt;img src =&quot;http://blog.csdn.net/jecray/aggbug/1561184.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 12 Apr 2007 04:27:00 +0800</pubDate><author>jecray</author><comments>http://blog.csdn.net/jecray/archive/2007/04/11/1561184.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jecray/archive/2007/04/11/1561184.aspx</guid><dc:creator>jecray</dc:creator></item><item><title>在DataGrid中添加自动增长的序号列</title><link>http://blog.csdn.net/jecray/archive/2007/04/11/1560361.aspx</link><wfw:comment>http://blog.csdn.net/jecray/comments/1560361.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jecray/comments/commentRss/1560361.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1560361</trackback:ping><description>有时候为了美观和直观经常需要这样自动编号的列 添加起来也相当方便&lt;img src =&quot;http://blog.csdn.net/jecray/aggbug/1560361.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 11 Apr 2007 21:00:00 +0800</pubDate><author>jecray</author><comments>http://blog.csdn.net/jecray/archive/2007/04/11/1560361.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jecray/archive/2007/04/11/1560361.aspx</guid><dc:creator>jecray</dc:creator></item><item><title>在C#和ado.net中使用事务</title><link>http://blog.csdn.net/jecray/archive/2007/04/11/1560111.aspx</link><wfw:comment>http://blog.csdn.net/jecray/comments/1560111.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/jecray/comments/commentRss/1560111.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1560111</trackback:ping><description>Easier than you thought&lt;img src =&quot;http://blog.csdn.net/jecray/aggbug/1560111.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 11 Apr 2007 18:29:00 +0800</pubDate><author>jecray</author><comments>http://blog.csdn.net/jecray/archive/2007/04/11/1560111.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jecray/archive/2007/04/11/1560111.aspx</guid><dc:creator>jecray</dc:creator></item><item><title>拒绝session丢失 利用DIV层实现对模态窗口的模拟</title><link>http://blog.csdn.net/jecray/archive/2007/04/10/1559310.aspx</link><wfw:comment>http://blog.csdn.net/jecray/comments/1559310.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/jecray/comments/commentRss/1559310.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1559310</trackback:ping><description>使用window.showModalDialog进行信息的提示，相当方便，也容易控制外观和布局。但是存在一个严重的问题，就是Session丢失。当在A页面进行showModalDialog时，弹出的模态窗口open新页面或new dialog()时，会得不到A页面中的Session，这样就严重地限制了他的使用范围。&lt;img src =&quot;http://blog.csdn.net/jecray/aggbug/1559310.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 11 Apr 2007 00:17:00 +0800</pubDate><author>jecray</author><comments>http://blog.csdn.net/jecray/archive/2007/04/10/1559310.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jecray/archive/2007/04/10/1559310.aspx</guid><dc:creator>jecray</dc:creator></item></channel></rss>