Spring Boot –test 1、添加依赖 2、编写单元测试类 3、执行测试 ...
分类:
编程语言 时间:
2019-02-20 13:06:22
阅读次数:
176
1:查看客户机使用哪台DC进行登录的:在客户端cmd下运行 set命令可以查看使用哪台DC登录。 2:使用命令把客户端加入到域 netdom join fs01 /domain:contoso.com /userd:contoso\administrator/passwordd:123.com/us ...
分类:
其他好文 时间:
2019-02-20 10:00:03
阅读次数:
204
1、采用springcloud 获取github上config配置文件属性需要注意的问题; 2、此时github下面的配置文件,命名要特别注意,否则会获取不到配置里面的属性而报错,报错是因为配置文件命名不正确导致的。 报错如下: 3、正确的命名如下: 4、客户端访问的工程名称为config-clie ...
分类:
其他好文 时间:
2019-02-19 00:45:27
阅读次数:
268
DNS的解析结构: <service_name>.<namespace>.svc.<domain> myapp.default.svc.cluster.local 解析慢的时候或者解析超时的时候: curl myapp.default.svc.cluster.local #这种时候可能会出现解析慢或 ...
分类:
Web程序 时间:
2019-02-19 00:40:22
阅读次数:
375
ASP.NET Core 打造一个简单的图书馆管理系统(九) 学生信息增删, ASP.NET Core ajax ...
分类:
Web程序 时间:
2019-02-18 21:42:38
阅读次数:
258
CentOS 7 安装Nginx 1. 从 "Nginx 官网" 下载 "nginx 1.14.2.tar.gz" [root@localhost ~] wget http://nginx.org/download/nginx 1.14.2.tar.gz 2. 将已下载的Nginx压缩包解压 [ro ...
分类:
其他好文 时间:
2019-02-18 16:04:28
阅读次数:
178
一. 隐藏属性概述 隐藏属性也叫影子属性,该属性不是在.net实体类中定义的属性,而是在EFCore模型中为该实体类型定义的属性。这些属性的值和状态完全在变更跟踪器中维护。它有二个功能:(1)当数据库中某些字段不想映射到实体类上公开的属性时,隐藏属性非常有用。(2)隐藏属性通常是用于外键属性,其中两 ...
分类:
Web程序 时间:
2019-02-17 13:00:01
阅读次数:
230
(一)、Spring Data 概述 Spring Data : Spring 的一个子项目。用于简化数据库访问,支持NoSQL 和 关系数据存储。其主要目标是使数据库的访问变得方便快捷。 ● SpringData 项目所支持 NoSQL 存储: MongoDB (文档数据库)Neo4j(图形数据库 ...
分类:
数据库 时间:
2019-02-15 18:06:52
阅读次数:
763
JMeter is one of the best open source tools in the Test Automation Community. It comes with all the possible extensions to come up with our test scrip ...
分类:
其他好文 时间:
2019-02-14 23:45:35
阅读次数:
183
1、错误描述 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in URL [file:/F:/Tomcat/apache-tom ...
分类:
编程语言 时间:
2019-02-14 13:46:35
阅读次数:
274