[ 用户登陆 ] [ 免费注册 

公共分类
我的资料
网上资源
企业信息
工具软件
网址收藏
学习资料
股票信息
博客日记

其他分类

 <  | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >  |  >> 
[ 程序技术 ] VC运行库
Visual Studio 2005、2008、 2010、2012、2013、2015、2017、2019 和 2022
VC 2022  VC17  143
VC 2019  VC16  142
VC 2017  VC15  141...更多...

[ ASP ] 解决asp上传不能超过200K的限制
为了减少以前太宽松的超时和限制而造成的攻击。IIS 6 出于安全考虑, 对asp的上传文件大小默认最大请求是限制为200K(也即最大提交数据限额为200KByte,204800Byte)。(在 IIS 6.0 之前的版本中无此限制)
Windows2003系统下,上传较大的文件时,出现“Request 对象 错误 'ASP 0104 : 80004005'”错误。现在给出以下解决方案:
办法一:...更多...

[ ASP ] 错误 '80004005' 操作必须使用一个可更新的查询。
Microsoft OLE DB Provider for ODBC Drivers 错误 '80004005'
操作必须使用一个可更新的查询。
解决方法:
设置数据库可写权限

[ ASP ] 设置IIS显示详细错误信息

界面操作设置:
IIS管理器 - ASP - 调试属性 - 将错误发送到浏览器 - 选择True - 应用
IIS管理器 - ASP - Debugging Properties - Sending Errors to Brower - 选择True - 应用
IIS管理器 - 错误页 - 编辑功能设置 - 详细错误 - 确定...更多...

[ IIS ] HTTP Error 500 overrideModeDefault=Deny
解决方法:
%windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/handlers
%windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/modules

[ 数据库 ] mySQL 8.0.30 Download
mySQL 8.0.30 Web Install
https://cdn.mysql.com//Downloads/MySQLInstaller/mysql-installer-web-community-8.0.30.0.msi
mySQL 8.0.30 Install
https://cdn.mysql.com//Downloads/MySQLInstaller/mysql-installer-community-8.0.30.0.msi...更多...

[ Windows ] Microsoft .NET Framework 4.5.2
https://www.microsoft.com/zh-CN/download/details.aspx?id=42642
https://download.microsoft.com/download/E/2/1/E21644B5-2DF2-47C2-91BD-63C560427900/NDP452-KB2901907-x86-x64-AllOS-ENU.exe
适用于 Windows Vista SP2、Windows 7 SP1、Windows 8、Windows 8.1、Windows Server 2008 SP2、Windows Server 2008 R2 SP1、Windows Server 2012 和 Windows Server 2012 R2

[ 数据库 ] Microsoft SQL Server 2008 Service Pack 4
Microsoft SQL Server 2008 R2 Service Pack 3 下载
https://www.microsoft.com/zh-CN/download/details.aspx?id=44271
x64
https://download.microsoft.com/download/9/6/4/964BB4EC-FC28-4DA7-9295-7D4A8FDBE1A4/CHS/SQLServer2008R2SP3-KB2979597-x64-CHS.exe...更多...

[ VFP ] VFP: 公历与农历转换
WITH Calendar()
  * 农历转公历
  lnY = 2021    && 农历年
  lnM = 8      && 农历月
  lnD = 15    && 农历日...更多...

[ 数据库 ] mySQL 命令
mySQL 命令窗命令
?         |(\?)| Synonym for `help'.
clear     |(\c)| Clear the current input statement.
connect   |(\r)| Reconnect to the server. Optional arguments are db and host....更多...

 <  | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >  |  >> 


 ©2005 - 2008 粤ICP备12037054号-1 用户登陆  |  互联说明  |  联系我们  |  网站地图