<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>石无言 &#187; TD</title>
	<atom:link href="http://www.hugstone.com/index.php/archives/tag/td/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hugstone.com</link>
	<description>三生石前问一声，人间哪里修正果！</description>
	<lastBuildDate>Thu, 26 Aug 2010 02:57:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>创建TD项目</title>
		<link>http://www.hugstone.com/index.php/archives/176</link>
		<comments>http://www.hugstone.com/index.php/archives/176#comments</comments>
		<pubDate>Sun, 15 Feb 2009 09:10:30 +0000</pubDate>
		<dc:creator>stone</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[TD]]></category>

		<guid isPermaLink="false">http://www.hugstone.com/?p=176</guid>
		<description><![CDATA[<p>Create TD test Project<br />
environment: TD8.0 SP2 + ORACLE 10G(10.1)</p>
<p>1.创建oracle表空间。</p>
<p>CREATE TEMPORARY TABLESPACE TSP_PRONAMETEMP<br />
       TEMPFILE 'C:\oracle[......]</p><p class='read-more'><a href='http://www.hugstone.com/index.php/archives/176'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>Create TD test Project<br />
environment: TD8.0 SP2 + ORACLE 10G(10.1)</p>
<p>1.创建oracle表空间。</p>
<p>CREATE TEMPORARY TABLESPACE TSP_PRONAMETEMP<br />
       TEMPFILE 'C:\oracle\oradata\proname\pronametemp.dbf'  <br />
 SIZE 50M EXTENT<br />
     MANAGEMENT LOCAL UNIFORM SIZE 1M;</p>
<p>CREATE TABLESPACE TSP_PRONAME<br />
     LOGGING<br />
     DATAFILE 'C:\oracle\oradata\proname\proname.dbf'<br />
 SIZE 100M<br />
 reuse<br />
 autoextend on<br />
 next 20M<br />
 maxsize unlimited<br />
     EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT  AUTO;</p>
<p>2.进入TD站点管理，创建Domain,创建Project，Database Type选择Oracle，Next,输入数据库服务器名，管理员用户名密码，NEXT，选择Step1中创建的表空间，NEXT，Create即可。</p>
<p>TD项目界面的相关设置(每个项目的界面都是独立的),进入Customize页</p>
<p>1.修改或自定义项目字段,在Customize Project Entities中设置</p>
<p>2.项目列表(例如Bug Status、Severity 等)在Customize Project Lists中设置</p>
<p>3.项目字段的显示在Set up Groups中设置，Permissions中设置，如设置Defect模块中的显示，则在先在Defects Data-Hiding Filter中设置Defect模块全局的显示，同时还可能在Defects Data-Hiding Filter设置的基础上再设置Add Defect时可见字段。(只有自定义的组别可能修改，系统组别不能被修改。)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hugstone.com/index.php/archives/176/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TD支持Mozilla Firefox浏览器</title>
		<link>http://www.hugstone.com/index.php/archives/171</link>
		<comments>http://www.hugstone.com/index.php/archives/171#comments</comments>
		<pubDate>Sun, 15 Feb 2009 08:36:19 +0000</pubDate>
		<dc:creator>stone</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[TD]]></category>

		<guid isPermaLink="false">http://www.hugstone.com/?p=171</guid>
		<description><![CDATA[<p>开发部李经理装了IE7,后面又升级到IE8,最后又缷了，再装IE就装不上了，后面就装了个Mozilla Firefox浏览器，说访问不了TD，要解决一下这个问题。</p>
<p>在自己的虚拟机上装了个Firefox，通过以下步骤实现了对TD的访问：</p>
<p>1.安装 IE TAB 附加组件(工具-&#62;附加组件-&#038;gt[......]</p><p class='read-more'><a href='http://www.hugstone.com/index.php/archives/171'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>开发部李经理装了IE7,后面又升级到IE8,最后又缷了，再装IE就装不上了，后面就装了个Mozilla Firefox浏览器，说访问不了TD，要解决一下这个问题。</p>
<p>在自己的虚拟机上装了个Firefox，通过以下步骤实现了对TD的访问：</p>
<p>1.安装 IE TAB 附加组件(工具-&gt;附加组件-&gt;获取附加组件, 在搜索框输入IE Tab即可).</p>
<p>2.网上下载Firefox的Activex插件文件 npmozax.dll ,将该文件拷贝到“C:\Program Files\Mozilla Firefox\plugins”目录下.</p>
<p>3.打开Firefox,点击右下角的Firefox图标将它切换到IE图标，这时即可访问TD.</p>
<p>注意：当TD的ActiveX组件无法正确下载时，可直接在本地运行客户端安装程序 TDClientSideInstallation.exe（缺省在TD服务器c:\Inetpub\TDBIN\PlugIns\ClientSideInstallation\目录下）。</p>
<p>相关说明：</p>
<p>IE Only，顾名思义，意思只专门给IE浏览器浏览的网页，因为那些网站使用了IE（或IE核心）专属的语法，导致其他浏览器（如：Mozilla Firefox、Safari、Opera等），因为使用与IE不同的排版引擎而无法正常浏览。</p>
<p>IE TAB 组件，可以直接在 Firefox 的标签页中以内嵌的 IE 引擎浏览 IE Only 网页。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hugstone.com/index.php/archives/171/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
