<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>黑马王子专栏</title><link>http://blog.csdn.net/fzw98/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 03 Dec 2008 19:04:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>黑马王子</dc:creator><title>java实现压缩与解压缩ZIP</title><link>http://blog.csdn.net/fzw98/archive/2008/12/03/3439609.aspx</link><pubDate>Wed, 03 Dec 2008 19:04:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/12/03/3439609.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/3439609.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/12/03/3439609.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/3439609.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3439609</trackback:ping><description>java实现压缩与解压缩ZIP&lt;img src ="http://blog.csdn.net/fzw98/aggbug/3439609.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>SQL Server脏读方式数据提取---NOLOCK和READPAST</title><link>http://blog.csdn.net/fzw98/archive/2008/12/01/3419234.aspx</link><pubDate>Mon, 01 Dec 2008 11:14:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/12/01/3419234.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/3419234.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/12/01/3419234.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/3419234.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3419234</trackback:ping><description>当对数据库中的数据进行读操作或修改时，数据库引擎使用专门的控制类型来保持数据库的完整性，称为锁机制。锁机制通过确保包含在一个事务中的数据库记录在该事务提交之前不能被其它事务修改来保证数据库的一致性。

在设计数据库应用时，你应该记住各种不同类型的锁及事务发生的不同隔离级别。通常情况下，SQL Server默认方式能够很好地完成你要使用的功能，不过，有些时候利用SQL语句在数据表上手工添加关于锁是如何应用的提示信息将是十分有用的。
&lt;img src ="http://blog.csdn.net/fzw98/aggbug/3419234.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>drop-delete-truncate比较</title><link>http://blog.csdn.net/fzw98/archive/2008/11/27/3389465.aspx</link><pubDate>Thu, 27 Nov 2008 10:41:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/11/27/3389465.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/3389465.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/11/27/3389465.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/3389465.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3389465</trackback:ping><description>相同点:

1.truncate和不带where子句的delete, 以及drop都会删除表内的数据。

