随笔分类 -  文件操作

摘要:由于最近一段时间比较忙,发现好久没写博客了,给大家分享下最近搞的logo上传截取功能。在实现这个功能之前找了一些jq的插件,最后选定了cropper在github中可以找到。具体的思路是1:选择上传的图片,在change事件中用form.jquery.js中的formajax异步提交表单,保存上传的... 阅读全文
posted @ 2015-09-02 18:07 流浪的狸猫 阅读(2514) 评论(0) 推荐(4)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;namespace Command{ p... 阅读全文
posted @ 2015-03-18 17:31 流浪的狸猫 阅读(176) 评论(0) 推荐(0)
摘要:public class Office2Pdf { public bool DOCConvertToPDF(string sourcePath, string targetPath) { //StreamReader reader = new... 阅读全文
posted @ 2015-01-13 10:18 流浪的狸猫 阅读(305) 评论(0) 推荐(0)
摘要:1工具类保存word文件 public class WordAction { public static void SaveAsWord(string fileName, string pFileName)//使用原生方法将mht转换为word文档,不是那种直接修改后缀名的方式 ... 阅读全文
posted @ 2015-01-13 10:17 流浪的狸猫 阅读(2088) 评论(1) 推荐(0)
摘要:读写文件的帮助类using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;usi... 阅读全文
posted @ 2014-04-21 16:57 流浪的狸猫 阅读(486) 评论(0) 推荐(0)
摘要:using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using Syste... 阅读全文
posted @ 2014-04-21 16:51 流浪的狸猫 阅读(206) 评论(0) 推荐(0)
摘要:function divShow() { if ($("#tbxSearchKeywords").val() == "") { document.getElementById("divshow").style.display = "none... 阅读全文
posted @ 2013-09-13 21:20 流浪的狸猫 阅读(296) 评论(0) 推荐(0)