HistoryIMPORTANT: See here for recent script-breaking changes. Here is dịch - HistoryIMPORTANT: See here for recent script-breaking changes. Here is Việt làm thế nào để nói

HistoryIMPORTANT: See here for rece

History
IMPORTANT: See here for recent script-breaking changes.



Here is the summarized history of the changes to AutoIt v3.

(For the complete technical history click here. For the complete history including all changes between beta versions click here.)



3.3.14.1 (28th July, 2015) (Release)

Others:

Changed: AutoIt3Help.exe reworked and digitally signed.


3.3.14.0 (10th July, 2015) (Release)

AutoIt:

Changed: Minimum OS requirements are now Windows XP SP3 and Windows Server 2003 SP2.
Changed: PCRE regular expression engine updated to 8.35.
Changed: Default text file encoding changed to UTF8 without BOM.
Changed: FileOpen() has new modes for forcing ANSI, UTF16-BE/LE without BOM.
Added #2761: AutoIt.chm title version.
Added #2365: FileFindNextFile() - information in @extended.
Added #2647: Return the line count from FileReadToArray() in @extended.
Added #2665: FileCopy() no longer fails when copying EFS files to destinations that don't support encryption.
Added #2686: Random() to return max value when min equals max.
Added #2346: FileSetEnd().
Added: Regular expression caching. Small performance improvements when using the same pattern multiple times.
Added: Constants for native Functions in AutoItConstants.au3.
Added #3012: GUISetFont() default value doc.
Added: @OSVersion supports Windows 10 and Windows Server 2016.
Fixed: Functions fixed for extended length paths: FileOpen(), FileCopy(), FileMove(), FileDelete().
Fixed #2755: SetError() doc precision.
Fixed #2743: Hex() crash with invalid len.
Fixed #2685: HotKeySet() fails to register a Hungarian letter.
Fixed #2588: Menu/Statusbar location problem.
Fixed #2471: Bad restore for script using $WS_EX_LAYOUTRTL.
Fixed #2287: GUICtrlSetState() $GUI_ONTOP not set.
Fixed #1573: TCPTimeout for Connect.
Fixed #2596: TCP/UDP @error values to be unique.
Fixed #2626: ControlGetText(), WinGetText(), WinGetTitle() wrong encoding for some words.
Fixed #2538: GuiSetAccelerators() was still firing events on disabled button controls.
Fixed #2671: StringSplit() was splitting incorrectly with regards to case sensitivity.
Fixed #2372: Incorrect line number given on a bad function call. (Still issues with Callback line errors).
Fixed #2805: FileWriteLine() was not returning a failure when disk was full.
Fixed #2623: RegDelete() returning 0 rather than 2 when a key exists but no write permissions to delete it.
Fixed #2813: Accessing "last created control" once GUI deleted caused a hard crash.
Fixed #2640: Odd conversion of strings containing numbers in expressions.
Fixed #2363: Call() with invalid user function was not setting @error correctly when used as an expression within another function call.
Fixed #2364: Call() with CallArgArray and no parameters.
Fixed #2789: With EndWith parameter issue.
Fixed #2820: WinExists() and other Win functions were incorrectly converting strings containing numbers into window handles and causing false matches.
Fixed #2502: Copy-on-write optimization when passing array and map elements ByRef was incorrect.
Fixed: Assigning objects by reference to COM properties like "$obj(some, params) = $obj2".
Fixed #2639: Unable to Copy/Paste from Embedded IE object.
Fixed #2839: GUISetAccelerators() with an invalid array can cause a hard crash.
Fixed #2920: Doc precision about no control position/resizing on initially window for GUiCreate()/WinMove().
Fixed #2924: Progress bar style documentation.
Fixed #3028: GUICtrlCreateCombo() doc formatting.
Fixed #3040: Int() doc typos.
Fixed #3042: Number() doc clarifications.
Fixed #3041: AutoItWinGetTitle() doc example typos.
Fixed #3039: AutoItWinSetTitle() doc example typos.
Fixed #3057: StringSplit() Return Value if $STR_NOCOUNT doc.
Fixed #2993: _Excel_RangeFind returns only last occurrence of string found.
AutoItX:

Changed: AutoItX3.psd1 renamed to AutoItX.psd. PSModulePath updated on install so that the system will auto-import.
Fixed #2694: ControlListView not finding controls in x64 mode.
UDFs:

