2011年3月16日
摘要: static public void chkfileList(string BBSDirPath) { BBSDirPath += "\\" + MySqlConn.getYearMonth() + "\\" + MySqlConn.getDay() + ""; if (!File.Exists(BBSDirPath)) { System.IO.Directory.CreateDirectory(BBSDirPath); } DataTable templist = new DataTable(); string tempid = s 阅读全文
posted @ 2011-03-16 10:50 树欲静兮 阅读(275) 评论(0) 推荐(0) 编辑
摘要: public static void Main() { const int width = 530, height = 350; Bitmap myPalette = new Bitmap(width, height); Graphics myGraphics1 = Graphics.FromImage(myPalette); // 绘制灰色背景 myGraphics1.FillRectangle(new SolidBrush(System.Drawing.Color.LightGray), 0, 0, width, height); // 设定显示数据 string[] DataName = 阅读全文
posted @ 2011-03-16 10:48 树欲静兮 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 前台 <script src="js/jquery-1.4.1.min.js" type="text/javascript"></script> <script type="text/javascript"> function CheckEvent(event) { evt=window.event||evt; var objNode = evt.srcElement||evt.target; if(objNode.tagName == "INPUT" && ob 阅读全文
posted @ 2011-03-16 10:37 树欲静兮 阅读(381) 评论(0) 推荐(0) 编辑