2007年6月19日

[导入]。net图形操作(MSDN)

摘要: 此示例说明如何在窗体上绘制实心椭圆。 示例 System.Drawing.SolidBrush myBrush = new System.Drawing.SolidBrush(System.Drawing.Color.Red); System.Drawing.Graphics formGraphics = this.CreateGraphics(); formGraphics.Fi... 阅读全文

posted @ 2007-06-19 15:06 温温恭人 阅读(267) 评论(0) 推荐(0)

[导入]:创建单色画笔 (Visual C#)

摘要: 此示例说明如何创建 SolidBrush 对象。 示例 System.Drawing.SolidBrush myBrush; myBrush = new System.Drawing.SolidBrush(System.Drawing.Color.Black); 可靠编程 您应该始终对使用系统资源的任何对象(如 Brush 对象)调用 Dispose。suiqirui 2007-06-03 22:... 阅读全文

posted @ 2007-06-19 15:06 温温恭人 阅读(224) 评论(0) 推荐(0)

[导入]在运行时创建位图 (Visual C#)

摘要: 此示例创建并填充 Bitmap 对象,然后在现有的 Windows 窗体 PictureBox 控件中显示该对象。 示例 void CreateBitmap() { System.Drawing.Bitmap flag = new System.Drawing.Bitmap(10, 10); for( int x = 0; x < flag.Height; ++x ) for( int y = ... 阅读全文

posted @ 2007-06-19 15:06 温温恭人 阅读(245) 评论(0) 推荐(0)

[导入]创建笔 (Visual C#)

摘要: 示例 System.Drawing.Pen myPen; myPen = new System.Drawing.Pen(System.Drawing.Color.Black); 可靠编程 您应该始终对使用系统资源的任何对象(如 Pen 对象)调用 Dispose。suiqirui 2007-06-03 22:39 发表评论文章来源:http://www.cnblogs.com/suiqirui19... 阅读全文

posted @ 2007-06-19 15:06 温温恭人 阅读(189) 评论(0) 推荐(0)

[导入]css控制div居中

摘要: div永远居中css也能控制 永远居中 suiqirui 2007-05-14 14:51 发表评论文章来源:http://www.cnblogs.com/suiqirui19872005/archive/2007/05/14/745844.html 阅读全文

posted @ 2007-06-19 14:53 温温恭人 阅读(243) 评论(0) 推荐(0)

[导入]精典的一句

摘要: //当图片不存在时,显示一张固定图片 suiqirui 2007-05-14 11:43 发表评论文章来源:http://www.cnblogs.com/suiqirui19872005/archive/2007/05/14/745574.html 阅读全文

posted @ 2007-06-19 14:53 温温恭人 阅读(92) 评论(0) 推荐(0)

[导入]javascript分页

摘要: 摘要: 阅读全文suiqirui 2007-05-14 11:41 发表评论文章来源:http://www.cnblogs.com/suiqirui19872005/archive/2007/05/14/745572.html 阅读全文

posted @ 2007-06-19 14:53 温温恭人 阅读(121) 评论(0) 推荐(0)

[导入]如何动态生成table(javascript)

摘要: function ff() { var parNode = document.getElementById("table1"); //定位到table上 tbody = document.createElement("TBODY"); var tr= document.createElement("tr"); //新建一个tr类型的Ele... 阅读全文

posted @ 2007-06-19 14:53 温温恭人 阅读(1100) 评论(0) 推荐(0)

[导入] js实现的动态多文件上传 (来自http://cms.bmw.net.cn)

摘要: htmljssuiqirui 2007-06-12 20:01 发表评论文章来源:http://www.cnblogs.com/suiqirui19872005/archive/2007/06/12/780978.html 阅读全文

posted @ 2007-06-19 14:53 温温恭人 阅读(151) 评论(0) 推荐(0)

[导入]使用透明叠加法美化文件上传界面 (http://www.script8.com/bbs/thread.asp?tid=6)

摘要: ... 阅读全文

posted @ 2007-06-19 14:53 温温恭人 阅读(206) 评论(0) 推荐(0)

导航