![MySQL实时监控代码审计工具集合[更新]-微慑信息网-VulSee.com](http://vulsee.com/wp-content/uploads/2020/06/288.png)
MySQL实时监控代码审计工具集合[更新]
1、https://github.com/cw1997/MySQL-Monitor [微慑推荐] 相对其他使用更加清晰,但需要存在web服务 2、MysqlLog.jar [vulsee.com 微慑网] 3、M...
![MySQL实时监控代码审计工具集合[更新]-微慑信息网-VulSee.com](http://vulsee.com/wp-content/uploads/2020/06/288.png)
1、https://github.com/cw1997/MySQL-Monitor [微慑推荐] 相对其他使用更加清晰,但需要存在web服务 2、MysqlLog.jar [vulsee.com 微慑网] 3、M...
1、set()方法 numbers = [1,7,3,2,5,6,2,3,4,1,5] new_numbers = list(set(numbers)) print new_numbers 输出 [1, 2, 3, 4, 5, 6, 7] ...

1、midijs 参考:http://www.midijs.net/ <html> <head> <title>MIDI.js Autoplay example</title> ...
<?php $image="data:image/jpg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJ...

https://chocolatey.org/install First, ensure that you are using an administrative shell - you can also install as a non-...

刚刚安装的sublime4,用了几次后发现无法把文件直接拖拽进去,再试sublime3也不行,上网查了下: 选中sublime程序,右键-兼容性-勾选兼容win7即可

python3 #coding:utf-8 import base64 import rsa def _str2key(s): # 对字符串解码 b_str = base64.b64decode(s) if len(b_str) < ...

(记录完毕后,发现把OLAINDEX和cloudreve完全混淆在一起了,因为是先后部署的,将就着记录吧) 参考: https://www.moerats.com/archives/765/ https://olaindex.js.org/...
![[Windows] Sublime Text v4.0.0 Build 4087-微慑信息网-VulSee.com](http://vulsee.com/wp-content/uploads/2021/01/884.png)
Sublime Text – 性感的代码编辑器、程序员之必备神器!Sublime Text 是个功能强大的代码编辑器,也是HTML和散文先进的文本编辑器。其主要功能包括:Python的插件,完整的Python API , Goto功能,代码...

本地对大体积的js文件进行格式化: sublime+插件jsformat: 右键选择“JsFormat”即可: 参考: notepad++下js/json格式解析插件