Changed: _SQLite 3.8.4.3 -> 3.8.10.0.
Changed: Reduced duplicate code for finding the maximum and minimum value in an array.
Changed: _ArrayAdd() now uses constants to change addition behaviour and datatype forcing.
Changed: _ArrayInsert now uses constants to change addition behaviour and datatype forcing.
Changed: _GDIPlus_Startup() need explicit Dll for GDI+ v1.1 support under Vista or Server 2008.
Changed: Removed internal redraw code from _GUIListView_DeleteAllItems() and _GUIListView_DeleteSelectedItems().
Changed: _ArrayUnique() can now deal with Int64 values via new parameter.
Changed: Re-wrote _StringInsert() using native functions.
Changed: _HexToString() to _StringToHex() now handles strings and binary as UTF-8 by default.
Changed: _FileWriteToLine() overwrite optional parameter is now boolean and not an integer of zero or one. The old values are still supported for now.
Changed: _Excel_BookOpen() changed from @error = 4 to @error = 0 and @extended = 1 if Workbook could not be opened Read-Write. THIS IS A SCRIPT BREAKING CHANGE
Changed: _Word_DocOpen() changed from @error = 4 to @error = 0 and @extended = 1 if document could not be opened Read-Write. THIS IS A SCRIPT BREAKING CHANGE
Changed: Re-wrote _MathCheckDiv().
Changed: _ArrayTranspose() algorithm.
Added #2732: ObjName() doc example.
Added #2751: Regions and GUI control tip labels to the control sample example.
Added #2764: _WinAPI_ShellExecuteEx(), _WinAPI_GetPriorityClass() doc constants.
Added: $SS_ENHMETAFILE, $SS_REALSIZECONTROL, $STM_SETICON, $STM_GETICON, $STM_SETIMAGE, $STM_GETIMAGE to StaticConstants.au3.
Added #2826: Quit to close the browser.
Added #2836: _WinAPI_SfcIsKeyProtected() doc example.
Added: More _GDIPlus_Font* functions.
Added: _WinAPI_GetFontResourceInfo() return more Font information.
Added: _WinAPI_GetFontMemoryResourceInfo().
Added #2922: _VersionCompare() with different number of fields.
Added #2968: Optional parameter $iMSeconds to _SetTime().
Added: $SB_ANSI, $SB_UTF16LE, $SB_UTF16BE and $SB_UTF8 constants to StringConstants.au3, for use with BinaryToString() and StringToBinary().
Added: Constants to Assign() and IsDeclared().
Added #2982: _FTP_Connect() example improvement.
Added #2976: #pragma default value.
Added #2998: Added missing key (03 - control-break processing) to the _IsPressed() documentation.
Added: _GDIPlus_ImageGetDimension().
Added: _GDIPlus_BitmapCreateDIBFromBitmap() can be used to allow .PNG in GUICtrlCreatePic().
Added: _GDIPlus_ImageGetThumbnail().
Added #3034: _Timer_SetTimer() doc example.
Fixed #2734: Incorrectly setting the wrong member.
Fixed #2736: DriveGetType() and _WinAPI_SetWindowPos() doc Constants.au3 to AutoItConstants.au3.
Fixed #2737: _WinAPI_ShellGetStockIconInfo() doc $SIID_ constants.
Fixed #2744: Requires IE5 removal as Min OS = Windows XP.
Fixed #2741: _WinAPI_DrawThemeEdge() constants reference in BorderConstants.au3.
Fixed #2740: _WinAPI_IsProcessorFeaturePresent() doc $PF_* constants.
Fixed #2739: _WinAPI_SetLocaleInfo() doc $LOCALE_* constants.
Fixed #2738: _WinAPI_ShellRestricted() doc $REST_* constants.
Fixed #2745: Mismatch of supported operating system with the official AutoIt site.
Fixed #2746: IE6Example.htm refreshing and associated COMRef.htm.
Fixed #2749: Bad Include in COM example.
Fixed #2748: Variable used before declaration.
Fixed #2758: _ArrayPermute() with multicharacter delimiter.
Fixed #2782: Documentation of various constants.
Fixed #2803: _ArrayMinIndex() and _ArrayMaxIndex() failing with 1-dimensional arrays that had 1 element only.
Fixed: _ArrayAdd() failing with a trailing delimiter in $vValue.
Fixed #2816: Doc precision with _GDIPlus_ImageLoadFromFile() specifying -1 when it's 0 on failure.
Fixed: _Crypt_DecryptData() and _Crypt_EncryptData() failing with a blank string when using the RC4 algorithm.
Fixed #2821: Example comment was incorrect for _DateToDayOfWeekISO().
Fixed #2823: _ChooseFont() default color BGR not RGB.
Fixed: Limit bug in _ArrayToClip(), _ArrayExtract() and _ArrayToString().
Fixed #2828: Typo of security in _IEFormElementSetValue().
Fixed: Limit bug in _ArraySwap().
Fixed #2861: _WinAPI_ReadDirectoryChanges() example.
Fixed #2874: _GUICtrlRichEdit_SetCharColor() not at insertpoint.
Fixed #2909: Backslash was not appended in _PathMake() if $sDir was blank.
Fixed #2908: _ScreenCapture_Capture() failing due to out of bounds error.
Fixed #2917: _WinAPI_AddMRUString() example crash when run in X64 mode (Msdn Bug CreateMRUListW !!!).
Fixed #2918: _GDIPlus_GetEncoderParameterList() not working.
Fixed: Range setting in _ArrayDisplay().
Fixed: _Array_FindAll() return array incorrectly dimesioned for row search.
Fixed #2964: Incorrect structure for $tagWNDCLASS.
Fixed: _WinAPI_IsWritable() wrong detection when the device is not ready.
Fixed: The seconds parameter in _SetTime() being set as milliseconds.
Fixed #2967: Incorrect format of AM/PM when the time was 00:00.
Fixed #2983: _WinApi_GetString() doc.
Fixed #3011: _FileListToArrayRec() not closing the open handle.
Fixed: _Word_DocFind(), _Word_DocFindReplace() and _Word_DocPrint() did not set @extended to the COM error code.
Fixed: _StringExplode not using full delimiter to split.
Fixed #3018: _GDIPlus_EffectCreateHueSaturationLightness () doc and _GDIPlus_BitmapApplyEffect() crash.
Fixed #3038: _Timer_SetTimer() callback function parameters.
Fixed #3037: _RunDOS() waits for command completion.
Fixed #3055: Bad link in _WinAPI_IOCTL() doc.
Fixed #3052: _ArraySort() doc clarification for 2D.
Fixed #3059: Miscelaneous => Miscellaneous in Help : Typos.
Fixed #3063: Removed additional param in the $tagRAWKEYBOARD structure.
Au3Check:

