From 3c1b2173e29ea1691132546de2edc9c1ac1cbdb8 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Sun, 21 Jun 2020 17:19:56 +0800 Subject: [PATCH] 2020-06-21 17:19:56 --- docs/dotnet/135.md | 6 +++--- docs/dotnet/91.md | 6 +++--- docs/gui/246.md | 2 +- docs/gui/300.md | 2 +- docs/gui/340.md | 2 +- docs/java/6.md | 2 +- docs/py/6.md | 2 +- docs/py/7.md | 4 ++-- docs/ruby/78.md | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/dotnet/135.md b/docs/dotnet/135.md index 1f838b0..67fce0f 100644 --- a/docs/dotnet/135.md +++ b/docs/dotnet/135.md @@ -325,9 +325,9 @@ Unhandled Exception: System.OverflowException: Arithmetic operation resulted in | C# 别名 | .NET 类型 | 大小 | 精度 | 范围 | | --- | --- | --- | --- | --- | -| `float` | `System.Single` | 4 字节 | 7 位数 | +-1.5 x 10^-45 至 +-3.4 x 10^38 | -| `double` | `System.Double` | 8 字节 | 15-16 位数 | +-5.0 x 10^-324 至 +-1.7 x 10^308 | -| `decimal` | `System.Decimal` | 16 字节 | 28-29 位小数 | +-1.0 x 10^-28 至 +-7.9 x 10^28 | +| `float` | `System.Single` | 4 字节 | 7 位数 | `+-1.5 x 10^-45`至`+-3.4 x 10^38` | +| `double` | `System.Double` | 8 字节 | 15-16 位数 | `+-5.0 x 10^-324`至`+-1.7 x 10^308` | +| `decimal` | `System.Decimal` | 16 字节 | 28-29 位小数 | `+-1.0 x 10^-28`至`+-7.9 x 10^28` | 上表给出了浮点类型的特征。 diff --git a/docs/dotnet/91.md b/docs/dotnet/91.md index fbfc512..217d152 100644 --- a/docs/dotnet/91.md +++ b/docs/dotnet/91.md @@ -203,9 +203,9 @@ There are total of 384 apples | VB 别名 | .NET 类型 | 大小 | 精度 | 范围 | | --- | --- | --- | --- | --- | -| `Single` | `System.Single` | 4 字节 | 7 位数 | 1.5 x 10^-45 至 3.4 x 10^38 | -| `Double` | `System.Double` | 8 字节 | 15-16 位数 | 5.0 x 10^-324 至 1.7 x 10^308 | -| `Decimal` | `System.Decimal` | 16 字节 | 28-29 位小数 | 1.0 x 10^-28 至 7.9 x 10^28 | +| `Single` | `System.Single` | 4 字节 | 7 位数 | `1.5 x 10^-45`至`3.4 x 10^38` | +| `Double` | `System.Double` | 8 字节 | 15-16 位数 | `5.0 x 10^-324`至`1.7 x 10^308` | +| `Decimal` | `System.Decimal` | 16 字节 | 28-29 位小数 | `1.0 x 10^-28`至`7.9 x 10^28` | 上表给出了浮点类型的特征。 diff --git a/docs/gui/246.md b/docs/gui/246.md index 6011f7e..2c558ba 100644 --- a/docs/gui/246.md +++ b/docs/gui/246.md @@ -191,7 +191,7 @@ End Class ``` -我们定义了多行文字。 与 C# ,Python 或 Ruby 不同,没有简单的结构可以用 Visual Basic 语言创建多行文本。 若要在 Visual Basic 中创建多行文本,我们使用`vbNewLine`打印常量,`+`串联字符和`_`行终止字符。 +我们定义了多行文字。 与 C# ,Python 或 Ruby 不同,没有简单的结构可以用 Visual Basic 语言创建多行文本。 若要在 Visual Basic 中创建多行文本,我们使用`vbNewLine`打印常量,`+`连接字符和`_`行终止字符。 ```vb Me.BorderWidth = 10 diff --git a/docs/gui/300.md b/docs/gui/300.md index 215e07b..9e2560d 100644 --- a/docs/gui/300.md +++ b/docs/gui/300.md @@ -200,7 +200,7 @@ text = "Meet you downstairs in the bar and heard" + vbNewLine + _ ``` -我们定义了多行文字。 与 C# ,Python 或 Ruby 不同,没有简单的结构可以用 Visual Basic 语言创建多行文本。 若要在 Visual Basic 中创建多行文本,我们使用`vbNewLine`打印常量,`+`串联字符和`_`行终止字符。 +我们定义了多行文字。 与 C# ,Python 或 Ruby 不同,没有简单的结构可以用 Visual Basic 语言创建多行文本。 若要在 Visual Basic 中创建多行文本,我们使用`vbNewLine`打印常量,`+`连接字符和`_`行终止字符。 ```vb Dim label As New QLabel(text, Me) diff --git a/docs/gui/340.md b/docs/gui/340.md index 353dd4e..0791d1e 100644 --- a/docs/gui/340.md +++ b/docs/gui/340.md @@ -81,7 +81,7 @@ End Class ``` -我们定义了多行文字。 与 C# ,Python 或 Ruby 不同,没有简单的结构可以用 Visual Basic 语言创建多行文本。 若要在 Visual Basic 中创建多行文本,我们使用`vbNewLine`打印常量,`+`串联字符和`_`行终止字符。 +我们定义了多行文字。 与 C# ,Python 或 Ruby 不同,没有简单的结构可以用 Visual Basic 语言创建多行文本。 若要在 Visual Basic 中创建多行文本,我们使用`vbNewLine`打印常量,`+`连接字符和`_`行终止字符。 ```vb Dim label As New Label diff --git a/docs/java/6.md b/docs/java/6.md index f328bc0..a729e19 100644 --- a/docs/java/6.md +++ b/docs/java/6.md @@ -145,7 +145,7 @@ true | `short` | 16 位 | -32,768 至 32,767 | | `char` | 16 位 | 0 至 65,535 | | `int` | 32 位 | -2,147,483,648 至 2,147,483,647 | -| `long | 64 位 | -9,223,372,036,854,775,808 至 9,223,372,036,854,775,807 | +| `long` | 64 位 | -9,223,372,036,854,775,808 至 9,223,372,036,854,775,807 | Table: Integer types in Java diff --git a/docs/py/6.md b/docs/py/6.md index cf8e563..a89b905 100644 --- a/docs/py/6.md +++ b/docs/py/6.md @@ -334,7 +334,7 @@ Another world\n 我们得到的字符串包括换行符。 -在下一个示例中,我们显示了字符串乘法和串联。 +在下一个示例中,我们显示了字符串乘法和连接。 `strings2.py` diff --git a/docs/py/7.md b/docs/py/7.md index ae82cbd..eeb669d 100644 --- a/docs/py/7.md +++ b/docs/py/7.md @@ -600,7 +600,7 @@ Could not find substring ## Python 基本字符串操作 -在下一个示例中,我们将进行字符串乘法和串联。 +在下一个示例中,我们将进行字符串乘法和连接。 `add_multiply.py` @@ -970,7 +970,7 @@ print("Dortmund" " - " "Sparta Praha " "2:1") ``` -我们已经知道相邻的字符串是串联在一起的。 +我们已经知道相邻的字符串是连接在一起的。 ```py $ ./teams1.py diff --git a/docs/ruby/78.md b/docs/ruby/78.md index 6a0faa2..fdf9a62 100644 --- a/docs/ruby/78.md +++ b/docs/ruby/78.md @@ -356,7 +356,7 @@ puts lang ``` -Ruby 提供了多种串联字符串的方法。 +Ruby 提供了多种连接字符串的方法。 ```ruby lang = "Ruby" + " programming" + " languge" -- GitLab