Fork me on GitHub

07 2013 档案

摘要:#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language). The creator of #ziplib put it this wa 阅读全文
posted @ 2013-07-30 17:11 Nick.Chung 阅读(345) 评论(0) 推荐(0) 编辑
摘要:1.Choose Http(for IISWorkflowHostUri site)2.Register-SPWorkflowService -SPSite 'http://win2012-sp/sites/nick' -WorkflowHostUri 'http://win2012-sp:12291' -AllowOAuthHttp -Force 阅读全文
posted @ 2013-07-29 12:03 Nick.Chung 阅读(202) 评论(0) 推荐(0) 编辑
摘要:OverviewiTextSharp is a C# port of iText, an open source Java library for PDF generation and manipulation. It can be used to create PDF documents from scratch, to convert XML to PDF (using the extra XML Worker DLL), to fill out interactive PDF forms, to stamp new content on existing PDF documents, t 阅读全文
posted @ 2013-07-29 11:56 Nick.Chung 阅读(394) 评论(0) 推荐(0) 编辑
摘要:Advantage of NPOIa. It's totally free to useb. Cover most features of Excel (cell style, data format, formula and so on)c. Professional support service (even 24*7) from NPOI team (not free)d. Support xls, xlsx, docx.e. Designed to be interface-oriented (take a look at NPOI.SS namespace)f. Suppor 阅读全文
posted @ 2013-07-29 11:53 Nick.Chung 阅读(257) 评论(0) 推荐(0) 编辑
摘要:PHP Framework is built for PHP developers who need elegant toolkit to create full-featured web applications. It aims to speed up the creation and main 阅读全文
posted @ 2013-07-06 22:16 Nick.Chung 阅读(250) 评论(0) 推荐(0) 编辑
摘要:ECShop是一款B2C独立网店系统,适合企业及个人快速构建个性化网上商店。系统是基于PHP语言及MYSQL数据库构架开发的跨平台开源程序。 Ref:http://www.ecshop.com ecshop 重置后台密码 MD5+salt ecshop密码加密方式: MD5 32位+salt,简单来 阅读全文
posted @ 2013-07-06 21:54 Nick.Chung 阅读(463) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using SP = Microsoft.SharePoint.Client;using System.IO;using NPOI.SS.UserModel;using NPOI.HSSF. 阅读全文
posted @ 2013-07-06 21:41 Nick.Chung 阅读(973) 评论(0) 推荐(0) 编辑