Oracle 参数 TDE_CONFIGURATION 官方解释,作用,如何配置最优化建议

本站中文解释

TDE_CONFIGURATION参数指定了使用Transparent Data Encryption(TDE)的加密容器的名称。TDE功能使得即使在磁盘上的数据泄露了,该数据也无法被访问。

如何正确设置:

1. 首先,需要创建一个TDE加密容器:

SQL> CREATE CONTAINER tde_container_1 ENCRYPT USING ‘AES256′;

2. 为TDE_CONFIGURATION参数设置TDE加密容器的名称:

SQL> ALTER SYSTEM SET TDE_CONFIGURATION=’tde_container_1’;

3. 最后,需要应用这些更改:

SQL> ALTER SYSTEM SCOPE=SPFILE;

官方英文解释

window.name=’TDE_CONFIGURATION’
function footdisplay(footnum,footnote) {
var msg = window.open(‘about:blank’, ‘NewWindow’ + footnum,
‘directories=no,height=100,location=no,menubar=no,resizable=yes,’ +
‘scrollbars=yes,status=no,toolbar=no,width=598’);
msg.document.open(‘text/html’);
msg.document.write(”);
msg.document.write(‘‘);</p> <p> msg.document.write(‘Footnote  ‘ + footnum);<br /> msg.document.write(”);<br /> msg.document.write(”);<br /> msg.document.write(‘ <![CDATA[ ');<br /> msg.document.write('h1 {text-align: center; font-size: 14pt;}');<br /> msg.document.write('fieldset {border: none;}');<br /> msg.document.write('form {text-align: center;}');<br /> msg.document.write(' ]]\u003e ‘);<br /> msg.document.write(‘</p> <div id="footnote"> <h1>Footnote  ‘ + footnum + ‘</p> <p>‘);<br /> msg.document.write(footnote);<br /> msg.document.write(‘</p> <fieldset>‘);<br /> msg.document.write(”);<br /> msg.document.write(”);<br /> msg.document.close();<br /> setTimeout(function() {<br /> var height = msg.document.getElementById(‘footnote’).offsetHeight;<br /> msg.resizeTo(598, height + 100);<br /> }<br /> , 100);<br /> msg.focus();<br /> }</p> <p>The script content on this page is for navigation purposes only and does not alter the content in any way.</p> <div> <p><code class="codeph">TDE_CONFIGURATION</code> is used for per-PDB configuration for Transparent Data Encryption (TDE). </p> <div class="section"> <p>Before Oracle Database 18c, each PDB stored its separate encryption keys in the CDB’s keystore (united mode). Starting with Oracle Database 18c Cloud environments, a PDB can optionally store its encryption keys in a separate keystore (isolated mode), thus allowing protection by a separate keystore password. This functionality is not available for on-premises environments.</p> <p>The <code class="codeph">WALLET_ROOT</code> initialization parameter must be set in order for <code class="codeph">TDE_CONFIGURATION</code> to take effect. </p> <div class="tblformal" id="GUID-285A9BCE-22AE-4DE4-A76E-1319B7BB91BC__GUID-C2014C3E-4668-43DB-9816-89D5160D9D99"> <div class="table-responsive"> <table cellpadding="4" cellspacing="0" class="Formal" title="" summary="This table describes the properties for this initialization parameter." width="100%" border="1" rules="rows"> <thead> <tr align="left" valign="top"> <th align="left" valign="bottom" width="25%" id="d215938e131">Property </th> <th align="left" valign="bottom" width="75%" id="d215938e135">Description </th> </tr> </thead> <tbody> <tr align="left" valign="top"> <td align="left" valign="top" width="25%" id="d215938e141" headers="d215938e131 "> <p><span class="bold">Parameter type</span></p> </td> <td align="left" valign="top" width="75%" headers="d215938e141 d215938e135 "> <p>String</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="25%" id="d215938e151" headers="d215938e131 "> <p><span class="bold">Syntax</span></p> </td> <td align="left" valign="top" width="75%" headers="d215938e151 d215938e135 "> <p><code class="codeph">TDE_CONFIGURATION = “{ KEYSTORE_CONFIGURATION = value [; CONTAINER = pdb-name] }”</code></p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="25%" id="d215938e162" headers="d215938e131 "> <p><span class="bold">Syntax</span></p> </td> <td align="left" valign="top" width="75%" headers="d215938e162 d215938e135 "> <p><span class="bold">value ::=</span></p> <p><code class="codeph">{</code></p> <p><code class="codeph"> FILE |</code></p> <p><code class="codeph"> OKV |</code></p> <p><code class="codeph"> HSM |</code></p> <p><code class="codeph"> FILE|OKV |</code></p> <p><code class="codeph"> FILE|HSM |</code></p> <p><code class="codeph"> OKV|FILE |</code></p> <p><code class="codeph"> HSM|FILE</code></p> <p><code class="codeph">}</code></p> <p><span class="bold">Notes:</span> </p> <ul style="list-style-type: disc" id="GUID-285A9BCE-22AE-4DE4-A76E-1319B7BB91BC__UL_LTB_QMJ_5RB"> <li> <p>The <code class="codeph">KEYSTORE_CONFIGURATION</code> value is case-insensitive. For example, you can specify <code class="codeph">FILE</code> or <code class="codeph">file</code>. </p> </li> <li> <p><code class="codeph">FILE|OKV</code>, <code class="codeph">FILE|HSM</code>, <code class="codeph">OKV|FILE</code>, and <code class="codeph">HSM|FILE</code> are values. The vertical bars they contain are not separators in the syntax shown above. </p> </li> </ul> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="25%" id="d215938e230" headers="d215938e131 "> <p><span class="bold">Default value</span></p> </td> <td align="left" valign="top" width="75%" headers="d215938e230 d215938e135 "> <p>None</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="25%" id="d215938e240" headers="d215938e131 "> <p><span class="bold">Modifiable</span></p> </td> <td align="left" valign="top" width="75%" headers="d215938e240 d215938e135 "> <p><code class="codeph">ALTER SYSTEM</code><sup>Foot 1</sup></p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="25%" id="d215938e266" headers="d215938e131 "> <p><span class="bold">Modifiable in a PDB</span></p> </td> <td align="left" valign="top" width="75%" headers="d215938e266 d215938e135 "> <p>Yes</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="25%" id="d215938e276" headers="d215938e131 "> <p><span class="bold">Basic</span></p> </td> <td align="left" valign="top" width="75%" headers="d215938e276 d215938e135 "> <p>No</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="25%" id="d215938e286" headers="d215938e131 "> <p><span class="bold">Oracle RAC</span></p> </td> <td align="left" valign="top" width="75%" headers="d215938e286 d215938e135 "> <p>The same value must be specified on all instances using the <code class="codeph">ALTER SYSTEM SET TDE_CONFIGURATION="KEYSTORE_CONFIGURATION=value" SCOPE=BOTH SID='*';</code> statement. </p> </td> </tr> </tbody> </table> </div></div> <p> <!-- class="inftblhruleinformal" --></p> <p class="tablefootnote"><sup class="tablefootnote">Footnote 1 </sup></p> <p>In some cases when this parameter is set using <code class="codeph">ALTER SYSTEM SCOPE=SPFILE</code>, the <code class="codeph">SHOW PARAMETER TDE_CONFIGURATION</code> statement does not show the correct value. However, the value set for <code class="codeph">TDE_CONFIGURATION</code> can be derived from information shown in the <code class="codeph">V$ENCRYPTION_WALLET</code> view. </p> <p><p>The following attributes can be specified:</p> <ul style="list-style-type: disc"> <li> <p><code class="codeph">KEYSTORE_CONFIGURATION</code> attribute. This attribute is required. The value specified with this attribute configures the keystore type for the specified PDB. The following values can be specified for this attribute: </p> <ul style="list-style-type: disc" id="GUID-285A9BCE-22AE-4DE4-A76E-1319B7BB91BC__UL_WM4_F15_QMB"> <li> <p><code class="codeph">FILE</code>: This value configures a wallet keystore. </p> </li> <li> <p><code class="codeph">OKV</code>: This value configures an Oracle Key Vault (OKV) keystore. </p> <p>This value is also used to disable an auto-login OKV configuration and cause any existing <code class="codeph">cwallet.sso</code> files, containing the credentials to the OKV server as the <code class="codeph">OKV_PASSWORD</code> client secret, to be ignored. </p> </li> <li> <p><code class="codeph">HSM</code>: This value configures a Hardware Security Module (HSM) keystore. </p> </li> <li> <p><code class="codeph">FILE|OKV</code>: This value configures a reverse migration from an OKV to a wallet keystore. </p> </li> <li> <p><code class="codeph">FILE|HSM</code>: This value configures a reverse migration from a HSM to a wallet keystore. </p> </li> <li> <p><code class="codeph">OKV|FILE</code>: This value configures a migration from a wallet to an OKV keystore. </p> <p>This value is also used in an auto-login OKV configuration, because in this configuration a <code class="codeph">cwallet.sso</code> file, containing the <code class="codeph">OKV_PASSWORD</code> client secret, must be used by the Oracle server to obtain the credentials to log in to the OKV server. </p> </li> <li> <p><code class="codeph">HSM|FILE</code>: This value configures a migration from a wallet to a HSM keystore. </p> <p>This value is also used in an auto-login HSM configuration, because in this configuration a <code class="codeph">cwallet.sso</code> file, containing the <code class="codeph">HSM_PASSWORD</code> client secret, must be used by the Oracle server to obtain the credentials to log in to the HSM server. </p> </li> </ul> <p>Some of the <code class="codeph">KEYSTORE_CONFIGURATION</code> attribute values consist of a single word, for example, the <code class="codeph">FILE</code>, <code class="codeph">OKV</code>, and <code class="codeph">HSM</code> values. The other <code class="codeph">KEYSTORE_CONFIGURATION</code> attribute values consist of two words separated by the “|” character that is a required part of the value’s syntax, for example, the <code class="codeph">FILE|OKV</code>, <code class="codeph">FILE|HSM</code>, <code class="codeph">OKV|FILE</code>, and <code class="codeph">HSM|FILE</code> values. </p> <p>In Oracle Database releases prior to Oracle Database 18.1, keystore types were configured in <code class="codeph">sqlnet.ora</code> using the <code class="codeph">METHOD</code> attribute of the <code class="codeph">SQLNET.ENCRYPTION_WALLET_LOCATION</code> parameter. </p> </li> <li> <p><code class="codeph">CONTAINER</code> attribute: This optional attribute can be used only when setting the parameter in the <code class="codeph">CDB$ROOT</code> of a CDB. The <code class="codeph">CONTAINER</code> attribute can be specified only when the <code class="codeph">CDB$ROOT</code> is in <code class="codeph">MOUNTED</code> state. With this attribute, you must specify the name of the PDB for which you are setting the parameter. When you specify the <code class="codeph">CONTAINER</code> attribute, you must use a semicolon “;” as the separation character between the <code class="codeph">KEYSTORE_CONFIGURATION</code> and <code class="codeph">CONTAINER</code> attributes. </p> </li> </ul></div> <p> <!-- class="section" --></p> <div class="section"> <p class="subhead1" id="GUID-285A9BCE-22AE-4DE4-A76E-1319B7BB91BC__GUID-D11FCC06-0D66-4401-B09E-E93606BD1683" role="heading">Examples</p> <p>The following statement configures a wallet keystore for the open PDB from which the statement is issued:</p> <pre class="oac_no_warn" dir="ltr"><button class="copy-btn copy-btn-enabled" aria-label="Copy the following example to clipboard"><span class="copy-btn-text">Copy</span></button><div>ALTER SYSTEM SET TDE_CONFIGURATION="KEYSTORE_CONFIGURATION=FILE" SCOPE=BOTH SID='*';</div><div class="pre-space"></div></pre> <p>The following statement configures an OKV keystore for the PDB in <code class="codeph">MOUNTED</code> state from which the statement is issued: </p> <pre class="oac_no_warn" dir="ltr"><button class="copy-btn copy-btn-enabled" aria-label="Copy the following example to clipboard"><span class="copy-btn-text">Copy</span></button><div>ALTER SYSTEM SET TDE_CONFIGURATION="KEYSTORE_CONFIGURATION=OKV" SCOPE=SPFILE SID='*';</div><div class="pre-space"></div></pre> <p>The following statement configures a HSM keystore for the <code class="codeph">ORCLPDB</code> PDB. For this statement to succeed, the parameter must be set in the <code class="codeph">CDB$ROOT</code> of a CDB when the <code class="codeph">CDB$ROOT</code> is in <code class="codeph">MOUNTED</code> state: </p> <pre class="oac_no_warn" dir="ltr"><button class="copy-btn copy-btn-enabled" aria-label="Copy the following example to clipboard"><span class="copy-btn-text">Copy</span></button><div>ALTER SYSTEM SET TDE_CONFIGURATION="KEYSTORE_CONFIGURATION=HSM; CONTAINER=ORCLPDB" SCOPE=MEMORY SID='*';</div><div class="pre-space"></div></pre> <div class="infoboxnotealso" id="GUID-285A9BCE-22AE-4DE4-A76E-1319B7BB91BC__GUID-F073FCD1-7990-40D8-94F8-62BAAB572C0D"> <p class="notep1">See Also:</p> <ul style="list-style-type: disc"> <li> <p>WALLET_ROOT</p> </li> <li> <p>V$ENCRYPTION_WALLET</p> </li> <li> <p><span><cite>Oracle Database Advanced<br /> Security Guide</cite></span> for information about managing keystores and encryption keys in united mode </p> </li> <li> <p><span><cite>Oracle Database Advanced<br /> Security Guide</cite></span> for information about managing keystores and encryption keys in isolated mode </p> </li> </ul></div> </p></div> <p> <!-- class="section" --> </div> </div> <div id="pay-single-box"></div> <div class="entry-tags"> <a href="http://www.dbs724.com/tag/oracle%e4%bc%98%e5%8c%96" rel="tag"> Oracle优化 </a> <a href="http://www.dbs724.com/tag/oracle%e5%86%85%e9%83%a8%e8%a7%86%e5%9b%be" rel="tag"> oracle内部视图 </a> <a href="http://www.dbs724.com/tag/oracle%e5%8f%82%e6%95%b0" rel="tag"> oracle参数 </a> <a href="http://www.dbs724.com/tag/oracle%e5%bc%80%e5%8f%91" rel="tag"> oracle开发 </a> <a href="http://www.dbs724.com/tag/oracle%e6%95%85%e9%9a%9c%e5%a4%84%e7%90%86" rel="tag"> oracle故障处理 </a> <a href="http://www.dbs724.com/tag/oracle%e6%95%99%e7%a8%8b" rel="tag"> oracle教程 </a> <a href="http://www.dbs724.com/tag/oracle%e7%bb%b4%e6%8a%a4" rel="tag"> oracle维护 </a> </div> <div class="article-copyright"><br/><a href="http://www.dbs724.com">数据运维技术</a> » <a href="http://www.dbs724.com/54355.html">Oracle 参数 TDE_CONFIGURATION 官方解释,作用,如何配置最优化建议</a></div> <div class="ripro_gg_wrap pc"></div><div class="article-footer"> <div class="xshare"> <span class="xshare-title">分享到:</span> <a href="" etap="share" data-share="qq" class="share-qq"><i class="fa fa-qq"></i></a> <a href="" etap="share" data-share="weibo" class="share-weibo"><i class="fa fa-weibo"></i></a> <a href="javascript:;" class="btn-bigger-cover share-weixin" data-nonce="e99c9a07c5" data-id="54355" data-action="create-bigger-image" title="海报分享" id="bigger-cover"><i class="fa fa-paper-plane"></i></a> </div> </div> </div> </div> </article> <div class="entry-navigation"> <nav class="article-nav"> <span class="article-nav-prev">上一篇<br><a href="http://www.dbs724.com/108162.html" rel="prev">回收Linux系统的垃圾回收机制(linux垃圾)</a></span> <span class="article-nav-next">下一篇<br><a href="http://www.dbs724.com/195221.html" rel="next">增强MSSQL安全性:增量备份技术(mssql 增量备份)</a></span> </nav> </div> <!-- # 标准网格模式... --> <div class="related-posts-grid"> <h4 class="u-border-title">相关推荐</h4> <div class="row"> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="http://www.dbs724.com/356356.html"> <img class="lazyload" data-src="http://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="本地文件上传服务器格式混乱怎么办? (本地文件上传服务器格式错乱)"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="http://www.dbs724.com/356356.html" title="本地文件上传服务器格式混乱怎么办? (本地文件上传服务器格式错乱)" rel="bookmark">本地文件上传服务器格式混乱怎么办? (本地文件上传服务器格式错乱)</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="http://www.dbs724.com/356363.html"> <img class="lazyload" data-src="http://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="快速搭建网站:本地虚拟主机iis详解 (本地虚拟主机iis)"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="http://www.dbs724.com/356363.html" title="快速搭建网站:本地虚拟主机iis详解 (本地虚拟主机iis)" rel="bookmark">快速搭建网站:本地虚拟主机iis详解 (本地虚拟主机iis)</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="http://www.dbs724.com/356355.html"> <img class="lazyload" data-src="http://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="实现本地与服务器数据同步,确保数据一致。 (本地数据和服务器数据同步)"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="http://www.dbs724.com/356355.html" title="实现本地与服务器数据同步,确保数据一致。 (本地数据和服务器数据同步)" rel="bookmark">实现本地与服务器数据同步,确保数据一致。 (本地数据和服务器数据同步)</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="http://www.dbs724.com/356359.html"> <img class="lazyload" data-src="http://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="本地织梦数据库连接错误1045:如何排除? (本地织梦 数据库连接错误1045)"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="http://www.dbs724.com/356359.html" title="本地织梦数据库连接错误1045:如何排除? (本地织梦 数据库连接错误1045)" rel="bookmark">本地织梦数据库连接错误1045:如何排除? (本地织梦 数据库连接错误1045)</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="http://www.dbs724.com/356358.html"> <img class="lazyload" data-src="http://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="本地文件上传至Linux服务器,如何操作? (本地文件传到linux服务器)"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="http://www.dbs724.com/356358.html" title="本地文件上传至Linux服务器,如何操作? (本地文件传到linux服务器)" rel="bookmark">本地文件上传至Linux服务器,如何操作? (本地文件传到linux服务器)</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="http://www.dbs724.com/356361.html"> <img class="lazyload" data-src="http://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="解决本地网站更新问题的利器:尝试使用VPS登陆 (本地网站更新不了 vps登陆可以)"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="http://www.dbs724.com/356361.html" title="解决本地网站更新问题的利器:尝试使用VPS登陆 (本地网站更新不了 vps登陆可以)" rel="bookmark">解决本地网站更新问题的利器:尝试使用VPS登陆 (本地网站更新不了 vps登陆可以)</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="http://www.dbs724.com/356357.html"> <img class="lazyload" data-src="http://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="如何控制本地服务器访问权限 (本地服务器怎样访问权限)"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="http://www.dbs724.com/356357.html" title="如何控制本地服务器访问权限 (本地服务器怎样访问权限)" rel="bookmark">如何控制本地服务器访问权限 (本地服务器怎样访问权限)</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="http://www.dbs724.com/356360.html"> <img class="lazyload" data-src="http://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="简单易学:本地服务器如何连接数据库 (本地服务器连接数据库)"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="http://www.dbs724.com/356360.html" title="简单易学:本地服务器如何连接数据库 (本地服务器连接数据库)" rel="bookmark">简单易学:本地服务器如何连接数据库 (本地服务器连接数据库)</a></h4> </header> </div> </article> </div> </div> </div> </main> </div> </div> <div class="sidebar-column col-lg-3"> <aside class="widget-area"> <div id="custom_html-3" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"></div></div><div id="random_posts-2" class="widget widget_random_posts"><h5 class="widget-title">随机文章</h5><ul><li><a href="http://www.dbs724.com/299853.html" title="Oracle Exp卡住何以解除(oracle exp卡住)">Oracle Exp卡住何以解除(oracle exp卡住)</a></li><li><a href="http://www.dbs724.com/299854.html" title="内存分析Oracle EXP过程中占用内存的情况(oracle exp占用)">内存分析Oracle EXP过程中占用内存的情况(oracle exp占用)</a></li><li><a href="http://www.dbs724.com/299856.html" title="Oracle EXP卡拓展你的世界(oracle exp 卡)">Oracle EXP卡拓展你的世界(oracle exp 卡)</a></li><li><a href="http://www.dbs724.com/299848.html" title="Oracle EXP 使用取消操作的快速指南(oracle exp取消)">Oracle EXP 使用取消操作的快速指南(oracle exp取消)</a></li><li><a href="http://www.dbs724.com/299849.html" title="熟悉Oracle EXP参数 轻松导出数据(oracle exp参数)">熟悉Oracle EXP参数 轻松导出数据(oracle exp参数)</a></li><li><a href="http://www.dbs724.com/299850.html" title="Oracle EXP原理剖析挖掘数据的新姿势(oracle exp原理)">Oracle EXP原理剖析挖掘数据的新姿势(oracle exp原理)</a></li><li><a href="http://www.dbs724.com/299852.html" title="Oracle EXP 卡死快速解决之道(oracle exp卡死)">Oracle EXP 卡死快速解决之道(oracle exp卡死)</a></li><li><a href="http://www.dbs724.com/299855.html" title="迈向新版本使用Oracle EXP进行升级(oracle exp升级)">迈向新版本使用Oracle EXP进行升级(oracle exp升级)</a></li><li><a href="http://www.dbs724.com/299851.html" title="Oracle Exp 压缩模式安全有效高效(oracle exp压缩)">Oracle Exp 压缩模式安全有效高效(oracle exp压缩)</a></li><li><a href="http://www.dbs724.com/299857.html" title="进阶之路使用Oracle EXP函数(oracle exp函数)">进阶之路使用Oracle EXP函数(oracle exp函数)</a></li></ul></div><div id="custom_html-11" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"></div></div><div id="custom_html-9" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"></div></div><div id="custom_html-7" class="widget_text widget widget_custom_html"><h5 class="widget-title">最近更新</h5><div class="textwidget custom-html-widget"><li><a href="https://www.dbs724.com/476401.html">多种方式教你打开windows电脑的服务</a></li><li><a href="https://www.dbs724.com/199466.html">Redis 为何可用于验证码的存取(验证码放redis吗)</a></li><li><a href="https://www.dbs724.com/193430.html">串MSSQL中实现字符串拼接的方法简介(mssql 拼接字符)</a></li><li><a href="https://www.dbs724.com/194435.html">如何使用MSSQL实例名连接数据库(mssql实例名连接)</a></li><li><a href="https://www.dbs724.com/197283.html">MSSQL安装:使用命令行下载(mssql下载命令)</a></li><li><a href="https://www.dbs724.com/199649.html">启动项目遇到Redis报错,怎么办?(项目启动redis报错)</a></li><li><a href="https://www.dbs724.com/198126.html">mssql2012秘钥精选:完美激活SQL Server 2012(mssql2012秘钥)</a></li><li><a href="https://www.dbs724.com/196601.html">MSSQL数据库中的数字均匀分配(mssql数字均分)</a></li><li><a href="https://www.dbs724.com/196747.html">MSSQL默认排序调整:一个正确的示范(mssql修改 默认排序)</a></li><li><a href="https://www.dbs724.com/195430.html">开数据库MSSQL命令操作指南:如何打开数据库(mssql命令如何打)</a></li></div></div><div id="tag_cloud-2" class="widget widget_tag_cloud"><h5 class="widget-title">标签</h5><div class="tagcloud"><a href="http://www.dbs724.com/tag/linux" class="tag-cloud-link tag-link-58 tag-link-position-1" style="font-size: 21.629139072848pt;" aria-label="Linux (64,955个项目)">Linux</a> <a href="http://www.dbs724.com/tag/linux%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-137 tag-link-position-2" style="font-size: 21.629139072848pt;" aria-label="Linux教程 (63,841个项目)">Linux教程</a> <a href="http://www.dbs724.com/tag/linux%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-138 tag-link-position-3" style="font-size: 21.629139072848pt;" aria-label="Linux资讯 (63,841个项目)">Linux资讯</a> <a href="http://www.dbs724.com/tag/macos" class="tag-cloud-link tag-link-73 tag-link-position-4" style="font-size: 12.403973509934pt;" aria-label="MacOS (667个项目)">MacOS</a> <a href="http://www.dbs724.com/tag/macos%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-144 tag-link-position-5" style="font-size: 12.403973509934pt;" aria-label="MacOS教程 (666个项目)">MacOS教程</a> <a href="http://www.dbs724.com/tag/macos%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-145 tag-link-position-6" style="font-size: 12.403973509934pt;" aria-label="MacOS资讯 (666个项目)">MacOS资讯</a> <a href="http://www.dbs724.com/tag/mongodb" class="tag-cloud-link tag-link-49 tag-link-position-7" style="font-size: 12.82119205298pt;" aria-label="MongoDB (817个项目)">MongoDB</a> <a href="http://www.dbs724.com/tag/mongodb%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-146 tag-link-position-8" style="font-size: 11.384105960265pt;" aria-label="MongoDB教程 (394个项目)">MongoDB教程</a> <a href="http://www.dbs724.com/tag/mongodb%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-147 tag-link-position-9" style="font-size: 11.384105960265pt;" aria-label="MongoDB资讯 (394个项目)">MongoDB资讯</a> <a href="http://www.dbs724.com/tag/mssql" class="tag-cloud-link tag-link-80 tag-link-position-10" style="font-size: 11.708609271523pt;" aria-label="MSSQL (465个项目)">MSSQL</a> <a href="http://www.dbs724.com/tag/mssql%e9%94%99%e8%af%af" class="tag-cloud-link tag-link-107 tag-link-position-11" style="font-size: 8.3245033112583pt;" aria-label="MSSQL错误 (86个项目)">MSSQL错误</a> <a href="http://www.dbs724.com/tag/mysql" class="tag-cloud-link tag-link-15 tag-link-position-12" style="font-size: 20.933774834437pt;" aria-label="MySQL (46,004个项目)">MySQL</a> <a href="http://www.dbs724.com/tag/mysql%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-130 tag-link-position-13" style="font-size: 20.887417218543pt;" aria-label="mysql教程 (44,967个项目)">mysql教程</a> <a href="http://www.dbs724.com/tag/mysql%e7%bb%b4%e6%8a%a4" class="tag-cloud-link tag-link-104 tag-link-position-14" style="font-size: 15.278145695364pt;" aria-label="MySQL维护 (2,785个项目)">MySQL维护</a> <a href="http://www.dbs724.com/tag/mysql%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-136 tag-link-position-15" style="font-size: 20.887417218543pt;" aria-label="MySQL资讯 (44,271个项目)">MySQL资讯</a> <a href="http://www.dbs724.com/tag/neo4j" class="tag-cloud-link tag-link-46 tag-link-position-16" style="font-size: 8.046357615894pt;" aria-label="Neo4j (74个项目)">Neo4j</a> <a href="http://www.dbs724.com/tag/neo4j%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-140 tag-link-position-17" style="font-size: 8pt;" aria-label="Neo4j教程 (73个项目)">Neo4j教程</a> <a href="http://www.dbs724.com/tag/neo4j%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-141 tag-link-position-18" style="font-size: 8pt;" aria-label="Neo4j资讯 (73个项目)">Neo4j资讯</a> <a href="http://www.dbs724.com/tag/oracle" class="tag-cloud-link tag-link-11 tag-link-position-19" style="font-size: 21.953642384106pt;" aria-label="ORACLE (76,362个项目)">ORACLE</a> <a href="http://www.dbs724.com/tag/oracle%e4%bc%98%e5%8c%96" class="tag-cloud-link tag-link-66 tag-link-position-20" style="font-size: 8.6953642384106pt;" aria-label="Oracle优化 (104个项目)">Oracle优化</a> <a href="http://www.dbs724.com/tag/oracle%e5%86%85%e9%83%a8%e8%a7%86%e5%9b%be" class="tag-cloud-link tag-link-124 tag-link-position-21" style="font-size: 14.119205298013pt;" aria-label="oracle内部视图 (1,564个项目)">oracle内部视图</a> <a href="http://www.dbs724.com/tag/oracle%e5%8f%82%e6%95%b0" class="tag-cloud-link tag-link-127 tag-link-position-22" style="font-size: 8.6026490066225pt;" aria-label="oracle参数 (100个项目)">oracle参数</a> <a href="http://www.dbs724.com/tag/oracle%e5%bc%80%e5%8f%91" class="tag-cloud-link tag-link-126 tag-link-position-23" style="font-size: 14.119205298013pt;" aria-label="oracle开发 (1,564个项目)">oracle开发</a> <a href="http://www.dbs724.com/tag/oracle%e5%bc%82%e5%b8%b8%e4%bf%ae%e5%a4%8d" class="tag-cloud-link tag-link-95 tag-link-position-24" style="font-size: 14.629139072848pt;" aria-label="oracle异常修复 (1,992个项目)">oracle异常修复</a> <a href="http://www.dbs724.com/tag/oracle%e6%95%85%e9%9a%9c%e5%a4%84%e7%90%86" class="tag-cloud-link tag-link-94 tag-link-position-25" style="font-size: 17.827814569536pt;" aria-label="oracle故障处理 (9,728个项目)">oracle故障处理</a> <a href="http://www.dbs724.com/tag/oracle%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-125 tag-link-position-26" style="font-size: 22pt;" aria-label="oracle教程 (78,327个项目)">oracle教程</a> <a href="http://www.dbs724.com/tag/oracle%e7%bb%b4%e6%8a%a4" class="tag-cloud-link tag-link-96 tag-link-position-27" style="font-size: 17.827814569536pt;" aria-label="oracle维护 (9,728个项目)">oracle维护</a> <a href="http://www.dbs724.com/tag/oracle%e8%a7%86%e5%9b%be" class="tag-cloud-link tag-link-123 tag-link-position-28" style="font-size: 12.12582781457pt;" aria-label="oracle视图 (579个项目)">oracle视图</a> <a href="http://www.dbs724.com/tag/oracle%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-139 tag-link-position-29" style="font-size: 21.953642384106pt;" aria-label="ORACLE资讯 (75,085个项目)">ORACLE资讯</a> <a href="http://www.dbs724.com/tag/oracle%e8%bf%9c%e7%a8%8b%e7%bb%b4%e6%8a%a4" class="tag-cloud-link tag-link-97 tag-link-position-30" style="font-size: 14.629139072848pt;" aria-label="oracle远程维护 (1,992个项目)">oracle远程维护</a> <a href="http://www.dbs724.com/tag/ora%e9%94%99%e8%af%af%e7%a0%81" class="tag-cloud-link tag-link-93 tag-link-position-31" style="font-size: 14.443708609272pt;" aria-label="ORA错误码 (1,822个项目)">ORA错误码</a> <a href="http://www.dbs724.com/tag/redis" class="tag-cloud-link tag-link-50 tag-link-position-32" style="font-size: 20.099337748344pt;" aria-label="Redis (30,078个项目)">Redis</a> <a href="http://www.dbs724.com/tag/redis%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-134 tag-link-position-33" style="font-size: 20.006622516556pt;" aria-label="Redis教程 (29,067个项目)">Redis教程</a> <a href="http://www.dbs724.com/tag/redis%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-135 tag-link-position-34" style="font-size: 20.006622516556pt;" aria-label="Redis资讯 (29,067个项目)">Redis资讯</a> <a href="http://www.dbs724.com/tag/sqlserver" class="tag-cloud-link tag-link-25 tag-link-position-35" style="font-size: 19.218543046358pt;" aria-label="SQLServer (19,346个项目)">SQLServer</a> <a href="http://www.dbs724.com/tag/sqlserver%e6%8a%a5%e9%94%99" class="tag-cloud-link tag-link-108 tag-link-position-36" style="font-size: 8.3245033112583pt;" aria-label="SQLServer报错 (86个项目)">SQLServer报错</a> <a href="http://www.dbs724.com/tag/sqlserver%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-142 tag-link-position-37" style="font-size: 19.079470198675pt;" aria-label="SQLServer教程 (18,161个项目)">SQLServer教程</a> <a href="http://www.dbs724.com/tag/sqlserver%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-143 tag-link-position-38" style="font-size: 19.079470198675pt;" aria-label="SQLServer资讯 (18,161个项目)">SQLServer资讯</a> <a href="http://www.dbs724.com/tag/sql%e4%bf%ae%e5%a4%8d" class="tag-cloud-link tag-link-109 tag-link-position-39" style="font-size: 8.3245033112583pt;" aria-label="SQL修复 (86个项目)">SQL修复</a> <a href="http://www.dbs724.com/tag/sql%e5%bc%82%e5%b8%b8" class="tag-cloud-link tag-link-110 tag-link-position-40" style="font-size: 8.3245033112583pt;" aria-label="SQL异常 (86个项目)">SQL异常</a> <a href="http://www.dbs724.com/tag/sql%e8%bf%9c%e7%a8%8b%e5%a4%84%e7%90%86" class="tag-cloud-link tag-link-111 tag-link-position-41" style="font-size: 8.3245033112583pt;" aria-label="SQL远程处理 (86个项目)">SQL远程处理</a> <a href="http://www.dbs724.com/tag/windows" class="tag-cloud-link tag-link-75 tag-link-position-42" style="font-size: 8.8344370860927pt;" aria-label="Windows (110个项目)">Windows</a> <a href="http://www.dbs724.com/tag/%e6%8a%80%e6%9c%af%e6%96%87%e6%a1%a3" class="tag-cloud-link tag-link-13 tag-link-position-43" style="font-size: 17.132450331126pt;" aria-label="技术文档 (6,902个项目)">技术文档</a> <a href="http://www.dbs724.com/tag/%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f" class="tag-cloud-link tag-link-8 tag-link-position-44" style="font-size: 13.748344370861pt;" aria-label="操作系统 (1,300个项目)">操作系统</a> <a href="http://www.dbs724.com/tag/%e6%95%b0%e6%8d%ae%e5%ba%93" class="tag-cloud-link tag-link-14 tag-link-position-45" style="font-size: 14.675496688742pt;" aria-label="数据库 (2,027个项目)">数据库</a></div> </div><div id="custom_html-12" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"></div></div></aside> </div> </div> </div> </div><!-- end sitecoent --> <footer class="site-footer"> <div class="container"> <div class="footer-widget"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-3 widget--about"> <div class="widget--content"> <div class="footer--logo mb-20"> <img class="tap-logo" src="http://www.dbs724.com/wp-content/uploads/2022/06/1655696806-3609d62f8271ca9.png" data-dark="http://www.dbs724.com/wp-content/uploads/2022/06/1655696806-3609d62f8271ca9.png" alt="数据运维技术"> </div> <p class="mb-10">技术标签:安装配置、性能优化、备份恢复、异常处理、数据迁移、咨询服务。</p> </div> </div> <!-- .col-md-2 end --> <div class="col-xs-12 col-sm-3 col-md-2 col-md-offset-1 widget--links"> <div class="widget--title"> <h5>本站导航</h5> </div> <div class="widget--content"> <ul class="list-unstyled mb-0"> <li><a target="_blank" href="http://www.dbs724.com/service">服务范围</a></li><li><a target="_blank" href="http://www.dbs724.com/about">关于我们</a></li><li><a target="_blank" href="http://www.dbs724.com/privacy">隐私政策</a></li> </ul> </div> </div> <!-- .col-md-2 end --> <div class="col-xs-12 col-sm-3 col-md-2 widget--links"> <div class="widget--title"> <h5>技术文章</h5> </div> <div class="widget--content"> <ul class="list-unstyled mb-0"> <li><a target="_blank" href="http://www.dbs724.com/db">数据库技术</a></li><li><a target="_blank" href="http://www.dbs724.com/os">操作系统技术</a></li><li><a target="_blank" href="http://www.dbs724.com/jc">教程服务</a></li> </ul> </div> </div> <!-- .col-md-2 end --> <div class="col-xs-12 col-sm-12 col-md-4 widget--newsletter"> <div class="widget--title"> <h5>快速搜索</h5> </div> <div class="widget--content"> <form class="newsletter--form mb-30" action="http://www.dbs724.com/" method="get"> <input type="text" class="form-control" name="s" placeholder="关键词"> <button type="submit"><i class="fa fa-arrow-right"></i></button> </form> <h6>数据恢复、异常处理、MySQL、Oracle</h6> </div> </div> </div> </div> <div class="site-info"> 本站部分资源来自互联网收集,仅供用于学习和交流,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站站长删除<br /> © 2020 Theme by - <a href="http://www.dbs724.com" target="_blank" rel="noreferrer nofollow">数据服务</a> . All rights reserved <a href="https://beian.miit.gov.cn" target="_blank" class="text" rel="noreferrer nofollow"> 苏ICP备15021567号</a> <br> </div> </div> </footer> <div class="rollbar"> <div class="rollbar-item tap-qq" etap="tap-qq"><a target="_blank" title="QQ咨询" href="http://wpa.qq.com/msgrd?v=3&uin=290190032&site=qq&menu=yes"><i class="fa fa-qq"></i></a></div> <div class="rollbar-item tap-blog-style" etap="tap-blog-style" data-id="1" title="博客模式"><i class="fa fa-list"></i></div> <div class="rollbar-item" etap="to_full" title="全屏页面"><i class="fa fa-arrows-alt"></i></div> <div class="rollbar-item" etap="to_top" title="返回顶部"><i class="fa fa-angle-up"></i></div> </div> <div class="dimmer"></div> <div id="popup-signup" class="popup-signup fade" style="display: none;"> <div class="register-login-modal" role="document"> <div class="modal-content"> <div class="modal-body"> <img class="popup-logo" src="http://www.dbs724.com/wp-content/uploads/2022/06/1655696806-3609d62f8271ca9.png" data-dark="http://www.dbs724.com/wp-content/uploads/2022/06/1655696806-3609d62f8271ca9.png" alt="数据运维技术"> <!-- Nav tabs --> <ul class="nav nav-tabs"> <li class="active"><a href="#login" data-toggle="login">登录</a> </li> <li><a href="#signup" data-toggle="signup">注册</a> </li> </ul> <!-- Tab panes --> <div class="tab-content"> <div class="tab-pane fade in active" id="login"> <div class="signup-form-container text-center"> <form class="mb-0"> <div class="form-group"> <input type="text" class="form-control" name="username" placeholder="*用户名或邮箱"> </div> <div class="form-group"> <input type="password" class="form-control" name="password" placeholder="*密码"> </div> <button type="button" class="go-login btn btn--primary btn--block"><i class="fa fa-bullseye"></i> 安全登录</button> <!-- <a href="#" class="forget-password">忘记密码?</a> --> </form> <!-- form end --> </div> <!-- .signup-form end --> </div> <div class="tab-pane fade in" id="signup"> <form class="mb-0"> <div class="form-group"> <input type="text" class="form-control" name="user_name" placeholder="输入英文用户名"> </div> <!-- .form-group end --> <div class="form-group"> <input type="email" class="form-control" name="user_email" placeholder="绑定邮箱"> </div> <!-- .form-group end --> <div class="form-group"> <input type="password" class="form-control" name="user_pass" placeholder="密码最小长度为6"> </div> <div class="form-group"> <input type="password" class="form-control" name="user_pass2" placeholder="再次输入密码"> </div> <button type="button" class="go-register btn btn--primary btn--block"><i class="fa fa-bullseye"></i> 立即注册</button> </form> <!-- form end --> </div> </div> <a target="_blank" href="http://www.dbs724.com/wp-login.php?action=lostpassword" class="rest-password">忘记密码?</a> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> </div> <div class="off-canvas"> <div class="canvas-close"><i class="mdi mdi-close"></i></div> <div class="logo-wrapper"> <a href="http://www.dbs724.com/"> <img class="logo regular" src="http://www.dbs724.com/wp-content/uploads/2022/06/1655696806-3609d62f8271ca9.png" alt="数据运维技术"> </a> </div> <div class="mobile-menu hidden-lg hidden-xl"></div> <aside class="widget-area"> </aside> </div> <script> console.log("SQL 请求数:82"); console.log("页面生成耗时: 0.69897"); </script> <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script> <script>LA.init({id: "Jl4g3Wa27APmJARl",ck: "Jl4g3Wa27APmJARl"})</script> <script id="imwpf-this-page"> var g_this_page = { "type": "post", "id": 54355, "terms": [{"id":null,"tax":null},{"id":null,"tax":null},{"id":null,"tax":null},{"id":null,"tax":null},{"id":null,"tax":null},{"id":null,"tax":null},{"id":null,"tax":null},{"id":null,"tax":null}] };console.log(g_this_page); </script><div class="imwpcache_status_ok"></div><script type='text/javascript' src='//www.dbs724.com/wp-content/themes/ripro/assets/js/plugins.js?ver=9.0' id='plugins-js'></script> <script type='text/javascript' id='app-js-extra'> /* <![CDATA[ */ var caozhuti = {"site_name":"\u6570\u636e\u8fd0\u7ef4\u6280\u672f","home_url":"https:\/\/www.dbs724.com","ajaxurl":"https:\/\/www.dbs724.com\/wp-admin\/admin-ajax.php","is_singular":"1","tencent_captcha":{"is":"","appid":""},"infinite_load":"\u52a0\u8f7d\u66f4\u591a","infinite_loading":"<i class=\"fa fa-spinner fa-spin\"><\/i> \u52a0\u8f7d\u4e2d...","site_notice":{"is":"0","color":"#fd7300","html":"<div class=\"notify-content\"><h3><i class=\"fa fa-bell-o mr-2\"><\/i>\u6570\u636e\u670d\u52a1\u516c\u544a<\/h3><div>\u672c\u7ad9\u4e3b\u8981\u63d0\u4f9b\u6280\u672f\u670d\u52a1\u53ca\u54a8\u8be2\u4ea4\u6d41\uff0c\u4efb\u4f55\u6570\u636e\u5e93\u3001\u7f51\u7ad9\u3001\u670d\u52a1\u5668\u95ee\u9898\u90fd\u53ef\u4ee5\u8054\u7cfb\u7ad9\u957f\uff0c\u4e3a\u60a8\u89e3\u51b3\u95ee\u9898\uff0c\u6536\u53d6\u9002\u5f53\u8d39\u7528\u3002<\/div><\/div>"},"pay_type_html":{"html":"<div class=\"pay-button-box\"><\/div><p style=\"font-size: 13px; padding: 0; margin: 0;\">\u514d\u8d39\u6216\u94bb\u77f3\u514d\u8d39\u8d44\u6e90\u4ec5\u9650\u4f59\u989d\u652f\u4ed8<\/p>","alipay":0,"weixinpay":0}}; /* ]]> */ </script> <script type='text/javascript' src='//www.dbs724.com/wp-content/themes/ripro/assets/js/app.js?ver=9.0' id='app-js'></script> <script type='text/javascript' src='//www.dbs724.com/wp-content/themes/ripro/assets/js/plugins/html2canvas.min.js?ver=1.0.0' id='html2canvas-js'></script> <script type='text/javascript' src='//www.dbs724.com/wp-content/themes/ripro/assets/js/plugins/jquery.fancybox.min.js?ver=9.0' id='fancybox-js'></script> <script type='text/javascript' src='//www.dbs724.com/wp-includes/js/comment-reply.min.js?ver=6.0' id='comment-reply-js'></script> <script type='text/javascript' src='//www.dbs724.com/wp-content/plugins/WBOLT-чЩ╛х║жцОищАБчобчРЖ-3.4.4-Pro/assets/baidu_push.js' id='wb-baidu-push-js'></script> <style> .header-gap { height: 65px; } table tbody tr td, table tbody tr td { padding: 0px; } #cus_top_ads td { padding: 0px; } #cha_top_content ul { padding: 0px; margin: 10px 0 20px 0px; } #cha_top_content li { float: left; margin-right: 10px; list-style: none; } #cha_top_content li:last-child { /*float: none;*/ margin-right: 0px; } #cha_top_content img{ width: 383px; height: 75px; } #custom_html-10 { padding: 0px; } #custom_html-11 { padding: 0px; } /**/ #custom_html-12{ padding: 0px; } #custom_html-13{ padding: 0px; } #custom_html-14{ padding: 0px; } #post-top-ads a { margin-bottom: 15px; } #post-top-ads img { width: 100%; height: 80px; } #archive-top-ads a { margin-bottom: 15px; } #archive-top-ads img { width: 100%; height: 80px; } #menu-item-476359{ display: none; } .filter--content { margin-bottom: 15px; } .meta-author{ display: none; } .author-box { display: none; } #home-top-ads img { width: 100%; height: 80px; margin-top: 10px; } </style> <script src="/static/customer.js?ver=1.20231111?ver=4"></script> </body> </html>