- 博客(6)
- 资源 (2)
- 收藏
- 关注
转载 Content-Type 对照表
文件扩展名 Content-Type(Mime-Type) 文件扩展名 Content-Type(Mime-Type) .*( 二进制流,不知道下载文件类型) application/octet-stream .tif image/tiff 0.001 application/x-001 0.301 application/x-301 ...
2019-07-01 10:45:11
491
原创 Msu 系统补丁文件安装方法
rem Windows Server 2012 R2 更新 (KB2919355) start /wait wusa.exe Windows8.1-KB2919442-x64.msu /quiet /norestart start /wait clearcompressionflag.exe start /wait wusa.exe Windows8.1-KB2919355-x64.msu /...
2019-05-21 10:44:39
9819
原创 系统安装的运行环境查看
VC: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\vc\Servicing HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\vc\Servicing 10.0\red\amd64\1033 10.0\red\x86\1033 11.0\RuntimeAdditiona...
2019-05-15 09:57:43
757
转载 VBS 安装打印机驱动
'add printer driver********************************* strComputer = "." Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") objWMIServi...
2019-04-28 16:22:48
1337
原创 WinDbg 调试笔记
r 查看寄存器 加载某个DLL 的时候下断点的WinDBG 命令: sxe ld:[dll name] sxe ld:Winspool.drv bp WINSPOOL!AddPrinterW bp WINSPOOL!AddPrinterA VS编译时需要将/pdbtype:sept编译选项去掉,dv才有结构体信息 //设定符号文件路径到本地及微软服务器: .sympath SRV*H:/S...
2019-04-25 12:57:13
649
原创 某年某月某是星期几算法
最看近在网上看到一个某年某月某是星期几的例子,因此写一个完整的函数由于简单,只贴相关代码星期天是0 星期六是6//0~6int DayOfWeek(int iYear,int iMonth,int iDay){ int iWeek=-1; if(iYear1111 || iYear>9999) return iWeek; if(iMonth0
2007-11-13 18:04:00
911
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