摘要: Dispatcher 不能挂多线程 1 Application.Current.Dispatcher.BeginInvoke(new Action(() => 2 { 3 try 4 { 5 int count = 0; 6 foreach (Window window in Application 阅读全文
posted @ 2023-08-07 17:41 Code麒麟 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 我的文档显示隐藏文件,里面有个AppData 里面选择之前卸载的一些程序。 阅读全文
posted @ 2022-06-27 11:05 Code麒麟 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1.项目->属性->生成->优化代码,取消优化代码。 阅读全文
posted @ 2021-08-16 11:40 Code麒麟 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 1、NPOI版本为2.4.1 2、 using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; using NPOI.XSSF.UserModel; using System; using System.Collections.Generic; using 阅读全文
posted @ 2019-12-11 14:33 Code麒麟 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 1、引用最新版的NPOI(2.4.1) 2、调用本人NPOIHelper 3、调用下面的导出helper 1 #region 药物库存表导出1048576 2 [HttpPost] 3 public async Task<ApiRes<ExportModelRespon>> ExpDrugListS 阅读全文
posted @ 2019-12-11 14:22 Code麒麟 阅读(2006) 评论(0) 推荐(0) 编辑
摘要: http://www.effapp.com/crm/ywyxsmb/ 阅读全文
posted @ 2019-06-18 19:02 Code麒麟 阅读(352) 评论(0) 推荐(0) 编辑
摘要: <el-dialog title="添加图片" :visible.sync="dialogFormVisible" width="80%"> <el-row v-for="(item,index) in imgList" class="survey"> <el-col :span="5"> 上传图片 阅读全文
posted @ 2019-05-15 11:46 Code麒麟 阅读(967) 评论(0) 推荐(0) 编辑
摘要: --%> --%> 项目展示 关联的期数: 多于15个字省略号显示 --> * 项目展示的标题: 多于15个字省略号显示 --> * --%> 阅读全文
posted @ 2019-05-07 18:52 Code麒麟 阅读(228) 评论(0) 推荐(0) 编辑
摘要: memcache:默认1024个链接:命令链接:telnet ip memcache端口即可;--add 参数:add (key)(标志,为一个正整数,可以自己定义,比如1,是数组,2是json,淘出来可以反序列化)(缓存有效期0:不失效)(长度,单位字节) --缓存有效期:1.单位是秒:2.时间戳 阅读全文
posted @ 2019-04-02 11:25 Code麒麟 阅读(224) 评论(0) 推荐(0) 编辑
摘要: reids存储类型:string list hash set sortedset.高速缓存数据库。缓存,数据缓存,页面缓存。 redis优: 1.支持多数据类型,2.支持主从模式3.支持持久化4.单个value限制是1GB,memcached为1M数据。 redis可以做存储。 redis-serv 阅读全文
posted @ 2019-04-02 11:24 Code麒麟 阅读(473) 评论(0) 推荐(0) 编辑