-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(release): update dev build files ( 223.228 )
- Loading branch information
1 parent
6af9123
commit ab76351
Showing
246 changed files
with
1,335 additions
and
1,335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
plugin-dev-raw/zh/inspectionDescriptions/DriverManagerGetConnection.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/inspectionDescriptions/GroovyInfiniteRecursion.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<html> | ||
<body> | ||
報告肯定會無限遞歸或拋出異常的方法。 | ||
報告肯定會無限遞迴或拋出異常的方法。 | ||
此檢查報告的方法無法正確結束。 | ||
<p><b>範例:</b></p> | ||
<pre> | ||
|
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/inspectionDescriptions/ImplicitArrayToString.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/inspectionDescriptions/InfiniteRecursionJS.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<html> | ||
<body> | ||
報告肯定會無限遞歸或 | ||
報告肯定會無限遞迴或 | ||
拋出異常的函式。 此類別函式可能無法正常返回。 | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/inspectionDescriptions/MongoJSSideEffectsInspection.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/inspectionDescriptions/NoTailRecursionAnnotation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
plugin-dev-raw/zh/inspectionDescriptions/RecursiveEqualsCall.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/inspectionDescriptions/RecursivePropertyAccessor.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
plugin-dev-raw/zh/inspectionDescriptions/SqlSideEffectsInspection.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<html> | ||
<body> | ||
報告在唯讀連接期間可能會修改資料庫的語句。 <p>要為連接啟用唯讀模式,請在<b>資料庫</b>工具視窗(<b>檢視 | 工具視窗 | 資料庫</b>)中右鍵點擊資料來源,然後選擇<b>屬性</b>。 | ||
報告在唯讀連線期間可能會修改資料庫的語句。 <p>要為連線啟用唯讀模式,請在<b>資料庫</b>工具視窗(<b>檢視 | 工具視窗 | 資料庫</b>)中右鍵點擊資料來源,然後選擇<b>屬性</b>。 | ||
在<b>資料來源和驅動程序</b>對話框中,點擊<b>選項</b>頁籤並選中<b>唯讀</b>復選框。</p> | ||
<p>範例(MySQL):</p> | ||
<pre><code>CREATE TABLE foo(a INT); | ||
INSERT INTO foo VALUES (1);</code></pre> | ||
<p>由於 <code>CREATE TABLE</code> 和<code>INSERT INTO</code> 語句會導致資料庫修改,因此這些語句將在唯讀連接模式中高亮顯示。</p> | ||
<p>由於 <code>CREATE TABLE</code> 和<code>INSERT INTO</code> 語句會導致資料庫修改,因此這些語句將在唯讀連線模式中高亮顯示。</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
plugin-dev-raw/zh/inspectionDescriptions/TailRecursionJS.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<html> | ||
<body> | ||
報告尾遞歸,即報告函式在返回之前 | ||
呼叫自身作為最後動作的情況。 尾遞歸總是可以取代為迴圈,迴圈的速度快得多。 | ||
一些 JavaScript 引擎執行這種最佳化,而另一些則不執行。 因此,尾遞歸解決方案在不同環境下 | ||
報告尾遞迴,即報告函式在返回之前 | ||
呼叫自身作為最後動作的情況。 尾遞迴總是可以取代為迴圈,迴圈的速度快得多。 | ||
一些 JavaScript 引擎執行這種最佳化,而另一些則不執行。 因此,尾遞迴解決方案在不同環境下 | ||
可能具有截然不同的性能特點。 | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/inspectionDescriptions/TrivialStringConcatenation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
plugin-dev-raw/zh/inspectionDescriptions/YAMLRecursiveAlias.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/intentionDescriptions/AddTailRecursionAnnotationIntention/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<html><body><p>在尾遞歸方法之前新增 <code>@tailrec</code> 註解。</p></body></html> | ||
<html><body><p>在尾遞迴方法之前新增 <code>@tailrec</code> 註解。</p></body></html> |
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/intentionDescriptions/GoFillAllFieldsRecursivelyIntention/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<html> | ||
<body> | ||
用 <code>field-name: zero-value</code> 對填充結構文字中的所有欄位。 | ||
遞歸填充結構的欄位或結構類型的指針。 | ||
遞迴填充結構的欄位或結構類型的指針。 | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/intentionDescriptions/JSJoinVariableStatementsIntention/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-dev-raw/zh/intentionDescriptions/PyStringConcatenationToFormatIntention/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<html> | ||
<body> | ||
<span> | ||
使用 <code>str.format()</code> 方法呼叫將字串連接轉換為等效的表達式。 | ||
使用 <code>str.format()</code> 方法呼叫將字串連線轉換為等效的表達式。 | ||
</span> | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
plugin-dev-raw/zh/intentionDescriptions/SwapIfStatementsIntentionAction/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<html> | ||
<body> | ||
交換由 <code>else</code> 關鍵字連接的 if 語句。 | ||
交換由 <code>else</code> 關鍵字連線的 if 語句。 | ||
</body> | ||
</html> |
Oops, something went wrong.