10 2016 档案

摘要: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) 编辑