码迷,mamicode.com
首页 >  
搜索关键字:getpath    ( 286个结果
Error resolving template [xxx], template might not exist or might not be exist
Springboot+thymeleaf+mybatis 抛Error resolving template [xxx], template might not exist的异常 原因是我们在pom.xml增加的以下内容导致的,以下内容中src/main/resources这项中没有把你的html文 ...
分类:其他好文   时间:2019-02-02 18:55:50    阅读次数:2097
JAVA springboot微服务b2b2c电子商务系统r-feign-hystrix(六)
JAVA springboot微服务b2b2c电子商务系统r-feign-hystrix(六) feign的配置,这节我们讨论一下,feign+hystrix调用生产者时,进行容错处理 Spring Cloud大型企业分布式微服务云构建的B2B2C电子商务平台源码请加企鹅求求:一零三八七七四六二六 ...
分类:编程语言   时间:2019-01-29 11:54:02    阅读次数:154
C# 文件/文件夹压缩解压缩
项目上用到的,随手做个记录,哈哈。 直接上代码: 1 using System; 2 using System.Data; 3 using System.Configuration; 4 using System.Collections.Generic; 5 using System.IO; 6 u ...
分类:Windows程序   时间:2019-01-19 20:11:08    阅读次数:223
Java之输入输出流
Java的file类,操作文件。mkdir创建单机目录,mkdirs创建多级目录。getparent返回父目录路径,getpath返回文件的相对路径。creatnewfile用于创建文件 输出: 案例: ...
分类:编程语言   时间:2019-01-19 12:14:25    阅读次数:170
MapReduce的典型编程场景3
1.自定义InputFormat–数据分类输出 需求:小文件的合并 分析:   -在数据采集的时候,就将小文件或小批数据合成大文件再上传HDFS   -在业务处理之前,在HDFS上使用MapReduce程序对小文件进行合并   -在MapReduce处理时,可采用CombineFileIn
分类:其他好文   时间:2019-01-13 14:23:38    阅读次数:167
大数据学习——hdfs客户端操作
package cn.itcast.hdfs; import org.apache.commons.io.IOUtils; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.*; import org.j... ...
分类:其他好文   时间:2019-01-03 21:45:46    阅读次数:226
模拟Springboot二:内置tomcat
既然要将tomcat内置到项目中,并且能够成功的启动项目就要知道 tomcat 做了哪些事情 ,那么就必须先搞明白 一个 普通的web项目是如何被我们本地配置的tomcat启动并运行的 (1)、 先告诉tomcat 要运行哪些项目 (也就是在使用eclipse、idea启动项目前对tomcat的配置 ...
分类:编程语言   时间:2019-01-03 16:37:25    阅读次数:174
安卓-APP应用文件路径
文件目录API层 应用文件API 内部存贮API // 内部私有缓存路径,/data/user/0/com.exam.pkg/cache (6.0之后路径) context.getCacheDir().getPath() // 内部私有存贮路径,/data/user/0/com.exam.pkg/f ...
分类:移动开发   时间:2018-12-02 19:17:24    阅读次数:298
Weblogic服务下获取上下文路劲问题
问题描述: 如果一个项目用weblogic部署的服务,在web_inf文件夹下只有web.xml文件,没有配置weblogic.xml文件时,这是用 类.class.getClassLoader().getResource("").getPath() 该方法获取到的绝对路劲是如下:/D:/Oracl ...
分类:Web程序   时间:2018-11-29 20:12:05    阅读次数:249
maven--package
src/main/resources ${project.build.directory}/config src/main/resources ... ...
分类:其他好文   时间:2018-11-29 20:08:23    阅读次数:124
286条   上一页 1 ... 5 6 7 8 9 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!