摘要: #region VS2010版本以及以上版本源码下载地址:http://download.csdn.net/download/u012949335/10231812 VS2012版本以及以上版本源码下载地址:http://download.csdn.net/download/u012949335/10232057 private bool PdfToHtml(strin... 阅读全文
posted @ 2018-01-30 15:58 Ajoying 阅读(775) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing; using System.Data; namespace MvcGuestBook.Common { //条形码公共类 public class BarCode128... 阅读全文
posted @ 2018-01-17 14:54 Ajoying 阅读(1199) 评论(0) 推荐(0) 编辑
摘要: 详细链接:https://shop499704308.taobao.com/?spm=a1z38n.10677092.card.11.594c1debsAGeakusing System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Drawing; using Syste... 阅读全文
posted @ 2018-01-17 11:01 Ajoying 阅读(2276) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using Webdiyer.WebControls.Mvc; namespace MvcGuestBook.Common { public static class MvcPaper { //... 阅读全文
posted @ 2018-01-11 17:07 Ajoying 阅读(484) 评论(0) 推荐(0) 编辑
摘要: /// /// 一、构建模拟数据存放于DataTable /// /// DataTable public DataTable GetData() { DataTable dt = new DataTable(); dt.Columns.Add("MemberID... 阅读全文
posted @ 2018-01-08 16:55 Ajoying 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 本文介绍了ASP.NET基于NPOI控件将数据导出Excel表中数据以及导入Excel数据到数据库。优点:导出几万条数据几秒钟就可以完成。 阅读全文
posted @ 2017-12-08 13:49 Ajoying 阅读(622) 评论(0) 推荐(0) 编辑
摘要: 详细链接:https://shop499704308.taobao.com/?spm=a1z38n.10677092.card.11.594c1debsAGeak 1、普通空格: 前后的空格,使用LTrim和RTrim即可,例如:LTrim(RTrim(Name))中间的空格,使用replace函数 阅读全文
posted @ 2017-11-28 16:50 Ajoying 阅读(19997) 评论(0) 推荐(1) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using Aspose.Words; using System.Configuration; using System.Data.SqlClient; using System.Refle... 阅读全文
posted @ 2017-11-23 20:35 Ajoying 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 详细链接:https://shop499704308.taobao.com/?spm=a1z38n.10677092.card.11.594c1debsAGeak 阅读全文
posted @ 2017-11-23 20:34 Ajoying 阅读(1185) 评论(0) 推荐(0) 编辑
摘要: 详细链接:https://shop499704308.taobao.com/?spm=a1z38n.10677092.card.11.594c1debsAGeak/// /// 在DataTable中添加一序号列,编号从1依次递增 /// /// DataTable /// private DataTable ... 阅读全文
posted @ 2017-11-23 20:33 Ajoying 阅读(2807) 评论(0) 推荐(0) 编辑