摘要: string fileId = context.Request.QueryString["FileId"]; // fileId = "d084cf5ac0c44aa380558a7232da5385"; if (fileId != null && fileId.Length > 0) { IFil 阅读全文
posted @ 2018-06-13 10:18 刘祥伟 阅读(504) 评论(0) 推荐(0) 编辑
摘要: string Code = context.Request["Code"]; CSharpCodeProvider objCSharpCodePrivoder = new CSharpCodeProvider(); // 2.ICodeComplier ICodeCompiler objICodeC 阅读全文
posted @ 2018-06-13 10:16 刘祥伟 阅读(105) 评论(0) 推荐(0) 编辑
摘要: string url = "http://10.1.1.0/ProcessWeb/Page/ProcessForm.aspx?smdname=AdminSerApplication_SmartDS&formname=AdminSerApplication_Form&procname=AdminSerApplication_Process&step=view&pro... 阅读全文
posted @ 2017-08-31 14:48 刘祥伟 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 后台 生成验证码 阅读全文
posted @ 2017-06-23 15:42 刘祥伟 阅读(1977) 评论(0) 推荐(0) 编辑
摘要: protected void Page_Load(object sender, EventArgs e) { string procinstid = ""; string host = ""; string url = ""; procinstid = Request.Qu... 阅读全文
posted @ 2017-02-24 16:14 刘祥伟 阅读(3134) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Word = Microsoft.Office.Interop.Word; using HY.Common.... 阅读全文
posted @ 2016-12-09 14:53 刘祥伟 阅读(3365) 评论(1) 推荐(0) 编辑
摘要: protected void Page_Load(object sender, EventArgs e) { string finalHtml = ""; string urls = ""; string pager = @" "; string[] ProcInstIDArr = Context.Request["ProcIn... 阅读全文
posted @ 2016-12-09 14:06 刘祥伟 阅读(1524) 评论(0) 推荐(0) 编辑
摘要: //替换并保存word //打开下载word文件 阅读全文
posted @ 2016-12-09 13:56 刘祥伟 阅读(905) 评论(0) 推荐(0) 编辑