摘要: 1 <frameset rows="185,*" cols="*" framespacing="0" frameborder="yes" border="0" bordercolor="#666666"> 2 <frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topF 阅读全文
posted @ 2011-07-15 19:28 梦想's技术人员 阅读(273) 评论(0) 推荐(0) 编辑
摘要: Dim bmp As New Bitmap(1000, 700) Dim g As Graphics = Graphics.FromImage(bmp) Dim pen As Pen = New Pen(Color.Black) Dim outline As Rectangle = New Rectangle(200, 50, 350, 350) g.FillPie(New SolidBrush(Color.Red), outline, 0, s1) g.FillPie(New SolidBrush(Color.Yellow), outline, s1, s2) g.FillPie(New S 阅读全文
posted @ 2011-07-15 13:37 梦想's技术人员 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Dim conn As New OleDbConnection("Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=student;Data Source=.") str = "select * from news where id=" & id Dim cmd As New OleDbCommand(str, conn) Dim ds As New DataSet() Dim adp As New OleDbDataA 阅读全文
posted @ 2011-07-15 13:36 梦想's技术人员 阅读(277) 评论(0) 推荐(0) 编辑
摘要: Page.RegisterStartupScript("js", "<script>window.open('index.aspx','center','',false);</script>");或者 Response.Write("<script>window.open('index.aspx','center')</script>");center为框架名 阅读全文
posted @ 2011-07-15 13:32 梦想's技术人员 阅读(437) 评论(0) 推荐(0) 编辑