摘要:
如果你的网站使用了Spring.net 1.3.2,并部署在IIS的虚拟目录上,那么将会出现如下错误: The virtual path '/currentcontext.dummy' maps to another application, which is not allowed以下是国外的同... 阅读全文
摘要:
The following package transfers the selected columns from the authors table in pubs database into an excel spreadsheet. To give you an idea of how powerful DTS capabilities are, this package is presented in VB code, although it was built through a package designer within SQL Server. It took a minute 阅读全文
摘要:
cs页面调用代码: public int TotalPage = 0; public int PageCurrent = 1; public int PageSize = 25; public int RowsCount = 0; string userid, username; public DataTable dt = new DataTable(); public string path, ... 阅读全文
摘要:
今天在维护公司CRM的时候,恢复一个大的mysql数据库,恢复失败.用下面方法解决(管理mysql用的是navicat).,设置以下几个参数的值后就正常了,以下语句也可以在mysql的控制台上执行 .show variables like '%timeout%';show variables like '%packet%';set global max_allowed_packet=99328000;set global wait_timeout=2880000;set global interactive_timeout=2880000;-- wait_tim 阅读全文