摘要: ///<summary>///根据模板和一个DataTable得到一个解析字符串///</summary>///<paramname="template">字符串模板</param>///<paramname="dt">一个DataTable</param>///<returns>返回一个解析模板后的字符串</returns>publicstaticstringRender(stringtemplate,DataTabledt){if(dt==null||dt 阅读全文
posted @ 2011-05-04 18:47 再快一点 阅读(497) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using System.Reflection;using System.Threading;namespace EbookToBBs{ public class Tool { public static Type RtbType = typeof(RichTextBox); /// <summary> /// 停止一个线程,如果没有停止则方法不返回 /// </summary> /// & 阅读全文
posted @ 2011-05-04 18:21 再快一点 阅读(427) 评论(0) 推荐(0) 编辑