摘要:
string sp = Server.MapPath("/");//"/PDF/tz/tempword/" if (!System.IO.Directory.Exists(sp)) { System.IO.Directory.CreateDirectory(sp); } //Request.File 阅读全文
摘要:
需要引用 Aspose.Words 请自行下载 先准备一个HTML 文件,文件内容参考下面 <table border="1" cellspacing="0" style="margin: 0 auto; width: 90%; border-color: #000; text-align: cen 阅读全文
摘要:
需要引用,DLL请自行下载 using Aspose.Pdf; using Aspose.Words; using System.Data; using System.IO; 首选创建Word数据模版;使用Office或者WPS创建一个DOC模版,并增加域;如何增加域名可自行搜索 WPS增加 使邮件 阅读全文
摘要:
引用自 https://www.hangge.com/blog/cache/detail_2207.html 1,问题描述 (1)如果添加的文字中包含有中文(汉字),我们会发现生成的 pdf 文件时,里面中文部分就会变成乱码: (2)这是由于 jsPDF 默认是不支持中文的。我们可以通过手动引入中文 阅读全文
摘要:
DataTable ds = dal.ExecuteDataTable(cmd, q); DataColumn col = new DataColumn("curr_cash_money", typeof(decimal)); col.Expression = "imburseoutlay-isnull(cash_money,0)"; ds.Columns.Add(col); 阅读全文
摘要:
using ICSharpCode.SharpZipLib.Checksums; using ICSharpCode.SharpZipLib.Zip; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace Resource_... 阅读全文
摘要:
function CheckSocialCreditCode(Code) { var patrn = /^[0-9A-Z]+$/; //18位校验及大写校验 if ((Code.length != 18) || (patrn.test(Code) == false)) { return false; } else { var A... 阅读全文
摘要:
{{el.text.text}} ... 阅读全文