Wise Auto Shutdown 歷史舊版本 Page5

最新版本 Auto Screen Capture 2.3.1.5

Wise Auto Shutdown 歷史版本列表

通過 Wise Auto Shutdown,您可以輕鬆地安排計算機在任何時候(每天,在指定的時間或稍後的某個時間)關閉,註銷,重新啟動,休眠和關閉電源。啟動任務後,Wise Auto Shutdown 將在後台運行,雙擊將從托盤返回到桌面的主界面。當然,Wise Auto Shutdown 會在執行自動任務前五分鐘提醒你你的選擇。 為什麼選擇 Wise Auto Shutdown?計劃您的電腦關機... Wise Auto Shutdown 軟體介紹


Office Timeline 4.02.02 查看版本資訊

更新時間:2020-01-30
更新細節:

What's new in this version:

- Minor improvements to Project Import

DAX Studio 2.10.2 查看版本資訊

更新時間:2020-01-20
更新細節:

What's new in this version:

New Features:
- Adding Editor Word Wrap to options screen
- Added option to display current user in title bar
- Added Dax Formatter option to omit spaces after function names

Fixes:
- fixed crash when selecting PBI / SSDT connection, but not selecting a file
- fixed crash when running a query that produces no rows and using the Static Excel Output
- fixed #272 Vertipaq Analyzer not working if any tables have a single quote in the name
- fixed a number of reported crashes
- improved a number of background threading calls to use the simpler async/await pattern
- moved checking for schema changes on activating DAX Studio to a background thread to prevent the UI freezing for slow connections (AAS) or if there are active commit locks.
- fixed an issue preventing diagnostic logging from working with the Excel addin

DBeaver 6.3.3 查看版本資訊

更新時間:2020-01-20
更新細節:

What's new in this version:

Tasks:
- SQL script execute task was added
- Variables support was added
- Grouping of tasks by project/type was added
- Active database/schema now saved for custom SQL queries
- Target table mapping was fixed for database-to-database data transfer

Data viewer:
- Column filter UI was improved (multi-value select, value search)
- Null XML columns support was fixed
- Column value transformations and coloring was fixed
- Context menu was improved (layout was change, missing commands were added)
- Problem with missing toolbar actions was fixed
- Hex editor coloring was improved, dark theme support was added

SQL editor:
- Auto-complete now respects active schema
- Database output read was fixed (async mode)
- Hyperlinks and object navigation were fixed
- Aliases generation algorithm was improved

PostgreSQL:
- Database restore task was fixed (target database)
- SQL parser was fixed (BEGIN/END keywords)

- Oracle: procedures/views source code editor was fixed
- MySQL: database restore log level config was fixed
- Netezza: views and procedures source extraction was fixed
- Hive: view editor was fixed
- Neo4j: arrays support was fixed, SQL parser was fixed
- Metadata editor: current database detection was fixed
- Tooltips for database navigator were improved
- Variables in connection parameters now enabled by default
- Connection type permissions save was fixed
- Dark theme support was improved in the main toolbar and in different dialogs
- SSH agents support was fixed (now we use ssh-agent on Linux)
- SSH + private key + password: configuration dialog was fixed
- A lot of minor bugfixes

DBeaver 6.3.2 查看版本資訊

更新時間:2020-01-06
更新細節:

What's new in this version:

- Database backup/restore/sql tools (PostgreSQL, MySQL, Oracle) now can be saved as tasks
- Smart auto-commit mode was introduced (enable transactions vefore data modifying query execute)
- Data editor: advances paste now respects NULLs for dates and numbers
- DB2 (iSeries, z/OS): new connection issue was fixed
- Oracle: session manager now shows servr-side execution plans (thanks to @SergDzh)
- MySQL: database backup/restore was fixed
- Firebird: unique key DDL was fixed
- Number of fixes and improvements in backup/restore tools
- Workspace switch: last chosen workspace is now saved between app restarts
- Dark theme support was improved (toolbars, dark colors customization)
- Eclipse 4.6 support was fixed
- Problem with missing toolbar buttons was fixed (Linux)
- A lot of minor bugfixes

SQL editor:
- Alias generation was improved
- Output log flush eas fixed
- Default database assign (for SQL script) was fixed

PostgreSQL:
- $$ strings parser was fixed
- Domain type arrays support was fixed

Julia Language 1.3.1 (64-bit) 查看版本資訊

更新時間:2019-12-31
更新細節:

DBeaver 6.3.1 查看版本資訊

更新時間:2019-12-23
更新細節:

What's new in this version:

SQL editor:
- Active database/schema change now affects current editor only
- Server-side output now works with huge outputs
- New command @unset was introduced
- Table alias generation was fixed (conflicts with SQL keywords were fixed)
- Query parameters dialog now doesn't appear on scrolling/refresh
- Code templates now saved in utf-8

Data editor:
- Smart option "Use all columns" for virtual identifier
- Inline cell editor now uses the same font as in grid
- Decimal values formatting was fixed

Data transfer:
- Selected rows/columns option support was fixed
- CSV import was fixed
- Export to single file was fixed (timestamp pattern)
- Export from query now works with variables

- Transaction log/query manager: dark theme support was fixed
- Dashboards + timeseries + minute interval support was fixed
- SSH with private key + password support was fixed
- Extra locales (pt and ru) support was added in bundled JDK
- SAP HANA: GIS/spatial data type viewer support was added (thanks to @stefanuhrig)
- Presto: metadata reading was improved (dummy errors suppressed)
- AWS Athena: URL template now respected in new connections

MySQL:
- Database backup can be saved as task now
- Events editor (DDL) was fixed

