摘要:
Navicat is a series of graphical database management and development software produced by PremiumSoft CyberTech Ltd. for MySQL, MariaDB, Oracle, SQLite, PostgreSQL and Microsoft SQL Server.
This article will tell you how Navicat encrypts password and offer a tool to reveal passwords encrypted by Navicat. 阅读全文
摘要:
操作系统配优化 执行计划与锁表查看 --查看连接信息以及连接执行的命令 SHOW PROCESSLIST --查看当前被锁住的表 show OPEN TABLES where In_use > 0; --开启会话级别的profile SET profiling=1 --查看所有的数据库操作执行过程 阅读全文
摘要:
Chromium has removed support for NPAPI and consequently CEF no longer supports loading of the NPAPI Flash plugin. To support loading of the Pepper (PPAPI) Flash plugin the following implementation must be brought over from Chrome: 阅读全文