会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
人生为卒
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
30
下一页
2018年10月31日
NPOI 空单元格的获取
摘要: IRow row = sheet.GetRow(i); 坑:如果此行存在空的cell,则row.Cells[index] 不能获取到,空的单元格不能生成cells
阅读全文
posted @ 2018-10-31 17:00 人生为卒
阅读(1200)
评论(0)
推荐(0)
2018年10月29日
web预览图片
摘要: 图片预览弹出框 图片预览js方法,需要传入路径 Controller方法
阅读全文
posted @ 2018-10-29 15:50 人生为卒
阅读(231)
评论(0)
推荐(0)
2018年10月26日
对象的属性赋值
摘要: var property = condition.GetType().GetProperty("PropertyName"); property.SetValue(condition, "value", null);
阅读全文
posted @ 2018-10-26 12:00 人生为卒
阅读(94)
评论(0)
推荐(0)
2018年10月25日
Web请求
摘要: 注意https和http的区别
阅读全文
posted @ 2018-10-25 15:35 人生为卒
阅读(201)
评论(0)
推荐(0)
2018年10月16日
Sql Server 获取数据库最近执行的操作
摘要: 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)
2018年10月9日
服务安装脚本
摘要: 服务安装脚本 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)
2018年9月28日
生成并保存二维码图片,此方法最清晰
摘要: #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)
2018年8月11日
c# get,set设置默认值
摘要: public virtual string SplitPlateType { get { if (SplitPlateType == null) { return "默认值"; ...
阅读全文
posted @ 2018-08-11 14:39 人生为卒
阅读(10182)
评论(0)
推荐(0)
2018年8月10日
反射复制对象
摘要: #region 复制对象 /// /// 将一个对象的属性给另一个对象的相同属性赋值 /// /// 源对象类型 /// 目标对象类型 /// 源对象 /// 目标对 public static void AutoMapp...
阅读全文
posted @ 2018-08-10 15:16 人生为卒
阅读(111)
评论(0)
推荐(0)
2018年6月8日
Sql日期时间格式转换
摘要: 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
下一页
公告