添加版本比较参数

This commit is contained in:
2025-04-14 20:22:56 +08:00
parent 9da8e6fecd
commit 5e7c9c7654
32 changed files with 68 additions and 6 deletions

View File

@@ -341,3 +341,54 @@ D:\ML\Wen\AUTS\AUTS_Studio\bin\Debug\ZstdSharp.dll
D:\ML\Wen\AUTS\AUTS_Studio\bin\Debug\System.Threading.Tasks.Extensions.dll D:\ML\Wen\AUTS\AUTS_Studio\bin\Debug\System.Threading.Tasks.Extensions.dll
D:\ML\Wen\AUTS\AUTS_Studio\bin\Debug\SharpCompress.pdb D:\ML\Wen\AUTS\AUTS_Studio\bin\Debug\SharpCompress.pdb
D:\ML\Wen\AUTS\AUTS_Studio\bin\Debug\System.Threading.Tasks.Extensions.xml D:\ML\Wen\AUTS\AUTS_Studio\bin\Debug\System.Threading.Tasks.Extensions.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\AUTS_Studio.exe.config
G:\Git\AUTS\AUTS_Studio\bin\Debug\AUTS_Studio.exe
G:\Git\AUTS\AUTS_Studio\bin\Debug\AUTS_Studio.pdb
G:\Git\AUTS\AUTS_Studio\bin\Debug\AUTS_Studio.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\MySql.Data.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\UTS_Core.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\SharpCompress.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\FluentFTP.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\FlexCell.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\Newtonsoft.Json.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\TeeChart.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\System.Data.SQLite.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\Google.Protobuf.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\Zstandard.Net.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\K4os.Compression.LZ4.Streams.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\BouncyCastle.Crypto.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\Ubiety.Dns.Core.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\System.Memory.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\System.Buffers.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\ZstdSharp.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\K4os.Compression.LZ4.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\K4os.Hash.xxHash.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\System.Numerics.Vectors.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\System.Threading.Tasks.Extensions.dll
G:\Git\AUTS\AUTS_Studio\bin\Debug\UTS_Core.pdb
G:\Git\AUTS\AUTS_Studio\bin\Debug\UTS_Core.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\UTS_Core.dll.config
G:\Git\AUTS\AUTS_Studio\bin\Debug\MySql.Data.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\SharpCompress.pdb
G:\Git\AUTS\AUTS_Studio\bin\Debug\FluentFTP.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\Newtonsoft.Json.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\Google.Protobuf.pdb
G:\Git\AUTS\AUTS_Studio\bin\Debug\Google.Protobuf.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\K4os.Compression.LZ4.Streams.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\System.Memory.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\System.Buffers.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\K4os.Compression.LZ4.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\K4os.Hash.xxHash.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\System.Numerics.Vectors.xml
G:\Git\AUTS\AUTS_Studio\bin\Debug\System.Threading.Tasks.Extensions.xml
G:\Git\AUTS\AUTS_Studio\obj\Debug\AUTS_Studio.vbproj.AssemblyReference.cache
G:\Git\AUTS\AUTS_Studio\obj\Debug\AUTS_Studio.FrmMain.resources
G:\Git\AUTS\AUTS_Studio\obj\Debug\AUTS_Studio.Resources.resources
G:\Git\AUTS\AUTS_Studio\obj\Debug\AUTS_Studio.vbproj.GenerateResource.cache
G:\Git\AUTS\AUTS_Studio\obj\Debug\AUTS_Studio.vbproj.CoreCompileInputs.cache
G:\Git\AUTS\AUTS_Studio\obj\Debug\AUTS_Stu.1BA4C2FE.Up2Date
G:\Git\AUTS\AUTS_Studio\obj\Debug\AUTS_Studio.exe
G:\Git\AUTS\AUTS_Studio\obj\Debug\AUTS_Studio.xml
G:\Git\AUTS\AUTS_Studio\obj\Debug\AUTS_Studio.pdb

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
'通过使用 "*",如下所示: '通过使用 "*",如下所示:
' <Assembly: AssemblyVersion("1.0.*")> ' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.8.5.0")> <Assembly: AssemblyVersion("1.8.6.0")>
<Assembly: AssemblyFileVersion("1.8.5.0")> <Assembly: AssemblyFileVersion("1.8.6.0")>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
5ae5db18d9a94b5b43cb694b80c2ab19e5509394fad38786e1538cfa9341656a 08a1e3f17f92823139efcfbded78cd67d4e97f08b796bd376076cf9efa0bab71

