会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Aloys寒风
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
13
下一页
2020年11月21日
一篇文章搞懂Debian/Ubuntu软件包更新和删除
摘要: 同步发布平台 博客园: https://www.cnblogs.com/jiangxinnju/ CSDN: https://blog.csdn.net/jiangxinnju 掘金: https://juejin.cn/user/166781500533079 知乎: https://www.zh
阅读全文
posted @ 2020-11-21 22:39 Aloys_Code
阅读(950)
评论(0)
推荐(0)
2020年9月26日
Android Studio常用插件汇总
摘要: Android Localizationer: https://github.com/westlinkin/AndroidLocalizationer ADB Idea 方便卸载apk,删除缓存: http://plugins.jetbrains.com/plugin/7380-adb-idea A
阅读全文
posted @ 2020-09-26 21:11 Aloys_Code
阅读(2190)
评论(0)
推荐(0)
2020年8月23日
20分钟理清Maven构建中的测试相关工具的关系
摘要: 如果你用Maven进行系统构建,同时还要同步编写测试用例,获取用例成功与否以及用例覆盖率的相关报告,那么这些工具你肯定接触过不少: JUnit TestNG maven-surefire-plugin maven-surefire-report-plugin emma-maven-plugin ja
阅读全文
posted @ 2020-08-23 17:09 Aloys_Code
阅读(1061)
评论(0)
推荐(0)
2020年8月9日
[Maven][l10n-maven-plugin]告警[WARNING] No dictionary file under folder
摘要: pom.xml中添加了taglist-maven-plugin配置,片段如下: <plugin> <groupId>com.googlecode.l10n-maven-plugin</groupId> <artifactId>l10n-maven-plugin</artifactId> <versi
阅读全文
posted @ 2020-08-09 20:30 Aloys_Code
阅读(194)
评论(0)
推荐(0)
[Maven][taglist-maven-plugin]告警[WARNING] Using legacy tag format
摘要: pom.xml中添加了taglist-maven-plugin配置,片段如下: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> <version>2.4</vers
阅读全文
posted @ 2020-08-09 20:03 Aloys_Code
阅读(317)
评论(0)
推荐(0)
[Maven][maven-site-plugin]告警[WARNING] No project URL defined - decoration links will not be relativized
摘要: pom.xml中添加了maven-site-plugin配置,片段如下: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.9.0</v
阅读全文
posted @ 2020-08-09 19:45 Aloys_Code
阅读(1052)
评论(0)
推荐(0)
[Maven][maven-shade-plugin]告警[WARNING] maven-shade-plugin has detected that some class files are present in two or more JARs
摘要: pom.xml中添加了maven-shade-plugin配置,片段如下: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>3.2.2<
阅读全文
posted @ 2020-08-09 18:05 Aloys_Code
阅读(3381)
评论(0)
推荐(0)
[System.currentTimeMillis]/[Calendar.getInstance().getTimeInMillis()]/[new Date().getTime()]
摘要: 欢迎和大家交流技术相关问题: 邮箱: jiangxinnju@163.com 博客园地址: http://www.cnblogs.com/jiangxinnju GitHub地址: https://github.com/jiangxincode 知乎地址: https://www.zhihu.com
阅读全文
posted @ 2020-08-09 13:15 Aloys_Code
阅读(754)
评论(0)
推荐(0)
[Maven]告警[WARNING] Unable to create Maven project from repository.
摘要: pom.xml中添加了Spring Repository,片段如下: <repositories> <repository> <id>Spring Repository</id> <url>http://repo.spring.io/plugins-release/</url> </reposito
阅读全文
posted @ 2020-08-09 13:06 Aloys_Code
阅读(241)
评论(0)
推荐(0)
2020年8月5日
通过设置JDK解决存在多个Gradle后台进程的问题
摘要: Android Studio is using the following JDK location when running Gradle的解决办法
阅读全文
posted @ 2020-08-05 22:26 Aloys_Code
阅读(9356)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
···
13
下一页
公告
我的GITHUB
|