摘要: function changeImg(e, filePath, index) { fileFormat = filePath.substring(filePath.lastIndexOf(".")).toLowerCase(); //检查后缀名 if (!fileFormat.match(/.png 阅读全文
posted @ 2021-05-20 09:37 奉利民 阅读(254) 评论(0) 推荐(0) 编辑
摘要: ABP简介 ABP是一套开源的基于ASP NET CORE,实现了大部分DDD思想的框架。 ABP官网:https://aspnetboilerplate.com/ ABP源码:https://github.com/aspnetboilerplate/aspnetboilerplate 虽然网上也有 阅读全文
posted @ 2021-05-07 17:10 奉利民 阅读(5463) 评论(0) 推荐(0) 编辑
摘要: 一、设计模式的分类 GOF一共总结了23套设计模式,大致可以分为以下三类: 创造型模式 这些设计模式提供了一种在创建对象的同时隐藏创建逻辑的方式,而不是使用 new 运算符直接实例化对象。这使得程序在判断针对某个给定实例需要创建哪些对象时更加灵活,该类型包括:单件模式、抽象工厂、建造者模式、工厂方法 阅读全文
posted @ 2021-03-17 15:48 奉利民 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1.创建2个控制台程序 2.服务端代码 using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; 阅读全文
posted @ 2021-03-16 16:39 奉利民 阅读(381) 评论(0) 推荐(0) 编辑
摘要: VS2013默认是没有安装打包程序的,需要手动安装,我安装的是 InstallShield2018LimitedEdition。 1.点击解决方案,右键,选择“添加”->“新建项目”,打开“添加新项目”窗口。 2.“添加新项目”窗口,选择安装的 InstallShieldLimitedEdition 阅读全文
posted @ 2021-03-11 10:28 奉利民 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 只能写普通日志,警告错误日志都无法输出,原因是配置出现了问题,需要修改里面的输出级 阅读全文
posted @ 2021-02-01 10:46 奉利民 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 原文链接环境下载:https://www.cnblogs.com/breakus/p/10475246.html 这个时间需要安装Core环境,虽然项目是3.1 但是还是要安装2.1 安装完环境记得重启 阅读全文
posted @ 2020-07-31 09:57 奉利民 阅读(170) 评论(0) 推荐(0) 编辑
摘要: http://www.51pptmoban.com/ppt/ 阅读全文
posted @ 2020-07-22 09:50 奉利民 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 转载 一、ELK搭建篇 官网地址:https://www.elastic.co/cn/ 官网权威指南:https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html 安装指南:https://www.elastic.co/ 阅读全文
posted @ 2020-06-04 09:54 奉利民 阅读(601) 评论(0) 推荐(0) 编辑
摘要: https://layer.layui.com/ http://www.h-ui.net/Hui-overview.shtml http://www.h-ui.net/ 阅读全文
posted @ 2020-05-12 15:47 奉利民 阅读(130) 评论(0) 推荐(0) 编辑