摘要:
1.C#追加文件 StreamWriter sw = File.AppendText(Server.MapPath(".")+"\\myText.txt"); sw.WriteLine("追逐理想"); sw.WriteLine("kzlll"); sw.WriteLine(".NET笔记"); sw.Flush(); sw.Close(); 2.C#拷贝/删除文件 string ... 阅读全文
摘要:
vs2008测试正常。 阅读全文
摘要:
//可以在DataGirdView的RowPostPaint事件中进行绘制。 //如:添加以下方法代码 private void DrawRowIndex(object sender, DataGridViewRowPostPaintEventArgs e) { Rectangle rectangle = new Rectangle(e.RowBoun... 阅读全文
摘要:
适合EXT keycode的查询 A < > 65 B < > 66 C < > 67 D < > 68 E < > 69 F < > 70 G < > 71 H < > 72 I < > 73 J < > 74 K < > 75 L < > 76 M < > 77 N < > 78 O < > 7 阅读全文