码迷,mamicode.com
首页 >  
搜索关键字:openfiler configuration    ( 5988个结果
文件下载
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
SpringBoot---初探MVC自动配置原理
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相关的配置文件模板
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
oracle监听器配置
# 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
SpringBoot读取.yml/.properties配置文件
.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
GitLab CI/CD Pipeline Configuration Reference:三 [Parameter details: script before_script and after_script stage]
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配置对外访问
Oracle12C配置对外访问 第一步: 开放端口或者关闭防火墙 第二步: 配置Oracle net manager打开Net manager 修改为共享服务器 第三步: 配置连接数打开Database Configuration Assistant 第四步: 修改监听ip找到安装Oracle的AD ...
分类:数据库   时间:2020-06-23 13:42:50    阅读次数:87
Windows下Visual Studio 2013编译Lua 5.1.4版本
1、创建一个Visual C++的Empty Project,如果需要支持Windows XP将Platform Toolset设置为Visual Studio 2013 - Windows XP (v120_xp)。 2、Configuration Type设置为Dynamic Library ( ...
分类:Windows程序   时间:2020-06-23 13:25:52    阅读次数:68
Spring Boot 启动时做了什么
注解 @SpringBootApplication注解 中包括三个注解: @EnableAutoConfiguration:借助@Import的帮助,将所有符合自动配置条件的bean定义加载到IoC容器 @Configuration:Spring Ioc容器的配置类, @ComponentScan: ...
分类:编程语言   时间:2020-06-22 19:04:24    阅读次数:66
DHCP服务
1. DHCP简介 1.1 DHCP DHCP: Dynamic Host Configuration Protocol 动态主机地址配置协议 提供地址池 C/S:Client/Server 1.2 DHCP的作用 把一个主机接入TCP/IP网络,并为其配置一些网络参数: IP/Netmask Ga ...
分类:其他好文   时间:2020-06-22 15:28:08    阅读次数:67
5988条   上一页 1 ... 23 24 25 26 27 ... 599 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!