In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail how to modify the probationary time of navicat. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.
Linux
Under Linux, Navicat is started through a script, so it is easy to insert a script before running, and the script resets the trial period.
Note that the script is Python3, and each run resets the trial period to 14 days, requiring a 64-bit version of Navicat.
Just insert it before the Navicat startup script.
#! / usr/bin/env python3#-*-coding:utf-8-*-regular ps for import osimport re# trial time reset = (re.compile (r'\ [Software\ PremiumSoft\\ Data\ {[^\}] *\ Info\]. *?\ n [^\] *') Re.compile (r'\ [Software\ Classes\ CLSID\ {[^\}] *}\ Info\]. *?\ n [^\ [] *')) # user.reg path regfile = os.path.join (os.environ ['HOME'],' .navicat64', 'user.reg') # regular replacement with open (regfile) As f: regstr = f.read () for p in ps: regstr = p.sub (lambda m:', regstr) f.seek (0,0) f.truncate () f.write (regstr)
Windows
Windows uses the registry, which feels a little troublesome.
(1) close Navicat
(2) Win + R, enter regedit and enter enter
(3) Delete HKEY_CURRENT_USER\ Software\ PremiumSoft\ Data
(4) expand HKEY_CURRENT_USER\ Software\ Classes\ CLSID
(5) expand each subfolder and delete it if it contains only one folder called Info.
As long as you delete all these Info, Navicat can try it out for ten thousand years, if the software company doesn't go bankrupt.
On how to modify the probationary period of navicat to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.