摘要:
Assembly myAssembly = Assembly.GetEntryAssembly(); string path = myAssembly.Location; DirectoryInfo dr = new DirectoryInfo(path); path=dr.Parent; //当前目录的上... 阅读全文
posted @ 2008-03-31 22:19
伊凡
阅读(5707)
评论(1)
推荐(0)
摘要:
if (ds.Tables[0].Rows.Count > 0) { DataRow dr = ds.Tables[0].Rows[0]; oSB.Append(""); oSB.Append(""); oSB.... 阅读全文
posted @ 2008-03-31 21:36
伊凡
阅读(1183)
评论(1)
推荐(0)
浙公网安备 33010602011771号