Microsoft Malicious Software Removal Tool 歷史舊版本 Page6

最新版本 Megacubo 17.4.3 (64-bit)

Microsoft Malicious Software Removal Tool 歷史版本列表

Microsoft Windows 惡意軟件刪除工具檢查 Windows 10,8.1,Windows Server 2012 R2,Windows 8,Windows Server 2012,Windows 7,Windows Vista 計算機,並幫助刪除特定的流行惡意軟件(包括 Blaster,Sasser 和 Mydoom)的感染。當檢測和刪除過程完成時,該工具將顯示一個描述結果的報告,包... Microsoft Malicious Software Removal Tool 軟體介紹

Microsoft Malicious Software Removal Tool (32-bit)Microsoft Malicious Software Removal Tool (64-bit)


App Builder 2023.39 查看版本資訊

更新時間:2023-07-31
更新細節:

What's new in this version:

- Mark the app.setVar() method as deprecated, that is, remove it from the Editor Quick Code List and the documentation, in favor of the new app.setReactiveVar() method. The app.setVar() continue to be available to use, but, it's recommended to move on to the new referred method to set app global reactive variables.
- Add the new app.setReactiveVar() method, which is the indicated to set app global reactive variables. This method replace the app.setVar() method, which continue to be available for compatibility purposes. Advanced users can also directly use the "app.store" property to set app global reactive variables like: app.store.MyVar = MyValue. Please take a look at the product help in order to understand the difference between app global reactive and app global non reactive variables.
- Add the new app.getReactiveVar() method, which can be used to retrieve the value of previously established app global reactive variables. Advanced users can perfectly use the app.store property to retrieve these variables like: app.store.MyVar, however, note that this method offer the ability to establish a default value to be returned if the variable did not exists. Please take a look at the product help in order to understand the difference between app global reactive and app global non reactive variables.
- Add the new method app.unsetReactiveVar(), which can be used to delete an existing app global reactive variable, so we can save precious resources for the app. Please take a look at the product help in order to understand the difference between app global reactive and app global non reactive variables.
- Add the new method app.setNonReactiveVar(), which is the indicated to set app global non reactive variables. We may need a global variable for the app, but, not required to be shown in the app interface, so we can use this method to create this kind of global variables, instead of reactive global variables, which consume a bit more resources. Advanced users can also directly use the "window.store" property to set app global non reactive variables like: window.store.MyVar = MyValue. Please take a look at the product help in order to understand the difference between app global reactive and app global non reactive variables.
- Add the new app.getNonReactiveVar() method, which can be used to retrieve the value of previously established app global non reactive variables. Advanced users can perfectly use the window.store property to retrieve these variables like: window.store.MyVar, however, note that this method offer the ability to establish a default value to be returned if the variable did not exists. Please take a look at the product help in order to understand the difference between app global reactive and app global non reactive variables.
- Add the new method app.unsetNonReactiveVar(), which can be used to delete an existing app global non reactive variable, so we can save precious resources for the app. Please take a look at the product help in order to understand the difference between app global reactive and app global non reactive variables.
- Add the previous referred new methods into the editor Quick Code List, and, update the product help in order to incorporate these new methods and some usage samples. Modify various existing samples apps in order to use the new methods instead the app.setVar() one or create by ourself a window.store variable, which is not created by the app to be available for us to store the app global non reactive variables.

App Builder 2023.38 查看版本資訊

更新時間:2023-07-26
更新細節:

What's new in this version:

- Update the Bootstrap CSS framework (CSS and JavaScript) to the latest 5.3.1 version for the program's welcome page, program's help, program's about, DecSoft app plugins helps and the apps template. This version of Bootstrap CSS includes a lot of changes, fixes and enhancements.

Nextcloud 3.9.1 查看版本資訊

更新時間:2023-07-26
更新細節:

What's new in this version:

Fixed:
- Bugfix/unsupported filename on server
- Bugfix/remove stale caseclashcopies
- Build for Debian Bookworm
- Bugfix/checksum calculation stop on destruction
- prevent crash by resetting common pointer after deleting gobject menu
- Documentation for mass deployment
- Update the documentation with information on how 'Edit locally' works
- Fix typos found by codespell
- Remove seen Talk notificatios from Tray window
- fix bulk upload of empty files
- add link in readme to nextcloud-releases correct page with binaries
- always propagate locked status to read-only or read/write for real file
- chore(CI): Sign .drone.yml file
- Added new state and new job to check if /index.php/204 is being redirected
- Fix crash and incorrect implementation of seen chat notofications removal
- Disable share view completely when server does not support/has disabled file sharing
- Set VFS PinState to Excluded for ignored files.
- Create placeholder while dehydrating if needed
- Fix password generation for shares, improve generator
- Fix expire date field in Share settings
- Fix SVG rendering error in SvgImageProvider
- Fix build of sharemodel.cpp on MSVC
- Improve macOS Sparkle updater