View File

@@ -157,7 +157,6 @@ G:\Git\AUTS\AUTS_Win\bin\Debug\BouncyCastle.Crypto.dll
G:\Git\AUTS\AUTS_Win\bin\Debug\Ubiety.Dns.Core.dll G:\Git\AUTS\AUTS_Win\bin\Debug\Ubiety.Dns.Core.dll
G:\Git\AUTS\AUTS_Win\bin\Debug\System.Memory.dll G:\Git\AUTS\AUTS_Win\bin\Debug\System.Memory.dll
G:\Git\AUTS\AUTS_Win\bin\Debug\System.Buffers.dll G:\Git\AUTS\AUTS_Win\bin\Debug\System.Buffers.dll
G:\Git\AUTS\AUTS_Win\bin\Debug\System.Text.Encoding.CodePages.dll
G:\Git\AUTS\AUTS_Win\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll G:\Git\AUTS\AUTS_Win\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
G:\Git\AUTS\AUTS_Win\bin\Debug\K4os.Compression.LZ4.dll G:\Git\AUTS\AUTS_Win\bin\Debug\K4os.Compression.LZ4.dll
G:\Git\AUTS\AUTS_Win\bin\Debug\K4os.Hash.xxHash.dll G:\Git\AUTS\AUTS_Win\bin\Debug\K4os.Hash.xxHash.dll
@@ -173,7 +172,6 @@ G:\Git\AUTS\AUTS_Win\bin\Debug\Google.Protobuf.xml
G:\Git\AUTS\AUTS_Win\bin\Debug\K4os.Compression.LZ4.Streams.xml G:\Git\AUTS\AUTS_Win\bin\Debug\K4os.Compression.LZ4.Streams.xml
G:\Git\AUTS\AUTS_Win\bin\Debug\System.Memory.xml G:\Git\AUTS\AUTS_Win\bin\Debug\System.Memory.xml
G:\Git\AUTS\AUTS_Win\bin\Debug\System.Buffers.xml G:\Git\AUTS\AUTS_Win\bin\Debug\System.Buffers.xml
G:\Git\AUTS\AUTS_Win\bin\Debug\System.Text.Encoding.CodePages.xml
G:\Git\AUTS\AUTS_Win\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml G:\Git\AUTS\AUTS_Win\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
G:\Git\AUTS\AUTS_Win\bin\Debug\K4os.Compression.LZ4.xml G:\Git\AUTS\AUTS_Win\bin\Debug\K4os.Compression.LZ4.xml
G:\Git\AUTS\AUTS_Win\bin\Debug\K4os.Hash.xxHash.xml G:\Git\AUTS\AUTS_Win\bin\Debug\K4os.Hash.xxHash.xml
@@ -192,3 +190,7 @@ D:\ML\Wen\AUTS\AUTS_Win\bin\Debug\ZstdSharp.dll
D:\ML\Wen\AUTS\AUTS_Win\bin\Debug\System.Threading.Tasks.Extensions.dll D:\ML\Wen\AUTS\AUTS_Win\bin\Debug\System.Threading.Tasks.Extensions.dll
D:\ML\Wen\AUTS\AUTS_Win\bin\Debug\SharpCompress.pdb D:\ML\Wen\AUTS\AUTS_Win\bin\Debug\SharpCompress.pdb
D:\ML\Wen\AUTS\AUTS_Win\bin\Debug\System.Threading.Tasks.Extensions.xml D:\ML\Wen\AUTS\AUTS_Win\bin\Debug\System.Threading.Tasks.Extensions.xml
G:\Git\AUTS\AUTS_Win\bin\Debug\ZstdSharp.dll
G:\Git\AUTS\AUTS_Win\bin\Debug\System.Threading.Tasks.Extensions.dll
G:\Git\AUTS\AUTS_Win\bin\Debug\SharpCompress.pdb
G:\Git\AUTS\AUTS_Win\bin\Debug\System.Threading.Tasks.Extensions.xml

