摘要: public class sqlserver { //private string sqlstr = System.ConfigurationManager.ConnectionStrings["conn03"].ConnectionString; private string sqlstr = S 阅读全文
posted @ 2017-02-06 17:05 李文平 阅读(263) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 在图片上生成图片水印 /// </summary> /// <param name="Path">原服务器图片路径</param> /// <param name="Path_syp">生成的带图片水印的图片路径</param> /// <param name=" 阅读全文
posted @ 2016-12-29 17:31 李文平 阅读(889) 评论(0) 推荐(0) 编辑
摘要: 大家想必都有这种困惑——拿到支付宝的接口代码后,尽管里面的程序有注释,接口代码包中也附有开发说明,但还是不知道该如何入手。这不难想象是什么原因,因为自己并不了解这个接口的工作原理是什么?那么这篇文章就是要向大家全面展示关于支付宝接口的所有东西,以便大家能快速上手把接口接入自己的项目中,也能帮助那些已 阅读全文
posted @ 2016-11-12 09:27 李文平 阅读(1891) 评论(0) 推荐(0) 编辑
摘要: //提交要下载的文件 $.ajax({ url:"/sub/ZipFile.aspx", data:"paras="+datas, type: 'HEAD', error: function () { alert("压缩包不存在!"); }, success: function () { windo 阅读全文
posted @ 2016-11-01 11:03 李文平 阅读(856) 评论(1) 推荐(0) 编辑
摘要: public class MyNameTransfom : ICSharpCode.SharpZipLib.Core.INameTransform { #region INameTransform 成员 public string TransformDirectory(string name) { 阅读全文
posted @ 2016-10-25 17:59 李文平 阅读(1349) 评论(0) 推荐(1) 编辑
摘要: string str = Configuration.ConfigurationManager.AppSettings[str].ToString(); string sql = "select * from company"; List<UserInfo> uf = new List<UserIn 阅读全文
posted @ 2016-10-10 14:29 李文平 阅读(382) 评论(0) 推荐(0) 编辑
摘要: uploadify.swf需要是支持中文 </script> using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Web; using System.Web.Sess 阅读全文
posted @ 2016-10-09 18:04 李文平 阅读(2795) 评论(0) 推荐(0) 编辑
摘要: #region 根据年月日计算星期几(Label2.Text=CaculateWeekDay(2004,12,9);) /// <summary> /// 根据年月日计算星期几(Label2.Text=CaculateWeekDay(2004,12,9);) /// </summary> /// < 阅读全文
posted @ 2016-10-09 17:56 李文平 阅读(3653) 评论(0) 推荐(0) 编辑
摘要: 1.根据年月日获取 星期几 http://www.cnblogs.com/liwp/p/5943226.html 2.json对象转换为泛型集合 http://www.cnblogs.com/liwp/p/5938729.html 3.数据库日期在中js转换 http://www.cnblogs.c 阅读全文
posted @ 2016-10-09 17:54 李文平 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Dictionary<string, object> jd = js.Deserialize<Dictionary<string, object>>(item); item为json字符串 {'cProPic':'/companypic/20160914121309517.jpg','cProNam 阅读全文
posted @ 2016-10-08 14:49 李文平 阅读(964) 评论(0) 推荐(0) 编辑