Android6.0运行时权限简介:http://unclechen.github.io/2016/03/05/Android6.0%E8%BF%90%E8%A1%8C%E6%97%B6%E6%9D%83%E9%99%90%E7%AE%80%E4%BB%8B/ Android6.0权限适配之WRIT ...
分类:
移动开发 时间:
2020-01-13 20:11:16
阅读次数:
101
问题描述: springboot版本 2.1.1 pom.xml配置 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifa ...
分类:
Web程序 时间:
2020-01-13 13:07:17
阅读次数:
88
之前习惯的配置方式: spring.datasource.driver-class-name=com.mysql.jdbc.Driver 控制台报如下警告: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driv ...
分类:
数据库 时间:
2020-01-13 12:58:57
阅读次数:
115
1.环境变量:jdk:maven:2.选择启动器:springMVCmybatisMysql3.SpringBoot目录结构**此时直接启动项目会报错,错误信息:因为没有配置数据库连接信息4.配置数据库连接在/resource/application.properties中配置:spring.datasource.url=mysql://106.53.10.146:3306/mybatis?use
分类:
编程语言 时间:
2020-01-12 23:40:19
阅读次数:
186
ORACLE EBS 11i安装(后)常见问题 问题一:ERP系统安装过程中出错RW-50004: Error code received when running external process.Check log file for details.Running Database Instal ...
分类:
数据库 时间:
2020-01-12 11:52:30
阅读次数:
129
XMLConfigBuilder类解析mybatis配置文件,创建一个Configuration对象,该对象是mybatis的核心配置类。对配置文件中的<environments>标签解析,<environments>包含多个<environment>每个包含<dataSource>根据<envir ...
分类:
其他好文 时间:
2020-01-11 20:21:35
阅读次数:
97
把项目移动到新的运行环境时,明明包都导入了,项目也放进tomcat里面了,但是还会找不到该类 解决方法:项目右键选择底下的Properties ->project facets ->java 把Runtimes里面的Apache Tomcat的勾打上 这样才算把tomcat放进类路径里面 ...
分类:
数据库 时间:
2020-01-11 15:21:47
阅读次数:
83
android Q对于文件读写引入了新特性,在这个版本中,READ_EXTERNAL_STORAGE和WRITE_EXTERNAL_STORAGE均受到了限制,无法再像之前的版本直接获取到文件。如果希望恢复之前的权限逻辑,可以在manifest文件中设置: android:requestLegacy ...
分类:
移动开发 时间:
2020-01-11 13:01:27
阅读次数:
174
Start a GIT Repository The first step in creating a GIT repository is finding where to actually create it. You can either create the repository on you ...
分类:
其他好文 时间:
2020-01-11 09:59:40
阅读次数:
79
调试C/C++ 添加3个配置 //文件名:settings.json { "files.defaultLanguage": "cpp", // ctrl+N新建文件后默认的语言 "code-runner.runInTerminal": true, // 设置成false会在“输出”中输出,无法交互 ...
分类:
编程语言 时间:
2020-01-10 12:46:44
阅读次数:
305