View File

@@ -34,6 +34,9 @@ Namespace UTSModule.Test.Command.ConverterCommand
CommandReturn.ExecuteResult = CompareFunction.StringIsNotContain(_strSource, CommandReturn.LowerLimit, CommandReturn.UpperLimit) CommandReturn.ExecuteResult = CompareFunction.StringIsNotContain(_strSource, CommandReturn.LowerLimit, CommandReturn.UpperLimit)
Case "5" 'Momo 2022-09-19 字符串全字匹配等于upperlimit或lowwerlimit中的一个就返回true Case "5" 'Momo 2022-09-19 字符串全字匹配等于upperlimit或lowwerlimit中的一个就返回true
CommandReturn.ExecuteResult = CompareFunction.StringEquals(_strSource, CommandReturn.LowerLimit, CommandReturn.UpperLimit) CommandReturn.ExecuteResult = CompareFunction.StringEquals(_strSource, CommandReturn.LowerLimit, CommandReturn.UpperLimit)
Case "6" 'Momo 2025-04-10 字符串长度比较,字符串长度在上下限范围以内
CommandReturn.ExecuteResult = CompareFunction.StringLengthCheck(_strSource, CommandReturn.LowerLimit, CommandReturn.UpperLimit)
Case Else '默认字符串比较 Case Else '默认字符串比较
CommandReturn.ExecuteResult = CompareFunction.StringCompare(_strSource, CommandReturn.LowerLimit, CommandReturn.UpperLimit) CommandReturn.ExecuteResult = CompareFunction.StringCompare(_strSource, CommandReturn.LowerLimit, CommandReturn.UpperLimit)
End Select End Select

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
af7ffd6c70aae8262a8fd7fa2be8ccce4d83b9bc4c1bfc834a19f24335ece0da 8992de695cb4747f2d61d8ca9c137991718f6aad703974b1d98d7b62777d4093

View File

@@ -229,3 +229,9 @@ D:\ML\Wen\AUTS\UTS_Core\bin\Debug\ZstdSharp.dll
D:\ML\Wen\AUTS\UTS_Core\bin\Debug\Microsoft.Bcl.AsyncInterfaces.xml D:\ML\Wen\AUTS\UTS_Core\bin\Debug\Microsoft.Bcl.AsyncInterfaces.xml
D:\ML\Wen\AUTS\UTS_Core\bin\Debug\SharpCompress.pdb D:\ML\Wen\AUTS\UTS_Core\bin\Debug\SharpCompress.pdb
D:\ML\Wen\AUTS\UTS_Core\bin\Debug\System.Threading.Tasks.Extensions.xml D:\ML\Wen\AUTS\UTS_Core\bin\Debug\System.Threading.Tasks.Extensions.xml
G:\Git\AUTS\UTS_Core\bin\Debug\Microsoft.Bcl.AsyncInterfaces.dll
G:\Git\AUTS\UTS_Core\bin\Debug\System.Threading.Tasks.Extensions.dll
G:\Git\AUTS\UTS_Core\bin\Debug\ZstdSharp.dll
G:\Git\AUTS\UTS_Core\bin\Debug\Microsoft.Bcl.AsyncInterfaces.xml
G:\Git\AUTS\UTS_Core\bin\Debug\SharpCompress.pdb
G:\Git\AUTS\UTS_Core\bin\Debug\System.Threading.Tasks.Extensions.xml