上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 30 下一页
摘要: IRow row = sheet.GetRow(i); 坑:如果此行存在空的cell,则row.Cells[index] 不能获取到,空的单元格不能生成cells 阅读全文
posted @ 2018-10-31 17:00 人生为卒 阅读(1200) 评论(0) 推荐(0)
摘要: 图片预览弹出框 图片预览js方法,需要传入路径 Controller方法 阅读全文
posted @ 2018-10-29 15:50 人生为卒 阅读(231) 评论(0) 推荐(0)
摘要: var property = condition.GetType().GetProperty("PropertyName"); property.SetValue(condition, "value", null); 阅读全文
posted @ 2018-10-26 12:00 人生为卒 阅读(94) 评论(0) 推荐(0)
摘要: 注意https和http的区别 阅读全文
posted @ 2018-10-25 15:35 人生为卒 阅读(201) 评论(0) 推荐(0)
摘要: select top 1000 s2.dbid, DB_NAME(s2.dbid) as [dbname], (select top 1 substring(s2.text,statement_start_offset/2+1, ((case when statement_end_offset=-1 then( len(convert(nvarchar(max),s2.text))*2... 阅读全文
posted @ 2018-10-16 14:39 人生为卒 阅读(268) 评论(0) 推荐(0)
摘要: 服务安装脚本 set binPath=%CD%sc create ServiceName binPath= "D:\WebSite\Service\ServiceName.exe" displayname= "ServiceDisplayname" start= auto 阅读全文
posted @ 2018-10-09 16:51 人生为卒 阅读(211) 评论(0) 推荐(0)
摘要: #region 程序集 ThoughtWorks.QRCode.dll, v1.0.2774.19990// E:\WorkSpace\AutoReceivingSystem\03-CD\SMS.TaskService\WorkDll\NEW\ThoughtWorks.QRCode.dll#endr 阅读全文
posted @ 2018-09-28 11:25 人生为卒 阅读(748) 评论(0) 推荐(0)
摘要: public virtual string SplitPlateType { get { if (SplitPlateType == null) { return "默认值"; ... 阅读全文
posted @ 2018-08-11 14:39 人生为卒 阅读(10182) 评论(0) 推荐(0)
摘要: #region 复制对象 /// /// 将一个对象的属性给另一个对象的相同属性赋值 /// /// 源对象类型 /// 目标对象类型 /// 源对象 /// 目标对 public static void AutoMapp... 阅读全文
posted @ 2018-08-10 15:16 人生为卒 阅读(111) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/shuibi/p/6564561.html sql server2000中使用convert来取得datetime数据类型样式(全) 日期数据格式的处理,两个示例: CONVERT(varchar(16), 时间一, 20) 结果:2007-02-01 阅读全文
posted @ 2018-06-08 13:31 人生为卒 阅读(1259) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 30 下一页