PostgreSQL:
- Connection dialog was improved (new tab was added)
- $$ and $tag$ parser was improved (new config options were added)
- JSON and struct data types support was fixed

- DB2: table truncate command was fixed
- Oracle: new function DDL was fixed
- Snap repository dbeaver-ce is now official. We will update it on every version release
- A lot of minor bugs were fixed

DAX Studio 2.10.1 查看版本資訊

更新時間:2019-12-20
更新細節:

DAX Studio 2.10.0 查看版本資訊

更新時間:2019-12-19
更新細節:

DBeaver 6.3.0 查看版本資訊

更新時間:2019-12-03
更新細節:

Julia Language 1.3.0 (64-bit) 查看版本資訊

更新時間:2019-11-27
更新細節:

What's new in this version:

New language features:
- Support for Unicode 12.1.0
- Methods can now be added to an abstract type
- Support for unicode bold digits and double-struck digits 0 through 9 as valid identifiers
- Added the syntax var"#str#" for printing and parsing non-standard variable names

Multi-threading changes:
- New experimental [email protected] macro that runs a task on any available thread
- All system-level I/O operations (e.g. files and sockets) are now thread-safe. This does not include subtypes of IO that are entirely in-memory, such as IOBuffer, although it specifically does include BufferStream
- The global random number generator (GLOBAL_RNG) is now thread-safe (and thread-local)
- New Channel(f::Function, spawn=true) keyword argument to schedule the created Task on any available thread, matching the behavior of [email protected]
- Simplified the Channel constructor, which is now easier to read and more idiomatic julia. Use of the keyword arguments csize and ctype is now discouraged

New library functions:
- findfirst, findlast, findnext and findprev now accept a character as first argument to search for that character in a string passed as the second argument
- New findall(pattern, string) method where pattern is a string or regex
count(pattern, string) gives the number of things findall would match
istaskfailed is now documented and exported, like its siblings istaskdone and istaskstarted
RefArray and RefValue objects now accept index CartesianIndex() in getindex and setindex
Added sincosd(x) to simultaneously compute the sine and cosine of x, where x is in degrees
The function nonmissingtype, which removes Missing from type unions, is now exported

Standard library changes:
- Pkg won't clobber pre-compilation files as often when switching environments
- Pkg can now download and install binary artifacts through the Pkg.Artifacts submodule and supporting functions
- When wait (or @sync, or fetch) is called on a failing Task, the exception is propagated as a TaskFailedException wrapping the task. This makes it possible to see the location of the original failure inside the task (as well as the location of the wait call, as before)
- Regex can now be multiplied (*) and exponentiated (^), like strings
- Cmd interpolation (`$(x::Cmd) a b c` where) now propagates x's process flags (environment, flags, working directory, etc) if x is the first interpolant and errors otherwise
- Zero-dimensional arrays are now consistently preserved in the return values of mathematical functions that operate on the array(s) as a whole (and are not explicitly broadcasted across their elements). Previously, the functions +, -, *, /, conj, real and imag returned the unwrapped element when operating over zero-dimensional arrays
- IPAddr subtypes now behave like scalars when used in broadcasting
- Pair is now treated as a scalar for broadcasting
- clamp can now handle missing values
- empty now accepts a NamedTuple
- mod now accepts a unit range as the second argument to easily perform offset modular arithmetic to ensure the result is inside the range
- nothing can now be printed, and interpolated into strings etc. as the string "nothing". It is still not permitted to be interpolated into Cmds (i.e. echo `$(nothing)` will still error without running anything)
- When open is called with a function, command, and keyword argument (e.g. open(`ls`, read=true) do f ...) it now correctly throws a ProcessFailedException like other similar calls
- mktemp and mktempdir now try, by default, to remove temporary paths they create before the process exits
- Added argument keep to unescape_string

Libdl:
- dlopen() can now be invoked in do-block syntax, similar to open()

LinearAlgebra:
- The BLAS submodule no longer exports dot, which conflicts with that in LinearAlgebra
- diagm and spdiagm now accept optional m,n initial arguments to specify a size
- Hessenberg factorizations H now support efficient shifted solves (H+µI) b and determinants, and use a specialized tridiagonal factorization for Hermitian matrices. There is also a new UpperHessenberg matrix type
- Added keyword argument alg to svd and svd! that allows one to switch between different SVD algorithms
- Five-argument mul!(C, A, B, α, β) now implements inplace multiplication fused with addition C = A B α + C β

SparseArrays:
- SparseMatrixCSC(m,n,colptr,rowval,nzval) perform consistency checks for arguments: colptr must be properly populated and lengths of colptr, rowval, and nzval must be compatible with m, n, and eltype(colptr)
- sparse(I, J, V, m, n) verifies lengths of I, J, V are equal and compatible with eltype(I) and m, n

Dates:
- DateTime and Time formatting/parsing now supports 12-hour clocks with AM/PM via I and p codes, similar to strftime
- Fixed repr such that it displays Time as it would be entered in Julia

Statistics:
- mean now accepts both a function argument and a dims keyword

Sockets:
- Sockets.recvfrom now returns both host and port as an InetAddr
- Added InetAddr constructor from AbstractString, representing IP address, and Integer, representing port number

Miscellaneous:
- foldr and mapfoldr now work on any iterator that supports Iterators.reverse, not just arrays

Deprecated or removed:
- @spawn expr from the Distributed standard library should be replaced with @spawnat :any expr
- Threads.Mutex and Threads.RecursiveSpinLock have been removed; use ReentrantLock (preferred) or Threads.SpinLock instead

Tooling Improvements:
- The ClangSA.jl static analysis package has been imported, which makes use of the clang static analyzer to validate GC invariants in Julia's C code. The analysis may be run using make -C src analyzegc