前置 工具 VS2019 概念 关于以下几个概念,自行百度。 控制反转:IOC(Inversion of Control) 依赖注入: 容器:DI 容器(.NET Core 自带),Autofac(本文要说明使用的) 一、安装 Autofac VS2019 打开 NuGet 管理器:工具 -> Nu ...
分类:
Web程序 时间:
2021-01-19 12:27:05
阅读次数:
0
使用时在引导类用@bean注入 在需要用的地方@AutoWired注入 package com.changgou.order.config; import com.alibaba.fastjson.JSON; import org.springframework.core.io.ClassPathR ...
分类:
其他好文 时间:
2021-01-19 12:17:05
阅读次数:
0
一 、 Hadoop 集群架构设计 二 、 搭建集群 修改IP地址与hostname以及部署zookeeper、hadoop见上一篇博文《Hadoop 完全分布式搭建》。 三 、修改配置文件 修改nna上的core-site.xml <configuration> <!-- 指定hdfs的names ...
分类:
其他好文 时间:
2021-01-19 12:16:24
阅读次数:
0
Chapter 3 : Core Java APIs Class String API stands for application programming interface. If both operands are numeric, + means numeric addition. If e ...
分类:
编程语言 时间:
2021-01-18 10:51:07
阅读次数:
0
Docker的安装 安装文档 doc Ubuntu下的安装 安装环境 NAME="Ubuntu" VERSION="18.04.4 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.4 LTS" VERSI ...
分类:
系统相关 时间:
2021-01-18 10:42:51
阅读次数:
0
Nginx在make时报错[objs/Makefile:469: objs/src/core/ngx_murmurhash.o] Error 在安装目录下执行 vim obj/Markfile 把Makefile文件的-Werror去掉 重新执行make ...
分类:
Web程序 时间:
2021-01-16 12:06:29
阅读次数:
0
官网地址: https://www.bookstack.cn/read/asp/0f968f62ba5a6357.md 性能诊断工具: https://www.bookstack.cn/read/asp/0f968f62ba5a6357.md 负载测试和压力测试: https://www.books ...
分类:
Web程序 时间:
2021-01-16 12:01:24
阅读次数:
0
原文: https://michaelscodingspot.com/dotnet-trace/ Performance issues never seem to disappear from the world, no matter how fast new computers become. T ...
分类:
移动开发 时间:
2021-01-16 11:55:44
阅读次数:
0
Bitter.Core 在聚联/分页聚联查询的时候,采用原生的MSSQL, MYSQL 语句查询,做过复杂高级项目的人知道,原生的聚合查询代码执行效率更高,更快,更容易书写,开发量最少。借助原生的MSSQL,MYSQL 客户端工具,将聚合查询的SELECT 语句写好,直接扔进Bitter ORM 框 ...
分类:
Web程序 时间:
2021-01-16 11:44:39
阅读次数:
0
当我们查询之前,我们先构造一个查询对象的输出DTO。如下图代码:public class TScoreSearchDto { /// <summary> /// 分数 /// </summary> public Int32 FScore { get; set; } /// <summary> /// ...
分类:
Web程序 时间:
2021-01-16 11:43:19
阅读次数:
0