Fixed: False error report on COM variable.
Fixed: False error report on With statement.
Added: Support of UTF8 with BOM files.
Others:

Changed: Improved highlighting AutoIt code inside the HTML files.
Added: IconsMyAuto
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
Lịch sửQuan trọng: Xem ở đây để thay đổi kịch bản-breaking gần đây. Dưới đây là lịch sử tóm tắt của những thay đổi để AutoIt v3.(Đối với lịch sử kỹ thuật hoàn toàn bấm vào đây. Đối với lịch sử hoàn chỉnh bao gồm tất cả thay đổi giữa phiên bản beta phiên bản đây.) 3.3.14.1 (28 tháng 7, năm 2015) (phát hành)Những người khác:Thay đổi: AutoIt3Help.exe reworked và chữ ký điện tử. 3.3.14.0 (10 tháng 7, năm 2015) (phát hành)AutoIt:Thay đổi: Yêu cầu tối thiểu là OS đang Windows XP SP3 và Windows Server 2003 SP2. Thay đổi: Chính quy PCRE biểu hiện thường xuyên kiếm Cập Nhật để 8,35. Thay đổi: Mã hóa tập tin văn bản mặc định thay đổi để UTF8 mà không có hội đồng quản trị. Thay đổi: FileOpen() có các chế độ mới nhất buộc ANSI, UTF16-/ LE mà không có hội đồng quản trị. Thêm #2761: AutoIt.chm tiêu đề phiên bản. Thêm #2365: FileFindNextFile() - thông tin tại @extended. Thêm #2647: Trở về số dòng từ FileReadToArray() ở @extended. Thêm #2665: FileCopy() không còn lỗi khi sao chép tập tin EFS tới các điểm đến không hỗ trợ mã hóa. Thêm #2686: Random() để trở về giá trị tối đa khi phút bằng tối đa. Thêm #2346: FileSetEnd(). Added: Biểu thức thông thường bộ nhớ đệm. Cải tiến hiệu suất nhỏ khi sử dụng cùng một khuôn mẫu nhiều lần. Added: Hằng số cho các chức năng bản địa trong AutoItConstants.au3. Thêm #3012: GUISetFont() các bác sĩ giá trị mặc định. Added: @OSVersion hỗ trợ Windows 10 và Windows Server năm 2016. Cố định: Chức năng cố định cho mở rộng chiều dài đường dẫn: FileOpen(), FileCopy(), FileMove(), FileDelete(). Cố định #2755: SetError() tài liệu chính xác. Cố định #2743: Hex() tai nạn với len không hợp lệ. 2685 # cố định: HotKeySet() không đăng ký một bức thư Hungary. Cố định #2588: Đơn/thanh trạng thái vị trí vấn đề. Cố định #2471: Xấu khôi phục cho kịch bản bằng cách sử dụng $WS_EX_LAYOUTRTL. Cố định #2287: GUICtrlSetState() $GUI_ONTOP không đặt. Cố định #1573: TCPTimeout cho kết nối. Cố định #2596: TCP/UDP @error giá trị là duy nhất. 2626 # cố định: ControlGetText(), WinGetText(), WinGetTitle() sai mã hoá cho một số từ. Cố định #2538: GuiSetAccelerators() vẫn bắn các sự kiện trên Khuyết tật nút điều khiển. Cố định #2671: StringSplit() tách không chính xác là liên quan đến trường hợp nhạy cảm. Cố định #2372: Số không chính xác dòng trên một cuộc gọi xấu chức năng. (Vẫn còn vấn đề với gọi lại dòng lỗi). Cố định #2805: FileWriteLine() đã không trở về một sự thất bại khi đĩa đã được đầy đủ. Cố định #2623: RegDelete() trở về 0 thay vì 2 khi một phím tồn tại nhưng không có quyền ghi để xóa nó. Cố định #2813: Truy cập vào "cuối tạo kiểm soát" sau khi GUI xóa gây ra một vụ tai nạn cứng. Cố định #2640: Lẻ chuyển đổi của chuỗi chứa số trong biểu hiện. 2363 # cố định: Call() với chức năng người dùng không hợp lệ đã không thiết lập @error một cách chính xác khi được sử dụng như là một biểu hiện trong vòng một chức năng cuộc gọi. Cố định #2364: Call() với CallArgArray và không tham biến. Cố định #2789: Với các vấn đề tham số EndWith. 2820 # cố định: WinExists() và các chức năng giành chiến thắng không chính xác chuyển đổi chuỗi chứa số vào cửa sổ xử lý và gây ra trận đấu sai. Cố định #2502: Tối ưu hóa bản sao trên viết khi đi qua các mảng và bản đồ các yếu tố ByRef là không chính xác. Cố định: Việc phân công các đối tượng bằng cách tham khảo để COM tài sản như "$obj (một số, chủ) = $obj2". Cố định #2639: Không thể sao chép/dán từ đối tượng nhúng IE. Cố định #2839: GUISetAccelerators() với một mảng không hợp lệ có thể gây ra một vụ tai nạn cứng. Cố định #2920: Tài liệu chính xác về không có kiểm soát vị trí/thay đổi kích thước trên cửa sổ ban đầu cho GUiCreate()/WinMove(). Cố định #2924: Progress bar phong cách tài liệu hướng dẫn. 3028 # cố định: GUICtrlCreateCombo() tài liệu định dạng. Cố định #3040: Int() đốc lỗi chính tả. Cố định #3042: Number() đốc làm rõ. Cố định #3041: AutoItWinGetTitle() đốc ví dụ lỗi chính tả. 3039 # cố định: AutoItWinSetTitle() đốc ví dụ lỗi chính tả. Cố định #3057: StringSplit() trở về giá trị nếu tài liệu $STR_NOCOUNT. Cố định #2993: _Excel_RangeFind trả về chỉ qua sự xuất hiện của chuỗi tìm thấy. AutoItX:Thay đổi: AutoItX3.psd1 đổi tên thành AutoItX.psd. PSModulePath Cập Nhật vào cài đặt sao cho hệ thống sẽ tự động-nhập khẩu. Cố định #2694: ControlListView không tìm thấy điều khiển trong x 64 chế độ. UDFs:Thay đổi: _SQLite 3.8.4.3 -> 3.8.10.0. Thay đổi: Giảm trùng lặp mã cho việc tìm kiếm giá trị tối đa và tối thiểu trong một mảng. Thay đổi: _ArrayAdd() bây giờ sử dụng hằng số để thay đổi hành vi bổ sung và loại dữ liệu buộc. Thay đổi: _ArrayInsert bây giờ sử dụng hằng số để thay đổi hành vi bổ sung và loại dữ liệu buộc. Thay đổi: _GDIPlus_Startup() cần rõ ràng Dll cho GDI + v1.1 hỗ trợ theo Vista hoặc Server 2008. Thay đổi: Loại bỏ các mã số nội bộ redraw từ _GUIListView_DeleteAllItems() và _GUIListView_DeleteSelectedItems(). Thay đổi: _ArrayUnique() bây giờ có thể đối phó với Int64 giá trị thông qua các tham số mới. Thay đổi: Tái viết _StringInsert() bằng cách sử dụng chức năng bản địa. Thay đổi: _HexToString() để _StringToHex() bây giờ xử lý chuỗi và nhị phân như UTF-8 theo mặc định. Thay đổi: _FileWriteToLine() ghi đè tùy chọn tham số là bây giờ boolean và không phải là một số nguyên của zero hoặc một. Các giá trị cũ vẫn được hỗ trợ cho bây giờ. Thay đổi: _Excel_BookOpen() thay đổi từ @error = 4 để @error = 0 và @extended = 1 nếu sổ làm việc không thể mở đọc-ghi. ĐÂY LÀ MỘT SỰ THAY ĐỔI PHÁ VỠ KỊCH BẢN Thay đổi: _Word_DocOpen() thay đổi từ @error = 4 để @error = 0 và @extended = 1 nếu tài liệu không thể mở đọc-ghi. ĐÂY LÀ MỘT SỰ THAY ĐỔI PHÁ VỠ KỊCH BẢN Thay đổi: Tái viết _MathCheckDiv(). Thay đổi: thuật toán _ArrayTranspose(). Thêm #2732: ObjName() đốc ví dụ. Thêm #2751: Khu vực và giao diện điều khiển Mẹo nhãn ví dụ mẫu kiểm soát. Thêm #2764: _WinAPI_ShellExecuteEx(), _WinAPI_GetPriorityClass() đốc hằng số. Added: $SS_ENHMETAFILE, $SS_REALSIZECONTROL, $STM_SETICON, $STM_GETICON, $STM_SETIMAGE, $STM_GETIMAGE để StaticConstants.au3. Thêm #2826: Bỏ đóng trình duyệt. Thêm #2836: _WinAPI_SfcIsKeyProtected() đốc ví dụ. Added: Thêm _GDIPlus_Font * chức năng. Added: _WinAPI_GetFontResourceInfo() trở lại thêm Font thông tin. Thêm: _WinAPI_GetFontMemoryResourceInfo(). Thêm #2922: _VersionCompare() với số lĩnh vực khác nhau. Thêm #2968: Tham số tùy chọn $iMSeconds để _SetTime(). Thêm: $SB_ANSI, $SB_UTF16LE, $SB_UTF16BE và $SB_UTF8 hằng số để StringConstants.au3, để sử dụng với BinaryToString() và StringToBinary(). Added: Hằng số Assign() và IsDeclared(). Thêm #2982: _FTP_Connect() ví dụ cải tiến. Thêm #2976: #pragma giá trị mặc định. Thêm #2998: Thêm mất chìa khóa (03 - điều khiển-break xử lý) để các tài liệu _IsPressed(). Thêm: _GDIPlus_ImageGetDimension(). Added: _GDIPlus_BitmapCreateDIBFromBitmap() có thể được sử dụng để cho phép. PNG trong GUICtrlCreatePic(). Thêm: _GDIPlus_ImageGetThumbnail(). Thêm #3034: _Timer_SetTimer() đốc ví dụ. Cố định #2734: Không đúng thiết lập các thành viên sai. Cố định #2736: DriveGetType() và _WinAPI_SetWindowPos() bác sĩ Constants.au3 để AutoItConstants.au3. Cố định #2737: _WinAPI_ShellGetStockIconInfo() doc $SIID_ hằng số. Cố định #2744: Yêu cầu IE5 loại bỏ như Min OS = Windows XP. Cố định #2741: _WinAPI_DrawThemeEdge() hằng số tham khảo trong BorderConstants.au3. 2740 # cố định: _WinAPI_IsProcessorFeaturePresent() doc $PF_ * hằng số. Cố định #2739: _WinAPI_SetLocaleInfo() doc $LOCALE_ * hằng số. Cố định #2738: _WinAPI_ShellRestricted() doc $REST_ * hằng số. Cố định #2745: Không phù hợp của hệ điều hành được hỗ trợ với các trang web chính thức của AutoIt. Cố định #2746: IE6Example.htm làm mới và liên kết COMRef.htm. Fixed #2749: Bad Include in COM example. Fixed #2748: Variable used before declaration. Fixed #2758: _ArrayPermute() with multicharacter delimiter. Fixed #2782: Documentation of various constants. Fixed #2803: _ArrayMinIndex() and _ArrayMaxIndex() failing with 1-dimensional arrays that had 1 element only. Fixed: _ArrayAdd() failing with a trailing delimiter in $vValue. Fixed #2816: Doc precision with _GDIPlus_ImageLoadFromFile() specifying -1 when it's 0 on failure. Fixed: _Crypt_DecryptData() and _Crypt_EncryptData() failing with a blank string when using the RC4 algorithm. Fixed #2821: Example comment was incorrect for _DateToDayOfWeekISO(). Fixed #2823: _ChooseFont() default color BGR not RGB. Fixed: Limit bug in _ArrayToClip(), _ArrayExtract() and _ArrayToString(). Fixed #2828: Typo of security in _IEFormElementSetValue(). Fixed: Limit bug in _ArraySwap(). Fixed #2861: _WinAPI_ReadDirectoryChanges() example. Fixed #2874: _GUICtrlRichEdit_SetCharColor() not at insertpoint. Fixed #2909: Backslash was not appended in _PathMake() if $sDir was blank. Fixed #2908: _ScreenCapture_Capture() failing due to out of bounds error. Fixed #2917: _WinAPI_AddMRUString() example crash when run in X64 mode (Msdn Bug CreateMRUListW !!!). Fixed #2918: _GDIPlus_GetEncoderParameterList() not working. Fixed: Range setting in _ArrayDisplay(). Fixed: _Array_FindAll() return array incorrectly dimesioned for row search. Fixed #2964: Incorrect structure for $tagWNDCLASS.
Fixed: _WinAPI_IsWritable() wrong detection when the device is not ready.
Fixed: The seconds parameter in _SetTime() being set as milliseconds.
Fixed #2967: Incorrect format of AM/PM when the time was 00:00.
Fixed #2983: _WinApi_GetString() doc.
Fixed #3011: _FileListToArrayRec() not closing the open handle.
Fixed: _Word_DocFind(), _Word_DocFindReplace() and _Word_DocPrint() did not set @extended to the COM error code.
Fixed: _StringExplode not using full delimiter to split.
Fixed #3018: _GDIPlus_EffectCreateHueSaturationLightness () doc and _GDIPlus_BitmapApplyEffect() crash.
Fixed #3038: _Timer_SetTimer() callback function parameters.
Fixed #3037: _RunDOS() waits for command completion.
Fixed #3055: Bad link in _WinAPI_IOCTL() doc.
Fixed #3052: _ArraySort() doc clarification for 2D.
Fixed #3059: Miscelaneous => Miscellaneous in Help : Typos.
Fixed #3063: Removed additional param in the $tagRAWKEYBOARD structure.
Au3Check:

Fixed: False error report on COM variable.
Fixed: False error report on With statement.
Added: Support of UTF8 with BOM files.
Others:

Changed: Improved highlighting AutoIt code inside the HTML files.
Added: IconsMyAuto
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
Lịch sử
QUAN TRỌNG: Xem ở đây để thay đổi kịch bản phá gần đây. Dưới đây là lịch sử tóm tắt của những thay đổi để AutoIt v3. (Đối với các kỹ thuật hoàn chỉnh Lịch sử, nhấp vào đây Đối với toàn bộ lịch sử bao gồm tất cả các thay đổi giữa các phiên bản beta bấm vào đây..) 3.3.14.1 (28 tháng 7 2015) (Release) khác: Thay đổi: AutoIt3Help.exe làm lại và chữ ký số. 3.3.14.0 (Tháng Bảy 10, 2015) (Release) AutoIt: Thay đổi: các yêu cầu hệ điều hành tối thiểu là bây giờ Windows XP SP3 và Windows Server 2003 SP2 . Thay đổi: PCRE cơ biểu hiện thường xuyên cập nhật để 8,35. Thay đổi:. Mặc định tập tin văn bản mã hóa thay đổi để UTF8 mà không BOM Thay đổi:. FileOpen () có phương thức mới để buộc ANSI, UTF16-BE / LE mà không BOM thêm # 2761: AutoIt.chm . phiên bản tiêu đề thêm # 2365: FileFindNextFile () - thông tin trongextended. Thêm # 2647:. Trả lại số dòng từ FileReadToArray () trongextended thêm # 2665: FileCopy () không còn bị lỗi khi sao chép các tập tin EFS để điểm đến mà don 't hỗ trợ mã hóa. Thêm # 2686: Random () để trả lại giá trị tối đa khi min bằng max. Added # 2346:. FileSetEnd () Added: thường xuyên biểu hiện bộ nhớ đệm. Cải tiến hiệu suất nhỏ khi sử dụng cùng mẫu nhiều lần. Added: hằng số cho chức năng bản địa AutoItConstants.au3. Added # 3012:. GUISetFont () giá trị mặc ​​định doc Added:OSVersion hỗ trợ Windows 10 và Windows Server 2016. Cố định: Chức năng cố định cho đường có độ dài dài: FileOpen (), FileCopy (), FileMove (), FileDelete (). Fixed # 2755:. SetError () doc chính xác Fixed # 2743: Hex () tai nạn với len không hợp lệ. Fixed # 2685: HotKeySet () không thành công đăng ký một thư Hungary. Fixed # 2588: Menu / Statusbar vị trí vấn đề. Fixed # 2471: Bad khôi phục lại cho kịch bản bằng cách sử dụng $ WS_EX_LAYOUTRTL. Fixed # 2287:. GUICtrlSetState () $ GUI_ONTOP không được thiết lập cố định # 1573:. TCPTimeout cho Connect Fixed # 2596: TCP / UDPerror giá trị phải là duy nhất. Fixed # 2626: ControlGetText (), WinGetText (), WinGetTitle () sai mã hóa cho một số từ. Fixed # 2538:. GuiSetAccelerators () vẫn bắn các sự kiện trên các nút điều khiển khuyết tật cố định # 2671: StringSplit () đã được tách không chính xác liên quan đến là trường hợp nhạy cảm. Fixed # 2372: số dòng không chính xác được đưa ra trên một cuộc gọi chức năng xấu. (Tuy nhiên các vấn đề với lỗi đường gọi lại). Fixed # 2805: FileWriteLine () đã không trở về một thất bại khi đĩa đã đầy đủ. Fixed # 2623: RegDelete () trở về 0 chứ không phải là 2 khi một phím tồn tại nhưng không có quyền ghi vào xóa nó. Fixed # 2813: Truy cập vào "cuối cùng tạo ra sự kiểm soát" một lần GUI xóa gây ra một vụ tai nạn cứng. Fixed # 2640:. chuyển đổi Odd của chuỗi chứa số trong các biểu thức cố định # 2363: Gọi () với chức năng sử dụng không hợp lệ đã không được thiết lập một cách chính xác khi sử dụngerror như là một biểu trong một cuộc gọi chức năng. Fixed # 2364: Gọi () với CallArgArray và không có tham số. Fixed # 2789:. Với EndWith vấn đề tham số cố định # 2820: WinExists () và chức năng Win khác đã không chính xác chuyển đổi chuỗi chứa số vào sổ tay cầm và gây ra các trận đấu giả. Fixed # 2502: Copy-on-viết tối ưu hóa khi đi qua các mảng và bản đồ các yếu tố ByRef là không chính xác. Cố định: Phân công các đối tượng bằng cách tham chiếu để tính COM như "$ obj (một số, params) = $ obj2". Cố định # 2639:. Không thể để sao chép / dán từ nhúng đối tượng IE Fixed # 2839: GUISetAccelerators () với một mảng không hợp lệ có thể gây ra một vụ tai nạn cứng. Fixed # 2920: Doc độ chính xác về vị trí không kiểm soát / thay đổi kích thước trên đầu cửa sổ cho GUiCreate () / WinMove (). Fixed # 2924: Tiến bộ tài liệu hướng dẫn phong cách thanh. Fixed # 3028: GUICtrlCreateCombo () doc định dạng. Fixed # 3040: Int () lỗi chính tả doc. Fixed # 3042: Number () làm rõ doc. Fixed # 3041: AutoItWinGetTitle () doc Ví dụ lỗi chính tả. Fixed # 3039: AutoItWinSetTitle () doc dụ lỗi chính tả. Fixed # 3057: StringSplit () Quay trở lại giá trị nếu $ STR_NOCOUNT doc. Fixed # 2993: _Excel_RangeFind trả về chỉ xuất hiện cuối cùng của chuỗi được tìm thấy. AutoItX: Thay đổi: AutoItX3.psd1 đổi tên thành AutoItX.psd. PSModulePath cập nhật cài đặt để hệ thống sẽ tự động nhập khẩu. Fixed # 2694: ControlListView không tìm thấy điều khiển trong chế độ x64. UDFs: Thay đổi: _SQLite 3.8.4.3 -> 3.8.10.0. Thay đổi: Giảm mã trùng lặp cho việc tìm kiếm tối đa và tối thiểu . giá trị trong một mảng Thay đổi:. _ArrayAdd () bây giờ sử dụng các hằng số để thay đổi hành vi của cộng và datatype buộc Thay đổi: _ArrayInsert bây giờ sử dụng các hằng số để thay đổi hành vi của cộng và datatype buộc. Thay đổi: _GDIPlus_Startup () cần rõ ràng Dll cho GDI + hỗ trợ v1.1 dưới Vista hoặc Server 2008. Thay đổi:. Removed mã nội bộ vẽ lại từ _GUIListView_DeleteAllItems () và _GUIListView_DeleteSelectedItems () Thay đổi: _ArrayUnique (Mỹ) có thể đối phó với các giá trị Int64 qua các thông số mới. Thay đổi: Re-viết _StringInsert () bằng cách sử dụng các chức năng bản địa. Thay đổi: _HexToString () để _StringToHex () bây giờ xử lý chuỗi và nhị phân là UTF-8 theo mặc định. Thay đổi: _FileWriteToLine () ghi đè lên tham số tùy chọn tại là boolean và không phải là một số nguyên của số không hoặc. Các giá trị cũ vẫn được hỗ trợ cho doanh nghiệp. Thay đổi: _Excel_BookOpen () thay đổi từerror = 4 đểerror = 0 vàextended = 1 nếu Workbook không thể mở được Read-Write. THIS IS A SCRIPT BREAKING ĐỔI Thay đổi: _Word_DocOpen () thay đổi từerror = 4 đểerror = 0 vàextended = 1 nếu tài liệu không thể mở được Read-Write. THIS IS A SCRIPT BREAKING ĐỔI Thay đổi: Re-viết _MathCheckDiv (). Thay đổi: _ArrayTranspose) thuật toán (. Thêm # 2732:. ObjName () doc dụ thêm # 2751:. Các khu vực và giao diện điều khiển nhãn tip với ví dụ mẫu kiểm soát thêm # 2764: _WinAPI_ShellExecuteEx (), _WinAPI_GetPriorityClass () hằng doc. Added: $ SS_ENHMETAFILE, $ SS_REALSIZECONTROL, $ STM_SETICON, $ STM_GETICON, $ STM_SETIMAGE, $ STM_GETIMAGE để StaticConstants.au3. Thêm # 2826:. Thoát để đóng trình duyệt thêm # 2836: . _WinAPI_SfcIsKeyProtected () doc dụ Added: More _GDIPlus_Font * chức năng. Added: _WinAPI_GetFontResourceInfo () trả về thông tin Font hơn. Added: _WinAPI_GetFontMemoryResourceInfo (). Added # 2922: _VersionCompare () với số lượng khác nhau của các lĩnh vực. Thêm # 2968: Tùy chọn tham số $ iMSeconds để _SetTime (). Added:. $ SB_ANSI, $ SB_UTF16LE, $ SB_UTF16BE và $ SB_UTF8 hằng số để StringConstants.au3, để sử dụng với BinaryToString () và StringToBinary () Added: hằng số để Gán () và IsDeclared (). Added # 2982 .: _FTP_Connect () cải thiện ví dụ Added # 2976: #pragma giá trị mặc ​​định. Thêm # 2998: Thêm thiếu chính (03 - xử lý kiểm soát-break) đến _IsPressed () tài liệu. Added: _GDIPlus_ImageGetDimension (). Added: _GDIPlus_BitmapCreateDIBFromBitmap () có thể được sử dụng để cho phép .PNG trong GUICtrlCreatePic (). Added: _GDIPlus_ImageGetThumbnail (). Added # 3034:. _Timer_SetTimer () doc dụ Fixed 2734: Không chính xác thiết lập các thành viên sai. Fixed # 2736: DriveGetType () và _WinAPI_SetWindowPos () Constants doc .au3 để AutoItConstants.au3. Fixed # 2737: _WinAPI_ShellGetStockIconInfo () doc $ SIID_ hằng. Fixed # 2744: Yêu cầu loại bỏ IE5 như Min OS = Windows XP. Fixed # 2741: _WinAPI_DrawThemeEdge () hằng tham chiếu trong BorderConstants.au3. Fixed # 2740 : _WinAPI_IsProcessorFeaturePresent () doc $ PF_ * hằng số. Fixed # 2739: _WinAPI_SetLocaleInfo () doc $ LOCALE_ * hằng số. Fixed # 2738: _WinAPI_ShellRestricted () doc $ REST_ * hằng số. Fixed # 2745: không phù hợp của hệ điều hành được hỗ trợ với các trang web AutoIt chính thức . Cố định # 2746: IE6Example.htm COMRef.htm làm mới và có liên quan. Fixed # 2749: Bad Bao gồm trong COM ví dụ. Fixed # 2748:. Variable sử dụng trước khi khai Fixed # 2758:. _ArrayPermute () với dấu phân cách multicharacter Fixed # 2782: Tài liệu các hằng số khác nhau. Fixed # 2803: _ArrayMinIndex () và _ArrayMaxIndex () không với mảng 1 chiều mà có 1 yếu tố duy nhất. Cố định:. _ArrayAdd () không có một dấu phân cách dấu trong $ vValue Fixed # 2816: Doc chính xác với _GDIPlus_ImageLoadFromFile ( ) xác định -1 khi nó là 0 trên thất bại. Cố định: _Crypt_DecryptData () và _Crypt_EncryptData () thất bại với một chuỗi trống khi sử dụng thuật toán RC4. Fixed # 2821:. Ví dụ bình luận là không chính xác cho _DateToDayOfWeekISO () Fixed # 2823: _ChooseFont () Màu mặc định BGR không RGB. Cố định: Hạn chế lỗi trong _ArrayToClip (), _ArrayExtract () và _ArrayToString (). Fixed # 2828: Typo về an ninh trong _IEFormElementSetValue (). Cố định: Hạn chế lỗi trong _ArraySwap (). Fixed # 2861: _WinAPI_ReadDirectoryChanges ( ) ví dụ. Fixed # 2874: _GUICtrlRichEdit_SetCharColor () không phải ở insertpoint. Fixed # 2909: Dấu gạch chéo ngược được không nối trong _PathMake () nếu $ sDir là trống. Fixed # 2908:. _ScreenCapture_Capture () không do để ra khỏi giới hạn lỗi Fixed # 2917 : _WinAPI_AddMRUString () sụp đổ dụ khi chạy ở chế độ X64 (MSDN Bug CreateMRUListW !!!). Fixed # 2918: _GDIPlus_GetEncoderParameterList () không làm việc. Cố định: thiết lập cấp ở _ArrayDisplay (). Cố định: _Array_FindAll () mảng trở lại đúng dimesioned cho hàng . tìm kiếm Fixed # 2964:. cấu trúc chính xác cho $ tagWNDCLASS Cố định: _WinAPI_IsWritable () phát hiện sai khi thiết bị chưa sẵn sàng. Cố định: Các tham số giây trong _SetTime () được thiết lập như là mili giây. Fixed # 2967: định dạng không đúng AM / PM khi thời gian là 00:00. Fixed # 2983: _WinApi_GetString () doc. Fixed # 3011: _FileListToArrayRec () không phải đóng tay cầm mở. Cố định: _Word_DocFind (), _Word_DocFindReplace () và _Word_DocPrint () đã không tậpextended đến . mã lỗi COM cố định:. _StringExplode không sử dụng đầy đủ dấu phân cách để tách Fixed # 3018:. _GDIPlus_EffectCreateHueSaturationLightness () doc và _GDIPlus_BitmapApplyEffect () sụp đổ Fixed # 3038: _Timer_SetTimer () các thông số chức năng gọi lại. Fixed # 3037: _RunDOS () chờ đợi hoàn thành lệnh . Cố định # 3055: link Bad trong _WinAPI_IOCTL () doc. Fixed # 3052: _ArraySort () doc rõ cho 2D. Fixed # 3059: Các loại khác => Khác biệt trong Help: Typos. Fixed # 3063: param thêm Removed trong cấu trúc $ tagRAWKEYBOARD . Au3Check: Cố định: báo cáo lỗi sai về biến COM. Cố định: báo cáo lỗi sai về Với tuyên bố. Added:. Hỗ trợ UTF8 với các tập tin BOM khác: Thay đổi:. Cải tiến nổi bật mã AutoIt bên trong các tập tin HTML Added: Icons MyAuto


































































































































































đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: