04 2011 档案

摘要:public class ImgHelp { //public static string gif = "image/gif"; //public static string jpg = "image/pjpeg"; //public static string png = "image/x-png"; Page pag = new Page(); string[] Imgtype = { "image/gif", "image/pjpeg", "image/x-png" } 阅读全文
posted @ 2011-04-13 23:50 放哨De老鼠 阅读(761) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2011-04-04 16:18 放哨De老鼠 阅读(20) 评论(0) 推荐(0)
摘要:int num = 0; string sql = "insert into news(title,content,BigClassName,[user],infotime,hits,upfile) values(@title,@content,@ddl,@name,@time,@num,@filename)"; OleDbParameter[] para = new OleDbParameter[] { new OleDbParameter("@title",txttitle.Text), new OleDbParameter("@conte 阅读全文
posted @ 2011-04-04 15:51 放哨De老鼠 阅读(498) 评论(6) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2011-04-03 09:33 放哨De老鼠 阅读(109) 评论(1) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2011-04-02 17:47 放哨De老鼠 阅读(150) 评论(8) 推荐(1)