2010-09-21 09:04 by 冷风旋, 59 visits, 网摘, 收藏, 编辑
摘要:计算文本表达式Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#region 数学公式自动计算表达式 public struct MathChar { /// <summary> /// + /// </summary> public static readonly char Add = '+'; /// <summary> /// - /// </summary> public
阅读全文
2010-09-21 08:55 by 冷风旋, 109 visits, 网摘, 收藏, 编辑
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->public void ToExcel(Coolite.Ext.Web.GridPanel gp, string fileName, DataTable dt, HttpResponse resp) { resp.Clear(); resp.ContentEncoding = System.Text.Encoding.GetEncoding("UTF-8"); resp.
阅读全文
2010-09-21 08:49 by 冷风旋, 263 visits, 网摘, 收藏, 编辑
摘要:异步上传图片Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Coolite.Ext.Web.FileUploadField uploadControl = ((Coolite.Ext.Web.FileUploadField)this.tbMain.FindControl(ControlsID.imageUpload)); //图片路径 string strFileName = uploadControl.FileName; DateTime
阅读全文