2.drop，truncate都是DDL(数据定义语言)语句，执行后会自动提交。
&lt;img src ="http://blog.csdn.net/fzw98/aggbug/3389465.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>想要创业赚钱必看的十个故事</title><link>http://blog.csdn.net/fzw98/archive/2008/11/25/3372273.aspx</link><pubDate>Tue, 25 Nov 2008 19:28:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/11/25/3372273.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/3372273.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/11/25/3372273.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/3372273.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3372273</trackback:ping><description>想要创业赚钱必看的十个故事&lt;img src ="http://blog.csdn.net/fzw98/aggbug/3372273.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>SQL Server死锁总结</title><link>http://blog.csdn.net/fzw98/archive/2008/11/17/3320425.aspx</link><pubDate>Mon, 17 Nov 2008 16:30:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/11/17/3320425.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/3320425.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/11/17/3320425.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/3320425.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3320425</trackback:ping><description>根据操作系统中的定义：死锁是指在一组进程中的各个进程均占有不会释放的资源，但因互相申请被其他进程所站用不会释放的资源而处于的一种永久等待状态。
&lt;img src ="http://blog.csdn.net/fzw98/aggbug/3320425.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>Sqlserver2000中的并发问题</title><link>http://blog.csdn.net/fzw98/archive/2008/11/17/3318194.aspx</link><pubDate>Mon, 17 Nov 2008 11:00:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/11/17/3318194.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/3318194.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/11/17/3318194.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/3318194.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3318194</trackback:ping><description>Sqlserver2000中的并发问题一、并发问题的产生：
如果没有锁定且多个用户同时访问一个数据库，则当他们的事务同时使用相同的数据时可能会发生问题。并发问题包括： 
丢失或覆盖更新。未确认的相关性（脏读）。不一致的分析（非重复读）。幻像读。 1、丢失更新：当两个或多个事务选择同一行，然后基于最初选定的值更新该行时，会发生丢失更新问题。每个事务都不知道其它事务的存在。最后的更新将重写由其它事务所做的更新，这将导致数据丢失。
&lt;img src ="http://blog.csdn.net/fzw98/aggbug/3318194.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>在文件中读写对象</title><link>http://blog.csdn.net/fzw98/archive/2008/10/28/3170270.aspx</link><pubDate>Tue, 28 Oct 2008 22:36:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/10/28/3170270.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/3170270.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/10/28/3170270.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/3170270.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3170270</trackback:ping><description>在文件中读写对象&lt;img src ="http://blog.csdn.net/fzw98/aggbug/3170270.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>dom4j（Version 1.6.1）快速入门</title><link>http://blog.csdn.net/fzw98/archive/2008/10/15/3079091.aspx</link><pubDate>Wed, 15 Oct 2008 12:56:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/10/15/3079091.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/3079091.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/10/15/3079091.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/3079091.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3079091</trackback:ping><description>dom4j（Version 1.6.1）快速入门&lt;img src ="http://blog.csdn.net/fzw98/aggbug/3079091.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>dom4j入门实例</title><link>http://blog.csdn.net/fzw98/archive/2008/10/15/3076952.aspx</link><pubDate>Wed, 15 Oct 2008 01:46:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/10/15/3076952.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/3076952.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/10/15/3076952.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/3076952.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3076952</trackback:ping><description>dom4j入门实例&lt;img src ="http://blog.csdn.net/fzw98/aggbug/3076952.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>常用JS加密编码算法</title><link>http://blog.csdn.net/fzw98/archive/2008/10/09/3044139.aspx</link><pubDate>Thu, 09 Oct 2008 20:09:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/10/09/3044139.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/3044139.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/10/09/3044139.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/3044139.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3044139</trackback:ping><description>常用JS加密编码算法&lt;img src ="http://blog.csdn.net/fzw98/aggbug/3044139.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>Java系统中内存泄漏测试方法的研究</title><link>http://blog.csdn.net/fzw98/archive/2008/10/08/3031618.aspx</link><pubDate>Wed, 08 Oct 2008 10:18:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/10/08/3031618.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/3031618.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/10/08/3031618.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/3031618.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3031618</trackback:ping><description>稳定性是衡量软件系统质量的重要指标，内存泄漏是破坏系统稳定性的重要因素。由于采用垃圾回收机制，Java语言的内存泄漏的模式与C++等语言相比有很大的不同。全文通过与C++中的内存泄漏问题进行对比，讲述了Java内存泄漏的基本原理，以及如何借助Optimizeit profiler工具来测试内存泄漏和分析内存泄漏的原因，在实践中证明这是一套行之有效的方法。　　关键词 Java; 内存泄漏; GC(垃圾收集器) 引用; Optimizeit&lt;img src ="http://blog.csdn.net/fzw98/aggbug/3031618.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>传说中最靓丽车模</title><link>http://blog.csdn.net/fzw98/archive/2008/10/06/3022369.aspx</link><pubDate>Mon, 06 Oct 2008 15:23:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/10/06/3022369.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/3022369.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/10/06/3022369.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/3022369.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3022369</trackback:ping><description>传说中最靓丽车模&lt;img src ="http://blog.csdn.net/fzw98/aggbug/3022369.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>态度决定一切 一个乞丐凭什么拿8000的月薪?</title><link>http://blog.csdn.net/fzw98/archive/2008/09/24/2973567.aspx</link><pubDate>Wed, 24 Sep 2008 16:11:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/09/24/2973567.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/2973567.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/09/24/2973567.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/2973567.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2973567</trackback:ping><description>那一天我要从轮渡赶到机场，于是在国际银行中心匆匆结束了一个会议，在轮渡搜索出租车。一个乞丐发现了我，非常专业的、径直的爬到我的面前。手一伸，于是有了后面的这个让我深感震撼的故事，象上了一堂生动的MBA案例课。为了忠实于这名乞丐的原意，我凭记忆尽量重复他原来的话。&lt;img src ="http://blog.csdn.net/fzw98/aggbug/2973567.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>巴菲特名言语录</title><link>http://blog.csdn.net/fzw98/archive/2008/09/23/2970389.aspx</link><pubDate>Tue, 23 Sep 2008 23:47:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/09/23/2970389.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/2970389.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/09/23/2970389.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/2970389.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2970389</trackback:ping><description>巴菲特名言语录&lt;img src ="http://blog.csdn.net/fzw98/aggbug/2970389.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>黑马王子</dc:creator><title>值得用一生回味的经典语录</title><link>http://blog.csdn.net/fzw98/archive/2008/09/23/2970387.aspx</link><pubDate>Tue, 23 Sep 2008 23:46:00 GMT</pubDate><guid>http://blog.csdn.net/fzw98/archive/2008/09/23/2970387.aspx</guid><wfw:comment>http://blog.csdn.net/fzw98/comments/2970387.aspx</wfw:comment><comments>http://blog.csdn.net/fzw98/archive/2008/09/23/2970387.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fzw98/comments/commentRss/2970387.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2970387</trackback:ping><description>值得用一生回味的经典语录&lt;img src ="http://blog.csdn.net/fzw98/aggbug/2970387.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>