<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛 - tuxedo</title>
    <link>http://bbs.cqsztech.com/forum.php?mod=forumdisplay&amp;fid=19</link>
    <description>Latest 20 threads of tuxedo</description>
    <copyright>Copyright(C) 重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 17 Apr 2026 09:22:45 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.cqsztech.com/static/image/common/logo_88_31.gif</url>
      <title>重庆思庄Oracle、KingBase、PostgreSQL、Redhat认证学习论坛</title>
      <link>http://bbs.cqsztech.com/</link>
    </image>
    <item>
      <title>启停 Apache的命令</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=2210</link>
      <description><![CDATA[执行命令：
[root@localhost bin]# ./httpd -k stop&amp;nbsp; 
[root@localhost bin]#./httpd -k start]]></description>
      <category>tuxedo</category>
      <author>郑全</author>
      <pubDate>Mon, 29 Sep 2014 07:02:09 +0000</pubDate>
    </item>
    <item>
      <title>Oracle HTTP Server</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=2101</link>
      <description><![CDATA[Oracle HTTP Server Oracle HTTP Server 是 Oracle 融合中间件的 Web 服务器组件。它提供一个针对 Oracle WebLogic Server 的 HTTP 监听器和一个用于托管 Web 上静态/动态页面和应用程序的框架。Oracle HTTP Server 的几个关键方面包括：它的技术、它可以提供静态和动态 ...]]></description>
      <category>tuxedo</category>
      <author>郑全</author>
      <pubDate>Sun, 16 Feb 2014 10:07:17 +0000</pubDate>
    </item>
    <item>
      <title>Oracle Web Cache是什么</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=2100</link>
      <description><![CDATA[Oracle Web Cache
Oracle Web Cache 是 Web 层的一个内容敏感型服务器加速器（即反向代理），可提高任何 Web 服务器或应用服务器（如 Oracle HTTP Server 和 Oracle WebLogic Server）上运行的网站的性能、可伸缩性和可用性。Oracle Web Cache 可处理大量客户端请求， ...]]></description>
      <category>tuxedo</category>
      <author>郑全</author>
      <pubDate>Sun, 16 Feb 2014 09:47:44 +0000</pubDate>
    </item>
    <item>
      <title>TOMCAT内存溢出及大小调整</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=1933</link>
      <description><![CDATA[一、tomcat内存设置问题 
&amp;nbsp;&amp;nbsp;&amp;nbsp; 在使用Java程序从数据库中查询大量的数据或是应用服务器(如tomcat、jboss,weblogic)加载jar包时会出现java.lang.OutOfMemoryError异常。这主要是由于应用服务器的内存不足引起的。这种异常常有以下几种情况（以下以tomcat ...]]></description>
      <category>tuxedo</category>
      <author>郑全</author>
      <pubDate>Tue, 10 Dec 2013 04:16:38 +0000</pubDate>
    </item>
    <item>
      <title>[转帖]sqlserver 2000 怎么自动结束正在阻塞的事务</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=1908</link>
      <description><![CDATA[sqlserver 2000 如何自动结束正在阻塞的事务?如题：在sqlserver 2000上面，有些事务一直处于正在阻塞状态,有没有什么办法让一个事务处于正在阻塞10分钟后（时间自己设定，或5分钟），让其自动结束事务（事务状态，回滚都行）。
&amp;nbsp;
&amp;nbsp;
------解决方案-------- ...]]></description>
      <category>tuxedo</category>
      <author>郑全</author>
      <pubDate>Fri, 18 Oct 2013 06:10:41 +0000</pubDate>
    </item>
    <item>
      <title>[转帖] index seek与index scan</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=1907</link>
      <description><![CDATA[低效Index Scan(索引扫描)：就全扫描索引（包括根页，中间页和叶级页）：&amp;nbsp;
高效
Index Seek(索引查找)：通过索引向前和向后搜索 ：
&amp;nbsp;
&amp;nbsp;解释解释index seek和index scan：索引是一颗B树，index seek是查找从B树的根节点开始，一级一级找到目标行。ind ...]]></description>
      <category>tuxedo</category>
      <author>郑全</author>
      <pubDate>Fri, 18 Oct 2013 05:10:35 +0000</pubDate>
    </item>
    <item>
      <title>[转帖]SQL SERVER性能优化综述</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=1906</link>
      <description><![CDATA[一个系统的性能的提高，不单单是试运行或者维护阶段的性能调优的任务，也不单单是开发阶段的事情，而是在整个软件生命周期都需要注意，进行有效工作才能达到的。所以我希望按照软件生命周期的不同阶段来总结数据库性能优化相关的注意事项。
&amp;nbsp;
一、分析阶段 一般 ...]]></description>
      <category>tuxedo</category>
      <author>郑全</author>
      <pubDate>Fri, 18 Oct 2013 03:49:56 +0000</pubDate>
    </item>
    <item>
      <title>SQLSERVER SQL性能优化</title>
      <link>http://bbs.cqsztech.com/forum.php?mod=viewthread&amp;tid=1905</link>
      <description><![CDATA[1.选择最有效率的表名顺序(只在基于规则的优化器中有效)　　&amp;nbsp;&amp;nbsp;&amp;nbsp;　　&amp;nbsp;SQLSERVER的解析器按照从右到左的顺序处理FROM子句中的表名，因此FROM子句中写在最后的表（基础表driving&amp;nbsp;table）将被最先处理，在FROM子句中包含多个表的情况下，必须 ...]]></description>
      <category>tuxedo</category>
      <author>郑全</author>
      <pubDate>Fri, 18 Oct 2013 03:05:15 +0000</pubDate>
    </item>
  </channel>
</rss>