上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: protected void Page_Load(object sender, EventArgs e) { this.labV.Text = "V" + getVerstion(@"soft\VersionInfo.txt"); } //VersionOperation VO = new VersionOperation(); // VO.getVerst... 阅读全文
posted @ 2009-04-14 15:25 hb 阅读(221) 评论(0) 推荐(0)
摘要: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow)//判定当前的行是否属于datarow类型的行 { ////当鼠标放上去的时候 先保存当... 阅读全文
posted @ 2009-04-13 09:16 hb 阅读(159) 评论(0) 推荐(0)
摘要: function showDiv(){ var divClass = document.getElementById("IFdisplay"); var divshow = document.getElementById("divshow"); if(divClass.style.display =="none"){ divClas... 阅读全文
posted @ 2009-04-13 09:13 hb 阅读(99) 评论(0) 推荐(0)
摘要: select * from ( (select id,instiname,myTB.reportMan,username,(select count(*) from stocks s where s.instiname = myTB.instiname and myTB.reportMan ='' ) as 'gupiao',(select count(*) from PlateDb p whe... 阅读全文
posted @ 2009-04-11 14:45 hb 阅读(159) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2009-04-03 09:16 hb 阅读(111) 评论(0) 推荐(0)
摘要: regsvr32 这个命令行工具将动态链接库文件注册为注册表中的命令组成。 2000系统的regsvr32.exe在winnt\system32文件夹下; WInXP系统的regsvr32.exe在windows\system32文件夹下 语法 regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname 其中dllna... 阅读全文
posted @ 2009-04-01 09:10 hb 阅读(331) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2009-03-31 09:20 hb 阅读(172) 评论(0) 推荐(0)
摘要: // JScript 文件document.write(''); 阅读全文
posted @ 2009-03-30 17:46 hb 阅读(252) 评论(0) 推荐(0)
摘要: DIV在FLASH上面1、在Flash加入:2、在DIV里加入:position:absolute;z-index:10;(数字越大越处于上层) FLASH透明背景 阅读全文
posted @ 2009-03-30 15:35 hb 阅读(550) 评论(0) 推荐(0)
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> float.js // JScript 文件var D=new Function('obj','return document.getElementById(obj);')functi... 阅读全文
posted @ 2009-03-10 10:06 hb 阅读(412) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 10 下一页