
编码笔记
文章平均质量分 61
复制粘贴八级熟练工
这个作者很懒,什么都没留下…
展开
-
IDEA运行SpringBoot Test无法执行
SrpingBoot Junit Test原创 2022-08-05 11:38:55 · 1338 阅读 · 1 评论 -
java.lang.NoSuchMethodError: org.redisson.Redisson.getCommandExecutor()报错解决
java.lang.NoSuchMethodError: org.redisson.Redisson.getCommandExecutor报错解决错误详细问题分析解决方法错误详细java.lang.NoSuchMethodError: org.redisson.Redisson.getCommandExecutor()Lorg/redisson/command/CommandAsyncExecutor;at org.redisson.spring.data.connection.RedissonCo原创 2021-11-01 16:50:52 · 2729 阅读 · 1 评论 -
React Native 荣耀6X(Android8.0)运行闪退
背景:项目在荣耀6x跑了一下,发现会出现闪退的情况。但是在其他设备上没有出现问题,所以开始寻找问题出在哪里。做法:先打开Logcat查看运行log,有一句MainActivity出错的提示,错误原因如下:Caused by: java.lang.IllegalStateException: Only fullscreen opaque activities can request orie...原创 2019-06-12 15:11:20 · 597 阅读 · 0 评论 -
React Native 使用入门笔记(一)环境搭建
#背景最近公司接了一个项目,需要做移动端,由于没有IOS相关的人员,为了减少学习成本,就打算使用的混合开发的技术。简单了解了一下,现有跨平台方案有:Flutter,React Native,Weex和Cordova这种hybride开发。考虑了一下技术的运行速度,支持平台,生态环境,上手速度。还是决定了使用React Native。主要是因为:客户需求简单,性能要求不高。React Nat...原创 2019-05-27 23:15:14 · 168 阅读 · 0 评论 -
Spring Boot 打包运行 中文异常
背景介绍使用Spring Boot定时器功能做了一个定时任务,需要调用到PHP写的一个接口,PHP代码如下:<?php$phone = $_GET['phone'];$name = $_GET['name'];//业务逻辑省略?>JAVA代码如下URL url = null;url = new URL("url");HttpURLConnection ...原创 2018-03-04 19:27:27 · 412 阅读 · 0 评论 -
Spring Boot学习日志(一)Hello World
目录Spring Boot学习日志(一)Hello WorldSpring Boot学习日志(二)JPA操作MysqlSpring Boot学习日志(三)再谈JpaSpring Boot学习日志(四)使用MybatisSpring Boot学习日志(五)结合Swagger管理接口一,系统环境JDK:1.8.0_144 maven:3.5.2二,使用IntelliJ...原创 2018-02-01 14:20:38 · 612 阅读 · 0 评论 -
Spring Boot学习日志(二)JPA操作Mysql
Spring Boot学习日志(二)JPA基本操作Spring Boot学习日志(一)Hello WorldSpring Boot学习日志(二)JPA操作MysqlSpring Boot学习日志(三)再谈JpaSpring Boot学习日志(四)使用MybatisSpring Boot学习日志(五)结合Swagger管理接口什么是JPAJpa简单说就是一个ORM持久层框架,...原创 2018-02-04 20:15:36 · 2623 阅读 · 2 评论 -
Spring Boot学习日志(四)使用Mybatis
Spring Boot学习日志(一)Hello WorldSpring Boot学习日志(二)JPA操作MysqlSpring Boot学习日志(三)再谈JpaSpring Boot学习日志(四)使用MybatisSpring Boot学习日志(五)结合Swagger管理接口前言之前简单介绍了一下Soring Boot Jpa操作Mysql数据库的相关方法,但是在使用Jpa的时...原创 2018-02-24 18:28:13 · 935 阅读 · 1 评论 -
Spring Boot学习日志(五)结合Swagger管理接口
Spring Boot学习日志(一)Hello WorldSpring Boot学习日志(二)JPA操作MysqlSpring Boot学习日志(三)再谈JpaSpring Boot学习日志(四)使用MybatisSpring Boot学习日志(五)结合Swagger管理接口什么是Swagger简单来说,Swagger是一个规范了整个开发周期的AIPI文档生成框架(Swagger...原创 2018-02-26 20:58:30 · 2045 阅读 · 0 评论 -
Spring Boot学习日志(三)再谈Jpa
Spring Boot学习日志(一)Hello WorldSpring Boot学习日志(二)JPA基本操作Spring Boot学习日志(三)再谈Jpa Spring Boot学习日志(四)使用MybatisSpring Boot学习日志(五)结合Swagger管理接口背景在上一篇JPA基本操作中讲述了SpringBoot Jpa基本的操作,但实际场景中会有很多复杂的场景。原创 2018-02-05 17:00:35 · 660 阅读 · 1 评论 -
Android Studio 3.0 使用android-serialport-api
最近项目增加了个需求,需要直接操作串口,在网上搜了一下,发现谷歌有一个库 地址https://github.com/cepr/android-serialport-api 本文主要讲述内容如下:环境配置串口基本操作1,复制Java文件 下载https://github.com/cepr/android-serialport-api到电脑。 在项目名/app/src/main/原创 2018-01-13 19:48:42 · 9931 阅读 · 14 评论 -
Android混淆笔记
概述module的build.gradle中有以下内容 buildTypes { release { minifyEnabled true proguardFiles getDefaultProguardFile(‘proguard-android.txt’), ‘proguard-rules.pro’ }原创 2017-10-13 15:09:55 · 273 阅读 · 0 评论 -
RxJava学习笔记
RxJavaRxJava是什么HelloWorld变换操作符切换线程 Android开发原创 2017-10-16 14:45:10 · 298 阅读 · 0 评论 -
Bsmtp.dll和Bsendm.exe结合发送邮件
前言官方url:http://www.hi-ho.ne.jp/babaq/bsendm.html 虽然这种发送邮件的方法比较老了(最新更新时间为2007年,距今已经10年了),但是由于项目中客户要求使用这种方式发送邮件,所以在此做一个笔记。希望帮助到用到的人。配置文件以下所有问题件均在同一目录下 1,首先创建一个配置文件,名字为#send.prm。内容如下 D:\XXX\send.lo原创 2017-07-24 15:50:40 · 2093 阅读 · 0 评论 -
Android 2D图形绘制
很久没有用到图形绘制的东西了,有同事问我问题我只能告诉他用到哪些东西,具体的都忘记了。现在写篇博客做个笔记。Paint基本用法Canvas基本用法Path基本用法自定义View雷达实例Paint基本用法Paint直接翻译为油漆,SDK里面的注释为The Paint class holds the style and color information about how to draw原创 2016-10-30 00:29:16 · 905 阅读 · 0 评论 -
cordova-plugin-splashscreen插件使用时显示OOM
Cordova+cordova-plugin-splashscreen原创 2016-10-13 14:51:18 · 1144 阅读 · 0 评论 -
butterknife自定义view出错
butterknife是大家熟悉的一款view注入框架,这里就不多做介绍。 今天在一个自定义view的地方使用butterknife的时候发生的一个异常 代码如下:public class Title extends RelativeLayout { @Bind(R.id.tv_title_left) TextView tvTitleLeft; @Bind(R.id.tv原创 2016-07-02 16:15:28 · 6394 阅读 · 4 评论