<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>小毛头的BLOG</title><link>http://blog.csdn.net/huanghui22/</link><description>有2个人从铁窗朝外忘去，一个人看到满地的泥泞，另一个人只看到满天的繁星</description><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 13 Aug 2007 15:40:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>小毛头</dc:creator><title>小毛头的SEO实验</title><link>http://blog.csdn.net/huanghui22/archive/2007/07/10/1684586.aspx</link><pubDate>Tue, 10 Jul 2007 17:03:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/07/10/1684586.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1684586.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/07/10/1684586.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1684586.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1684586</trackback:ping><description>小毛头  城市通   翰音网 &lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1684586.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>网站性能优化解决方案</title><link>http://blog.csdn.net/huanghui22/archive/2007/07/10/1684432.aspx</link><pubDate>Tue, 10 Jul 2007 14:42:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/07/10/1684432.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1684432.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/07/10/1684432.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1684432.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1684432</trackback:ping><description>一、性能参数：
1、 吞吐量
2、 响应时间
3、 执行时间
4、 可伸缩性&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1684432.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]体系结构(一)--概述</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/30/1632103.aspx</link><pubDate>Wed, 30 May 2007 23:07:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/30/1632103.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1632103.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/30/1632103.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1632103.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1632103</trackback:ping><description>一．ORACLE实例 = 后台进程 + 进程所使用的内存(SGA)
二．数据库 = 重做文件 + 控制文件 + 数据文件 + 临时文件&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1632103.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的PL/SQL程序设计(六)--%ROWTYPE的使用 </title><link>http://blog.csdn.net/huanghui22/archive/2007/05/24/1624358.aspx</link><pubDate>Thu, 24 May 2007 16:52:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/24/1624358.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1624358.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/24/1624358.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1624358.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1624358</trackback:ping><description> 在PL/SQL程序中, 我们会遇到需要先从一个结果集中取出若干记录, 然后对每一条记录进行处理的情况, 最理想的做法是在一条SQL语句中完成, 但有时候因为需求的关系所以不一定能实现, 所以我们通常会定义几个变量, 然后对结果集做循环, 赋值给变量. 最典型的就是select XX into XX。我们也可以用定义一个记录%rowtype的方法, 减少不必要的代码量, 还能避免由于表中字段的变更造成的错误&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1624358.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的PL/SQL程序设计(五)--调用存储过程返回结果集</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/23/1622820.aspx</link><pubDate>Wed, 23 May 2007 17:32:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/23/1622820.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1622820.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/23/1622820.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1622820.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1622820</trackback:ping><description>Oracle支持通过ref游标在调用存储过程后返回结果集, 使用游标在内存消耗以及时间上都要大大的优于返回数组变量的做法!&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1622820.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的PL/SQL程序设计(四)--批量处理</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/22/1621290.aspx</link><pubDate>Tue, 22 May 2007 18:13:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/22/1621290.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1621290.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/22/1621290.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1621290.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1621290</trackback:ping><description>批量处理一般用在ETL操作, ETL代表提取(extract),转换(transform),装载(load), 是一个数据仓库的词汇!&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1621290.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的PL/SQL程序设计(三)--Package的优点</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/22/1620606.aspx</link><pubDate>Tue, 22 May 2007 11:55:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/22/1620606.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1620606.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/22/1620606.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1620606.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1620606</trackback:ping><description>      使用Package的优点在于提供了必需的程序设计结构, 促进了模块化编程设计, 最重要的是Package断开了依赖链, 使得对某个数据库模式的改动不会导致整个模式的无效, 从而避免了昂贵的重编译!&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1620606.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[网络安全六]防火墙技术基础</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/13/1607444.aspx</link><pubDate>Sun, 13 May 2007 22:18:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/13/1607444.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1607444.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/13/1607444.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1607444.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1607444</trackback:ping><description>1. 防火墙概念
2. 防火墙的功能
3. 防火墙的分类（个人防火墙、软件防火墙、一般硬件防火墙和纯硬件防火墙的特点、典型应用）
4. 防火墙的局限性
5. 数据包过滤 [网络层]
6. 代理服务 [应用层]
7. 状态检测 [检测引擎]
8. NAT（网络地址转换）[网络层]
9. 网络安全产品的系统化：以防火墙为核心，各个产品相互分离，但是通过某种通信方式形成一个整体（防火墙联动技术）


