package com.hadoop.hdfs; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import ...
分类:
其他好文 时间:
2020-06-25 17:19:12
阅读次数:
66
5.10 MVC自动配置原理 Spring MVC Auto-configuration Spring Boot provides auto-configuration for Spring MVC that works well with most applications. The auto-c ...
分类:
编程语言 时间:
2020-06-25 15:45:40
阅读次数:
104
SSM相关的配置文件模板 mybatis-config.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://myb ...
分类:
其他好文 时间:
2020-06-25 14:02:16
阅读次数:
44
# listener.ora Network Configuration File: F:\GSPCLOUD\Oracle\product\12.2.0\dbhome_1\network\admin\listener.ora # Generated by Oracle configuration t ...
分类:
数据库 时间:
2020-06-25 10:08:35
阅读次数:
84
1.launch.json { "version": "0.2.0", "configurations": [ { "name": "(gdb) Launch", // 配置名称,将会在启动配置的下拉菜单中显示 "type": "cppdbg", // 配置类型,cppdbg对应cpptools提供 ...
分类:
编程语言 时间:
2020-06-24 23:32:38
阅读次数:
102
.properties文件内容如下: test.name=test test.msg=123456 .yml文件内容如下: spring: test: name: test msg: 123456 一、@Configuration+@PropertySource+@Value读取.propertie ...
分类:
编程语言 时间:
2020-06-24 16:20:35
阅读次数:
56
script script is the only required keyword that a job needs. It's a shell script which is executed by the Runner. For example: job: script: "bundle ex ...
分类:
其他好文 时间:
2020-06-23 18:56:37
阅读次数:
111
Oracle12C配置对外访问 第一步: 开放端口或者关闭防火墙 第二步: 配置Oracle net manager打开Net manager 修改为共享服务器 第三步: 配置连接数打开Database Configuration Assistant 第四步: 修改监听ip找到安装Oracle的AD ...
分类:
数据库 时间:
2020-06-23 13:42:50
阅读次数:
87
1、创建一个Visual C++的Empty Project,如果需要支持Windows XP将Platform Toolset设置为Visual Studio 2013 - Windows XP (v120_xp)。 2、Configuration Type设置为Dynamic Library ( ...
1、程序路径不能有中文,因为MinGW不支持 2、选择一个文件夹当作工作区,并且在该文件夹下创建./vscode文件夹,并在该文件夹下创建两个json文件 launch.json { "version": "0.2.0", "configurations": [ { "name": "C/C++", ...
分类:
其他好文 时间:
2020-06-22 22:28:38
阅读次数:
45