摘要: 1、阿里云存储服务端生成签名 public class OssHelper { internal class PolicyConfig { public string expiration { get; set; } public List<List<Object>> conditions { ge 阅读全文
posted @ 2020-09-26 00:58 哆啦无梦 阅读(1155) 评论(0) 推荐(0) 编辑
摘要: 1、安装 mariadb-install-db.exe mysqld install 2、修改utf8编码 [mysqld] default-storage-engine = innodb innodb_file_per_table max_connections = 4096 collation- 阅读全文
posted @ 2020-09-09 09:03 哆啦无梦 阅读(217) 评论(0) 推荐(0) 编辑
摘要: NPOI 打印设置 阅读全文
posted @ 2019-11-12 16:41 哆啦无梦 阅读(1500) 评论(1) 推荐(2) 编辑
摘要: 1、准备 2、安装网络负载均衡,两台机器都需要安装。 2、修改主机名,配置HOST文件。 在两台服务器hosts文件中增加对应的配置,测试直接使用主机名能Ping通。 3、新建负载均衡集群。 在server1上新建集群,输入本机的主机名(注意很多文章说输入IP地址 反正我没成功),点连接,下方出现对 阅读全文
posted @ 2019-09-21 12:14 哆啦无梦 阅读(1573) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-09-09 00:12 哆啦无梦 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1、数值转换失败提供默认值 阅读全文
posted @ 2018-12-11 17:08 哆啦无梦 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 1、数据库备份还原 阅读全文
posted @ 2018-12-11 09:23 哆啦无梦 阅读(2640) 评论(0) 推荐(1) 编辑
摘要: 1、安装Docker 2、编写Dockerfile文件 3、生成镜像,运行镜像 阅读全文
posted @ 2018-10-26 18:41 哆啦无梦 阅读(179) 评论(0) 推荐(0) 编辑
摘要: public static partial class Extension { private static ConcurrentDictionary> typePropertyCache = new ConcurrentDictionary>(); private static ConcurrentDictionary GetType... 阅读全文
posted @ 2018-07-12 22:38 哆啦无梦 阅读(285) 评论(0) 推荐(0) 编辑
摘要: vs 模板更新,执行命令: 阅读全文
posted @ 2018-06-01 17:00 哆啦无梦 阅读(195) 评论(0) 推荐(0) 编辑