&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1607444.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[网络安全五]PKI技术基础II</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/13/1607406.aspx</link><pubDate>Sun, 13 May 2007 22:02:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/13/1607406.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1607406.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/13/1607406.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1607406.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1607406</trackback:ping><description>1. 密码算法的分类
2. 公钥密码体制
3. 消息认证的优缺点
4. 数字签名与消息认证的差别
5. 身份认证
6. PKI的概念
7. PKI的组成：
8. SSL（安全套接字层，Security Socket Layer）

&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1607406.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[网络安全五]PKI技术基础I</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/13/1607370.aspx</link><pubDate>Sun, 13 May 2007 21:34:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/13/1607370.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1607370.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/13/1607370.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1607370.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1607370</trackback:ping><description>1.对称密码  
2.非对称密码  
3.数字签名  
4.数字证书  
5.CA  
6.RA  &lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1607370.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[网络安全四]虚拟专用网络基础</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/13/1607064.aspx</link><pubDate>Sun, 13 May 2007 15:49:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/13/1607064.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1607064.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/13/1607064.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1607064.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1607064</trackback:ping><description>1. VPN概述
2. VPN关键技术
3. 隧道技术
4. QoS技术
5. VPN的分类（Access VPN和网关-网关的VPN连接）
6. IPSec架构
7. ESP机制
8. AH
9. SA
10. IKE&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1607064.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[网络安全三]入侵检测技术基础</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/13/1606995.aspx</link><pubDate>Sun, 13 May 2007 14:50:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/13/1606995.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1606995.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/13/1606995.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1606995.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1606995</trackback:ping><description>1. IDS（入侵检测系统）存在与发展的必然性
2. 入侵检测（Intrusion Detection）
3. IDS基本结构
4. 入侵检测性能关键参数
5. 入侵检测的分类
6. 基本术语
7. 异常检测技术
8. 误用/滥用检测技术（专家系统滥用检测方法、状态转换分析滥用检测方法的原理和优缺点）
9. 入侵诱骗技术的定义、特点、设计目标；蜜罐技术
10. 入侵响应技术（主动响应和被动响应的形式、手段）
11. 入侵检测体系结构（主机入侵检测、网络入侵检测和分布式入侵检测的特点、优缺点）&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1606995.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[网络安全二]病毒防护技术基础</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/13/1606922.aspx</link><pubDate>Sun, 13 May 2007 13:09:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/13/1606922.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1606922.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/13/1606922.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1606922.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1606922</trackback:ping><description>1. 计算机病毒定义、特征
2. 特洛伊木马
3. 计算机蠕虫（Worm）
4. 计算机病毒的逻辑结构
5. 引导型和文件型病毒的工作流程
6. 宏病毒
7. 病毒技术
8. 反病毒技术（计算机病毒检测技术、计算机病毒的清除、计算机病毒的免疫、计算机病毒的预防）
&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1606922.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>Piss Off</title><link>http://blog.csdn.net/huanghui22/archive/2007/05/07/1599806.aspx</link><pubDate>Mon, 07 May 2007 21:54:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/07/1599806.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1599806.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/07/1599806.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1599806.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1599806</trackback:ping><description>Piss Off&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1599806.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>小毛头</dc:creator><title>[Oracle]高效的SQL语句之分析函数(四)--lag()/lead() </title><link>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595169.aspx</link><pubDate>Thu, 03 May 2007 00:43:00 GMT</pubDate><guid>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595169.aspx</guid><wfw:comment>http://blog.csdn.net/huanghui22/comments/1595169.aspx</wfw:comment><comments>http://blog.csdn.net/huanghui22/archive/2007/05/03/1595169.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huanghui22/comments/commentRss/1595169.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1595169</trackback:ping><description>有时候报表上面需要显示该笔操作的上一步骤或者下一步骤的详细信息&lt;img src ="http://blog.csdn.net/huanghui22/aggbug/1595169.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>