摘要: 产生一个免保存在服务器端的流,直接下载 1StringWriter sw=new StringWriter(); 2 sw.WriteLine("科目名称\t凭证日期\t借方\t贷方"); 3 string s=""; 4 foreach(DataRow dr in Items.Rows) 5 { 6 ... 阅读全文
posted @ 2006-09-19 17:38 丹心猪(Dansinge) 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 1.学到验证URL的正则表达式 1//验证url2 public static bool isURL(string strInput)3 {4 return Regex.IsMatch(strInput,@"http://([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)?");5 } 2.工厂外发出去加工东西,在采购... 阅读全文
posted @ 2006-09-19 08:34 丹心猪(Dansinge) 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1.修改会计系统所有查询日期为传票日期2.修正会计系统所有需翻页的页面,作业后保持在当前页3.新增:会计科目明细账册 阅读全文
posted @ 2006-09-19 08:30 丹心猪(Dansinge) 阅读(132) 评论(0) 推荐(0) 编辑