让PC免受Windows Defender漏洞攻击的方法

佚名2018-10-28系统 1529°  0
准备运行‘命令提示符’(cmd.exe);● 记得右键点击,然后选择‘以管理员身份运行’;● 输入 SETX /M MP_FORCE_USE_SANDBOX 1;● 按下‘回车键’并等待验证;● 重启计算机。

setx 无效语法 默认选项不能超过'2'次

佚名2018-10-28系统 3657°  0
检查命令中的参数空格是否必要,不必要可以删除,必要整个参数用双引号括起来。

当客户端想要下载文件时,nodejs服务端如何根据URL设置响应头的Content-Type类型

佚名2021-06-06编程 1721°  0
c": "application/x-earthtime", ".etx": "text/x-setext", ".evm": "x-lml/x-evm", ".evy": "application/envoy", ".exe": "application/octet-stream", ".fh4": "image/x-freehand", ".fh5": "image/x-freehand", ".fhc": "image/x-freehand", ".fif": "application/fractals", ".flr": "x-w

各种媒体数据以base64编码方式直接嵌入网页中的写法

佚名2021-06-06网页 2029°  0
o/echospeechetc application/x-earthtimeetx text/x-setextevm x-lml/x-evmevy application/x-envoyexe application/octet-streamfh4 image/x-freehandfh5 image/x-freehandfhc image/x-freehandfif image/fiffm application/x-makerfpx image/x-fpxfvi video/isivideogau chemical/x-gaussian-inputgca application/x-gc

ASCII表

佚名2019-03-26编程 2425°  0
写/字符解释0000 00000000x00NUL(null)空字符0000 00010110x01SOH(start of headline)标题开始0000 00100220x02STX (start of text)正文开始0000 00110330x03ETX (end of text)正文结束0000 01000440x04EOT (end of transmission)传输结束0000 01010550x05ENQ (enquiry)请求0000 01100660x06ACK (acknowledge)收到通知0000 01110770x07BEL (bell)响铃0000 1

使用disunity提取Unity3D游戏资源

佚名2017-09-22编程 3892°  0
使用disunity提取Unity3D游戏素材。这个工具呢,博主在Unity3D游戏开发之反编译AssetBundle提取游戏资源这篇文章中其实已经提到过了,不过因为有些朋友对如何使用这个工具依然存在问题,所以博主决定特地写一篇文章来讲解如何使用disunity来提取Unity3D游戏中的素材。准备工作disunity:负责对Unity3D的数据文件进行解包Unity3D:负责将导出的数据文件显示出来Bleander或者3DsMax:负责Unity3D数据文件的转换处理,二选一即可。个人推荐Blender。Java:负责为disunity提供编译环境测试文件《新仙剑OL》下载《轩辕剑6外传穹

Microsoft.Office.Core.MsoTriState引用问题

佚名2017-09-22编程 4596°  0
crosoft.Office.Core.MsoTriState [c:/Documents and Settings/Administrator/我的文档/Visual Studio 2008/Projects/PPTPaser/ClassLibrary1/obj/Debug/Interop.Microsoft.Office.Core.dll]”转换为“Microsoft.Office.Core.MsoTriState []”你的引用中就会出现以下内容(1).net中有Microsoft.Office.Interop.PowerPoint, Office(2)com中有Microsoft.O

用 hashcat 破解 WIFI WPA2破解思路

佚名2017-09-22网络 5028°  0
4-96-72-0A-0C-DA_handshake.cap.hccap --custom-charset1=?a ?1?1?1?1?1?1?1?1?1Cracking WPA/WPA2 with oclHashcat:https://hashcat.net/wiki/doku.PHP?id=cracking_wpawpa2在线cap转为hccap格式:https://hashcat.net/cap2hccap/

NTP时间配置

佚名2017-09-22系统 2797°  0
注册表项然后单击它:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\在右窗格中,右键单击“AnnounceFlags”,然后单击“修改”。5:该设定强制主机将它自身宣布为可靠的时间源,从而使用内置的互补金属氧化物半导体(CMOS) 时钟。10:默认。NTP Server设置找到并单击下面的注册表子项:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer\在右窗格中,右键单击“Enabled”

c#无弹窗调用打印机

佚名2017-09-22编程 3024°  0
t(); pd.DocumentName = pd.PrinterSettings.MaximumCopies.ToString(); pd.PrintPage = new System.Drawing.Printing.PrintPageEventHandler(this.pd_PrintPage); pd.PrintController = new System.Drawing.Printing.StandardPrintController(); p