摘要:文件上传成功但无法访问的情况有可能是当前的地址不是真实的应用服务器地址,而是nginx负载服务器
阅读全文
摘要:js加密算法代码,username字段+#+password字段 点击查看代码 jQuery(document).ready(function() { var submit = function(){ $("#password").val($.md5($("#userName").val() + "
阅读全文
摘要:Credential Dumping(凭证窃取) Dump credentials from LSASS(从LSASS中窃取凭证) 实现原理: This technique injects into the LSASS.exe process and scrapes its memory for p
阅读全文
摘要:####1、放大缩小 放大 ctrl和+一起按 缩小 ctrl和-一起按 上面是键盘组合方式,如果需要Ctrl+滚轮实现代码的缩放,可以这样。 在文件-->首选项-->设置-->用户设置: 在搜索栏输入mouseWheelZoom 选中即可。 ####2、设置中文 ctrl+shift+x打开扩展搜
阅读全文
摘要:sysdm.cpl——系统属性 inetcpl.cpl——Internet属性 appwiz.cpl——添加或删除程序 ncpa.cpl——网络连接 control desk.cpl,,@screensaver——屏幕保护程序 powercfg.cpl——电源选项 desk.cpl——显示属性 ma
阅读全文