摘要: Navicat每14天过期后使用删除注册表试用信息,使可以重新试用14天 @echo off echo Delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Registration[version and language] fo 阅读全文
posted @ 2022-08-22 09:27 烟火丷 阅读(547) 评论(0) 推荐(0)
摘要: Select table_schema 库名,table_name 表名,TABLE_COMMENT '表注解' from INFORMATION_SCHEMA.TABLES Where table_name like '%用户基础表%' ; 阅读全文
posted @ 2022-05-26 15:12 烟火丷 阅读(21) 评论(0) 推荐(0)