- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 only whitespace content allowed before start tag and not
有时候,进行springboot打包的时候会报错,指向Maven库下的某些已下载的依赖文件,意思是什么标签文件格式有误,最简单的办法 根据作物提示指定的包路径,删除该依赖,然后刷新项目maven重新拉取一遍就好,比如下面这个就是删除com\fasterxml\oss-parent\38\oss-parent-38.pom[ERROR] The build could not read 1 project -> [Help 1][ERROR] [ERROR] The project co...
2020-08-10 22:06:41
2936
原创 自定义android时间表盘选择器
布局中添加:<com.maddoxandroid_01.intent.TimeDialView android:id="@+id/mdial" android:layout_width="300dp" android:layout_height="300dp"/>代码中调用监听mdial.setOnTimeChangeListener(new...
2020-04-21 14:28:23
916
原创 android FileProvider拍照,安装apk,适配问题(android.os.FileUriExposedException)
FileProvider实际上是ContentProvider的一个子类,android7.0以前文件路径是file://Uri 7.0开始为content://第一步:清单文件下声明provider authorities:代表一个共享的属性设置,自己定义,一般为包名+fileprovider${applicationId}表示当前gradle下配置的applicati...
2020-04-21 14:13:44
907
原创 GreenDao数据库常用操作
github地址:https://github.com/greenrobot/greenDAO第一步配置:在Project工程下的build.gradle中配置buildscript { repositories { google() jcenter() mavenCentral()//greendao的配置仓库...
2020-04-02 10:22:09
849
原创 could not open 'D:\Java\lib\amd64\jvm.cfg
在win10系统原先装的是jdk1.7,后来卸载装成jdk1.8,按照往常配置好环境变量,然后命令行运行java -version试了下结果出现could not open 'D:\Java\lib\amd64\jvm.cfg查了下网上都整的好复杂,我们打开环境变量配置的path编辑页面红色箭头表示
2017-08-10 22:38:24
21627
26
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人