
.net
woshidaniu
系统开发,信息安全
展开
-
C# 获取xlsx表名
protected void Button1_Click(object sender, EventArgs e) { string strConnection1 = "Provider=Microsoft.ACE.OLEDB.12.0;Extended Properties=Excel 12.0;Data Source="; string strP原创 2013-12-08 13:23:17 · 1166 阅读 · 0 评论 -
css menu drop
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> html xmlns="http://www.w3.org/1999/xhtml"> head> meta http-equiv="Content转载 2014-04-09 21:34:34 · 596 阅读 · 0 评论 -
div和iframe之间空隙太大的问题,终于解决了
test function switchSysBar() { var ssrc = document.all("frmTitle").style.display; if (ssrc == "none") { document.all("frmTitle").style.d原创 2014-04-11 00:39:50 · 18198 阅读 · 2 评论 -
aspx 执行SQL时超时的解决方案
在我们编写程序的时候,有时候要进行复杂的查询时,就会出现执行sql时间过长,引起页面执行不了并提示执行脚本超时,这就是我们遇到超时异常。 超时异常分两种情况:一种,是连接超时;一种,是执行超时。 前者,通过SqlConnection.ConnectionTimeOut进行设置。 后者,通过SqlCommand.CommandTimeOut进行设置。 SqlConnection.Co原创 2014-05-29 01:10:51 · 1993 阅读 · 0 评论