App Builder 2023.37 查看版本資訊

更新時間:2023-07-23
更新細節:

What's new in this version:

- We discover a piece of code in the app JavaScript template which correspond with certain Web Extensions related code that we are not using anymore from some releases ago. Probably this piece of code don't cause any trouble, but, may be yes, talking about the Google Chrome and may others, so, we decide to remove that piece of code and publish a new release to avoid any possible errors which can occur due to that piece of code.

App Builder 2023.36 查看版本資訊

更新時間:2023-07-20
更新細節:

What's new in this version:

- Add in the program behaviour options a new button (inside a Configuration groupbox container) that can be used to restart the apps dock panels layout, the program dock panels layout and the program configuration at the same time. By pressing this button what we do is to initialize the apps dock panels layout, the program dock panels layout and the program configuration (at the same time), like if we start DecSoft App Builder for the first time. A confirmation is needed and the program need to be restarted when this new button is pressed. The product help has been enhanced by describing this new feature.
- Add in the program behaviour options a new button (inside a Configuration groupbox container) that can be used to restart the program configuration. By pressing this button what we do is to initialize the program configuration, like if we start DecSoft App Builder for the first time. A confirmation is needed and the program need to be restarted when this new button is pressed. The product help has been enhanced by describing this new feature.
- Add in the program behaviour options a new button (inside a Configuration groupbox container) that can be used to restart the program dock panels layout. By pressing this button what we do is to initialize the program dock panels layout, like if we start DecSoft App Builder for the first time. A confirmation is needed and the program need to be restarted when this new button is pressed. The product help has been enhanced by describing this new feature.
- Add in the program behaviour options a new button (inside a Configuration groupbox container) that can be used to restart the apps dock panels layout. By pressing this button what we do is to initialize the apps dock panels layout, like if we start DecSoft App Builder for the first time. A confirmation is needed and the program need to be restarted when this new button is pressed. The product help has been enhanced by describing this new feature.
- Add a new optional argument "fresh" in the DecSoft App Builder CLI compiler. The IDE tool which can create app BAT files to be compiled with the CLI compiler has been enhanced to add this new argument too. This new optional argument of the DecSoft App Builder CLI compiled can be used to compile the app in a fresh way, by removing, if exists, the "__cache" folder. The product help has been enhanced by describing this new argument and provide the right new screenshots of the CLI compiler and the Create app BAT tool dialog.

App Builder 2023.35 查看版本資訊

更新時間:2023-07-14
更新細節:

What's new in this version:

- Fix a bug which cause that the order of the app functions arguments cannot be changed: can be changed in the arguments list control, however, that changes are not then reflected in the app function, in other words, the argument list control show the arguments in the order that we wants, but, they are not properly saved in the function definition.
- Update the VueJS JavaScript library Router to the latest 4.2.4 version (debug and production) for the apps template. Update the Leaflet Maps library to the latest version: we use this library for the LeafletMaps sample app, which show how to use it, but, also, how to use (in general) JavaScript libraries in our DecSoft App Builder apps.

JT2Go 14.3.23163.0 查看版本資訊

更新時間:2023-07-12
更新細節:

Microsoft Malicious Software Removal Tool 5.115 (32-bit) 查看版本資訊

更新時間:2023-07-12
更新細節:

Microsoft Malicious Software Removal Tool 5.115 (64-bit) 查看版本資訊

更新時間:2023-07-12
更新細節:

App Builder 2023.34 查看版本資訊

更新時間:2023-07-06
更新細節:

What's new in this version:

- Update the VueJS JavaScript library Router to the latest 4.2.3 version (debug and production) for the apps template. Update the VueJS JavaScript library Pinia to the latest 2.1.4 version (debug and production) for the apps template. Update the VueJS VueDemi JavaScript libary (used by Pinia) to the latest 0.14.5 version (debug and production).
- Update the Microsoft Edge Runtime installer to the latest version. This update includes all the supported flavors, that is, the full installer for both 32 and 64 bits. This installer are internally used by the DecSoft App Builder installer to properly prepare the IDE to use the Edge Runtime webview for the apps Debugger browser.