欢迎光临!
登录
  • 设置菜单

ZPY博客

JAVA架构师之路

×
MENU
  • Java基础
    • Java
    • jquery
    • Java多线程
    • mysql
    • oracle
    • mybatis
    • 设计模式
    • 计算机底层
  • Spring相关
    • Spring
    • thymeleaf
    • SpringBoot
    • Spring Security
    • SpringCloud
    • Spring Cloud Gateway
  • 分布式相关
    • 全文检索
    • 消息中间件
    • 缓存
    • Apollo
    • Hadoop
    • 分库分表
    • Sentinel
    • zipkin
  • 前端相关
    • ajax
    • FreeMarker
    • html5
    • css
    • php
    • android
    • app
    • angular
    • ng-zorro
    • Vue
    • ionic
    • cordova
    • 微信公众号
    • 微信小程序
  • 工具相关
    • cron
    • eclipse
    • IntelliJ IDEA
    • git
    • gitLab
    • jenkins
    • nexus
    • samba
    • maven
    • mac
    • linux
    • wordpress
  • 资源下载
    • 音乐下载
    • 电视剧下载
    • 电影下载
    • 小说下载
  • 其它
    • 海外主机
    • 股票
    • 工作流引擎
    • 爬虫
    • IT用英语单词
  • Java基础
    • Java
    • jquery
    • Java多线程
    • mysql
    • oracle
    • mybatis
    • 设计模式
    • 计算机底层
  • Spring相关
    • Spring
    • thymeleaf
    • SpringBoot
    • Spring Security
    • SpringCloud
    • Spring Cloud Gateway
  • 分布式相关
    • 全文检索
    • 消息中间件
    • 缓存
    • Apollo
    • Hadoop
    • 分库分表
    • Sentinel
    • zipkin
  • 前端相关
    • ajax
    • FreeMarker
    • html5
    • css
    • php
    • android
    • app
    • angular
    • ng-zorro
    • Vue
    • ionic
    • cordova
    • 微信公众号
    • 微信小程序
  • 工具相关
    • cron
    • eclipse
    • IntelliJ IDEA
    • git
    • gitLab
    • jenkins
    • nexus
    • samba
    • maven
    • mac
    • linux
    • wordpress
  • 资源下载
    • 音乐下载
    • 电视剧下载
    • 电影下载
    • 小说下载
  • 其它
    • 海外主机
    • 股票
    • 工作流引擎
    • 爬虫
    • IT用英语单词
首页项目文章

android原生项目运行时报错java.lang.IllegalArgumentException: reportSizeConfigurations: ActivityRecord not found for: Token{

android原生项目运行时报错如下: java.lang.IllegalArgumentException: reportSizeConfigurations: ActivityRecord not...
2018年12月4日 android 浏览量:5,552 次 发表评论
阅读全文

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,473 次 发表评论
阅读全文

android项目打包报错:Keystore was tampered with, or password was incorrect

今天在项目打包时遇到一个报错, Keystore was tampered with, or password was incorrect 百度了2个小时,也没发现有什么问题。其实这个提示已经比较直接...
2018年12月3日 android 浏览量:2,658 次 发表评论
阅读全文
android studio项目报错:Error:Jack is required to support java 8 language features. Either enable Jack or remove sourceCompatibility JavaVersion.VERSION_1_8 android

android 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,255 次 发表评论
阅读全文

ionic项目启动后一直卡在启动页面进不了app

后台地址从服务器ip换成本地localhost后启动ionic项目后卡在启动页面。 试了很多种方法都没找到原因。 后来在启动页时会访问后台,但是却进不了后台的断点。 最后将localhost换成本地i...
2018年11月27日 ionic 浏览量:1,554 次 发表评论
阅读全文

创建与运行Ionic项目

1.安装Ionic和cordova npm install ionic cordova 2.创建Ionic项目 首先创建ionic项目可以使用Ionic提供的app模板或是一个空白。 在命令行中进入I...
2018年11月18日 ionic 浏览量:715 次 发表评论
阅读全文

全部热门文章

  • 2022狂飙全集1080P迅雷下载2022狂飙全集1080P迅雷下载02/25 浏览量:19,348 次
  • 海贼王[one_piece][1051][720p].mp4迅雷下载海贼王[one_piece][1051][720p].mp4迅雷下载03/31 浏览量:4,281 次
  • 海贼王[One Piece][1050][ViuTV][WEB-RIP][CHT][SRT][1080p][AVC AAC].mkv迅雷下载海贼王[One Piece][1050][ViuTV][WEB-RIP][CHT][SRT][1080p][AVC AAC].mkv迅雷下载03/31 浏览量:3,147 次
  • mac版tvbox安装及配置mac版tvbox安装及配置06/07 浏览量:3,075 次
  • 可能-程响.mp3百度云下载可能-程响.mp3百度云下载04/29 浏览量:2,319 次

近期热门文章

  • Vue 中的原型链详解Vue 中的原型链详解03/07 浏览量:50 次
  • Cursor启动gradle的springboot项目成功,但Mybatis 报错`Parameter '0' not found. Available parameters are [arg1, arg0, param1, param2]`Cursor启动gradle的springboot项目成功,但Mybatis 报错`Parameter ‘0’ not found. Available parameters are [arg1, arg0, param1, param2]`03/28 浏览量:38 次
  • Vue中闭包详解Vue中闭包详解03/07 浏览量:31 次
  • Java程序员英文自我介绍Java程序员英文自我介绍03/06 浏览量:25 次
  • Vue中防抖(Debouncing)浅析Vue中防抖(Debouncing)浅析03/07 浏览量:23 次

热评文章

  • 四川长虹(600839)2025年3月5日走势深度解析 四川长虹(600839)2025年3月5日走势深度解析 03/05
  • 如何评价俄乌战争? 如何评价俄乌战争? 03/05
  • Java程序员英文自我介绍 Java程序员英文自我介绍 03/06
  • Vue中防抖(Debouncing)浅析 Vue中防抖(Debouncing)浅析 03/07
  • Vue中闭包详解 Vue中闭包详解 03/07

随机文章

  • Windows 10 64bit 下nodejs报错MSBUILD : error MSB4132: 无法识别工具版本“2.0”。可用的工具版本为 “4.0”的解决方法 Windows 10 64bit 下nodejs报错MSBUILD : error MSB4132: 无法识别工具版本“2.0”。可用的工具版本为 “4.0”的解决方法 11/18 浏览量:7,029 次
  • npm install 报node-sass错误(npm ERR! Failed at the node-sass@4.5.2 postinstall script. npm ERR! This is probably not a problem)的解决方法 npm install 报node-sass错误(npm ERR! Failed at the node-sass@4.5.2 postinstall script. npm ERR! This is probably not a problem)的解决方法 11/18 浏览量:2,871 次
  • 解决Android Studio不能进入调试模式问题 解决Android Studio不能进入调试模式问题 12/03 浏览量:1,338 次
  • Android项目报错Gradle project sync failed. Please fix your project and try again Android项目报错Gradle project sync failed. Please fix your project and try again 12/03 浏览量:7,473 次
  • android emulate运行时提示app has stoped无法进入app android emulate运行时提示app has stoped无法进入app 11/18 浏览量:778 次
Copyright ©  zpy博客  版权所有.

登录 找回密码

输入用户名或电子邮箱地址,您会收到一封新密码链接的电子邮件。

  • 文章目录
  • 繁