码迷,mamicode.com
首页 >  
搜索关键字:configuration manag    ( 6024个结果
Report Server Configuration Manager报表服务器配置管理器,连接新数据库-》报错:无法连接到服务器。
报表服务器配置管理器-》更改数据库-》连接新数据库-》报错:无法连接到服务器。在SQL Server建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且SQL Server已配置为允许远程连接(Provider: Named Pipes Provider, ...
分类:数据库   时间:2020-06-25 17:56:21    阅读次数:252
文件更名
package com.hadoop.hdfs;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.fs.FileSystem;import org.apache.hadoop.fs.Path;import jav ...
分类:其他好文   时间:2020-06-25 17:46:58    阅读次数:39
文件删除
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:29:21    阅读次数:73
hadoop创建目录
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:23:59    阅读次数:69
文件下载
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
6024条   上一页 1 ... 23 24 25 26 27 ... 603 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!