Wesley13 Wesley13
3年前
android保存文件到手机内存
首先要指定文件保存的位置,在Java中,我们可以直接使用FilefilenewFile(“info.txt”),但是在Android中,使用这个路径文件会被保存到data/app文件夹(应用程序根目录)下,Android是不允许在这里保存文件的。Android保存文件都是保存在“data/data/包名”文件夹下的。故应该:Filefilene
Wesley13 Wesley13
3年前
IDEA 内存优化
你的电脑内存都8G、16G里,但只给JVM512M的内存,感觉不卡吗在某些时候。mac上IDEA内存优化方式:windows上文件名应该是和这个一样的,路径就在软件安装的位置。编辑这个文件:!(http://blog.img.zeroone.top/markdownimgpaste20180323135349894
Stella981 Stella981
3年前
SSM 生成mapper中xml文件:未能解析映射资源:“文件嵌套异常
错误日记我就网上随便找个贴着:错误一:org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'sqlSessionFactory'definedinclasspathresource\applicationCo
Easter79 Easter79
3年前
SpringBoot静态资源文件
1、默认静态资源映射SpringBoot对静态资源映射提供了默认配置SpringBoot默认将/\\所有访问映射到一下目录classpath:/staticclasspath:/publicclasspath:/resourcesclasspath:/METAINF/resources
Stella981 Stella981
3年前
SpringBoot系列之@PropertySource读取yaml文件
SpringBoot系列之@PropertySource支持yaml文件读取最近在做实验,想通过@PropertySource注解读取配置文件的属性,进行映射,习惯上用properties都是测试没问题的,偶然换成yaml文件,发现都读取不到属性值因为yaml语法很简洁,比较喜欢写yaml配置文件,很显然,@PropertySource默认不支持ya
Stella981 Stella981
3年前
SpringBoot静态资源文件
1、默认静态资源映射SpringBoot对静态资源映射提供了默认配置SpringBoot默认将/\\所有访问映射到一下目录classpath:/staticclasspath:/publicclasspath:/resourcesclasspath:/METAINF/resources
Wesley13 Wesley13
3年前
Alamofire4.x开源代码分析(三)文件上传下载
Alamofire支持下载图片到内存或者磁盘,Alamofire.request开头的请求会把数据加载进内存,适用于小文件,如果文件比较大,可能会造成内存溢出.因此如果文件比较大,应该是Alamofire.download方法,把数据临时的保存在磁盘中,该方法同时还支持后台下载.例如Alamofire.download("https://htt
Easter79 Easter79
3年前
SpringBoot系列之@PropertySource读取yaml文件
SpringBoot系列之@PropertySource支持yaml文件读取最近在做实验,想通过@PropertySource注解读取配置文件的属性,进行映射,习惯上用properties都是测试没问题的,偶然换成yaml文件,发现都读取不到属性值因为yaml语法很简洁,比较喜欢写yaml配置文件,很显然,@PropertySource默认不支持ya
Stella981 Stella981
3年前
Elasticsearch 映射操作
一、创建语法:PUT/索引库名称/_mapping/类型名称{"properties":{"字段名":{"type":类型,可以是text、keyword、long、short、date、integer、object等   "index":是否索引,默认为true 
Easter79 Easter79
3年前
SSM 生成mapper中xml文件:未能解析映射资源:“文件嵌套异常
错误日记我就网上随便找个贴着:错误一:org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'sqlSessionFactory'definedinclasspathresource\applicationCo