idea中SpringBoot热部署终极解决方案 加入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sp... 2019年12月12日 SpringBoot 浏览量:664 次 发表评论 阅读全文
运行spring security oauth2.0 github上的例子里报错找不到spring-security-oauth2:jar:2.3.5.BUILD-SNAPSHOT 在官网上下载了spring security oauth2.0的例子,但是运行samples\oauth2\里的sparklr项目时,报错如下: The requested profile "spri... 2019年1月3日 Spring Security 浏览量:1,393 次 发表评论 阅读全文
类明明存在,但import时intellij idea 总提示找不到类 类明明存在,但import时intellij idea 总提示找不到类。。这个问题花了几个小时,代码明明没有任何错误,可以正常编译打包,但就是有红色波浪线,这让我看着很不舒服有没有,但是各种build... 2018年12月4日 IntelliJ IDEA 浏览量:6,123 次 发表评论 阅读全文
Android项目报错Gradle project sync failed. Please fix your project and try again Android项目报错Gradle project sync failed. Please fix your project and try again 这是由于build.gradle文件中的bui... 2018年12月3日 android 浏览量:7,327 次 发表评论 阅读全文
android项目打包报错:Keystore was tampered with, or password was incorrect 今天在项目打包时遇到一个报错, Keystore was tampered with, or password was incorrect 百度了2个小时,也没发现有什么问题。其实这个提示已经比较直接... 2018年12月3日 android 浏览量:2,512 次 发表评论 阅读全文
androidandroid studio项目报错:Error:Jack is required to support java 8 language features. Either enable Jack or remove sourceCompatibility JavaVersion.VERSION_1_8 android studio项目报错: Error:Jack is required to support java 8 language features. Either enable ... 2018年12月3日 浏览量:1,214 次 发表评论 阅读全文
使用极光推送后ionic cordova打包报错FileTransfer.java:49: 错误: 程序包org.apache.cordova.file不存在 使用极光推送后ionic cordova打包报错如下: :compileDebugJava/Users/alex-mac/项目/conference/platforms/android/src/org... 2018年11月19日 cordova 浏览量:2,636 次 2 阅读全文
创建与运行Ionic项目 1.安装Ionic和cordova npm install ionic cordova 2.创建Ionic项目 首先创建ionic项目可以使用Ionic提供的app模板或是一个空白。 在命令行中进入I... 2018年11月18日 ionic 浏览量:644 次 发表评论 阅读全文