Kaiserapps:开发者工具下载
免责声明
本站是专业的Chrome插件技术网站,内容整理自网络,所提供内容仅供学习使用,请勿做非法用途并在下载后24小时内删除,不得以任何方式利用本网站提供内容直接或间接从事违反中国法律法规,以及社会公德的行为。若本站内容涉嫌侵犯他人知识产权或其他合法权益的内容,请及时联系立即删除。
功能简介
Kaiserapps是一款可以为开发者提供加密解密和使用sql语言管理excel的谷歌浏览器插件。
新版特征
A completly offline version of the kaiserapps web developer tools
If you need to convert excel spreadsheet data (or any TDT) to SQL insert/update/delete statements, or need to generate some MD5 or SHA1 hashes quickly, then this application is for you. It is a local application that can very quickly through JavaScript both create SQL statements and generate hashes.
To use the SQL feature, simple copy your data from excel and paste it into the input box in the required format. Hit convert and watch the data be transformed at lightning speeds!
To use the hashing feature, simply select the hash algorithm you want to use (MD5 or SHA1), enter your text into the input field, hit convert and the converted hash will now be in the output field.
Query building speed for 16,000 lines:
INSERT - < .05 seconds
UPDATE - < .2 seconds
DELETE - < .2 seconds
New in version 1.2.4:
- Fixed error when a trailing line with white space caused it to be put into an insert / update / delete statement.
- Improved query execution times of large numbers of insert statements to by up to 200 times faster!