摘要: 1.webconfig: system.web节点下的<httpRuntime maxRequestLength="102400" executionTimeout="3600" requestValidationMode="2.0" />会限制文件大小; 2.IIS设置: 在IIS的applica 阅读全文
posted @ 2020-11-05 11:14 拾雨 阅读(593) 评论(0) 推荐(0)
摘要: 已知一个表的结构为: 怎样通过select语句把他变成以下结构: 首先,添加数据 USE [DBTEST]GO/****** Object: Table [dbo].[SDUDENTS] Script Date: 2019/12/9 10:33:41 ******/SET ANSI_NULLS ON 阅读全文
posted @ 2019-12-09 11:00 拾雨 阅读(906) 评论(0) 推荐(0)
摘要: 1.window.open(); 2.调用父界面方法:window.opener.xxx(); 阅读全文
posted @ 2019-08-23 08:46 拾雨 阅读(591) 评论(0) 推荐(0)
摘要: 1.界面: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title>文件列表维护</title> <link href="../../Bootstrap/css/bootstrap 阅读全文
posted @ 2019-08-20 09:48 拾雨 阅读(2103) 评论(0) 推荐(0)
摘要: 给input标签加上属性oninput = "value=value.replace(/[^\d]/g,'')" 阅读全文
posted @ 2019-08-20 09:45 拾雨 阅读(3063) 评论(0) 推荐(1)
摘要: 1.$(".ascxZljsDc").find("[datafield=IS_WB]").is(":checked") ? "Y" : "N";//在ascxZljsDc中查找datafield属性为IS_WB的多选框是否被选中; 2.$(".ascxZljsDc").find("[datafiel 阅读全文
posted @ 2019-08-09 13:58 拾雨 阅读(537) 评论(0) 推荐(0)