上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 51 下一页
首先引入命名空间 using System.Drawing; 利用Graphics类创建一个椭圆,然后分块,而且用不同的颜色填充 protected void Page_Load(object sender, EventArgs e) { Bitmap image = new Bitmap(350, 200); Graphics g = Graphics.... Read More
posted @ 2007-05-21 15:30 齐心 Views(785) Comments(0) Diggs(0) Edit
protected void Page_Load(object sender, EventArgs e) { DirectoryInfo d = Directory.CreateDirectory("c:\\first"); DirectoryInfo d1 = d.CreateSubdirectory("first1"); Director... Read More
posted @ 2007-05-21 15:06 齐心 Views(228) Comments(0) Diggs(0) Edit
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using ... Read More
posted @ 2007-05-20 17:18 齐心 Views(280) Comments(0) Diggs(0) Edit
1、ExecuteReader方法ExecuteReader方法将返回一个DataReader对象,DataReader对象是一个仅向前的只读数据流。主要用来执行基本SQL查询语句,要求SQL语句返回记录集。添加DataGird控件 using System;using System.Data;using System.Configuration;using System.Web;using Sy... Read More
posted @ 2007-05-16 11:26 齐心 Views(446) Comments(1) Diggs(0) Edit
今天一大早起来,老婆就管我要礼物,我还奇怪了,好好的要什么礼物啊。 猛然一想今天是5月16日,是我和老婆结婚3周年的纪念日。咳,男人记性就是不好啊。 结婚纪念日称谓 ... Read More
posted @ 2007-05-16 08:51 齐心 Views(3275) Comments(0) Diggs(0) Edit
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 51 下一页