Navicat 备忘
16.3.7
- 到这里下载
NavicatPremium.16.3.7.0.x64.7z,解压即用 - 或者
scoop install xkyii/navicat,已经上传DropBox做了外链
16.2.7 (2023.08.21)
- 到这里下载
NavicatPremium_v16.2.7.0.x64绿色版.7z - 重新安装
navicat
scoop uninstall navicat
scoop install navicat
scoop info navicat
Name : navicat
Description : Navicat Premium is a database development tool that allows you to simultaneously connect to MySQL, MariaDB, MongoDB, SQL Server, Oracle, Post
greSQL, and SQLite databases from a single application. Compatible with cloud databases like Amazon RDS, Amazon Aurora, Amazon Redshift, Micr
osoft Azure, Oracle Cloud, Google Cloud and MongoDB Atlas. You can quickly and easily build, manage and maintain your databases.
Version : 16.2.7
Bucket : xkyii
Website : http://www.navicat.com.cn
License : Proprietary
Updated at : 2022/12/21 9:07:34
Updated by : xkyii
Installed : 16.2.7
Binaries : navicat.exe
Shortcuts : Navicat Premium
- 把
NavicatPremium_v16.2.7.0.x64绿色版.7z中解压libcc.dll复制到安装目录中即可 ``
16.1.x (2022.12.20)
安装
- 安装原版
scoop install xkyii/navicat
- 学习补丁 到这里下载,且有科学学习过程
Navacat 16.1.6使用Navicat Products PatchKeygen 6.3.5.3.exe
无限试用
@echo off
set dn=Info
set dn2=ShellFolder
set rp=HKEY_CURRENT_USER\Software\Classes\CLSID
reg delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Registration16XCS /f
reg delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Update /f
echo finding.....
for /f "tokens=*" %%a in ('reg query "%rp%"') do (
echo %%a
for /f "tokens=*" %%l in ('reg query "%%a" /f "%dn%" /s /e ^|findstr /i "%dn%"') do (
echo deleteing: %%a
reg delete %%a /f
)
for /f "tokens=*" %%l in ('reg query "%%a" /f "%dn2%" /s /e ^|findstr /i "%dn2%"') do (
echo deleteing: %%a
reg delete %%a /f
)
)
echo re trial done!
pause
exit