gradle根据Git信息生成README文件 task createReadMe{ doLast { // String str = "${buildDir}/libs/exploded/"+project.getName().toString()+ "-${version}.war"+"/REA ...
分类:
其他好文 时间:
2021-01-08 11:42:16
阅读次数:
0
显示百分比 import sys import time n = 1 while n <= 100: sys.stdout.write('{}{:.0f}%\r'.format('*' * n, float(n / 100) * 100)) if n == 100: sys.stdout.write ...
分类:
编程语言 时间:
2021-01-08 10:51:26
阅读次数:
0
本篇文章主要介绍SpringBoot 配置相关内容。如果文章中有错误或不明确的地方,请大家望指正,谢谢! https://docs.spring.io/spring-boot/docs/2.3.7.RELEASE/reference/html/spring-boot-features.html#bo ...
分类:
编程语言 时间:
2021-01-08 10:51:04
阅读次数:
0
显示百分比 import sys import time n = 1 while n <= 100: sys.stdout.write('{}{:.0f}%\r'.format('*' * n, float(n / 100) * 100)) if n == 100: sys.stdout.write ...
分类:
编程语言 时间:
2021-01-08 10:50:22
阅读次数:
0
我们平时在开发APP过程中,经常会遇到某些SDK需要配合配套的签名才能正常使用,例如微信登录。但是我们不可能每次都安装release包进行调试,这时就需要配置debug模式下的签名 在app主module的build.gradle文件中配置如下代码: signingConfigs { config1 ...
分类:
移动开发 时间:
2021-01-08 10:43:54
阅读次数:
0
1、更新dnf 源 1 dnf update 2、安装 Asp.Net Core 运行时 1 dnf install aspnetcore-runtime-3.1 2.1、验证是否安装成功 1 dotnet --info 出现如上图所示就说明安装成功 3、安装Nginx dnf -y install ...
分类:
Web程序 时间:
2021-01-08 10:36:50
阅读次数:
0
百度地址:https://jingyan.baidu.com/article/ed2a5d1f140df448f7be173d.html 1、登录Ubuntu后,在命令行界面输入cat /etc/issue,点击回车,即可看到ubuntu版本号 2、或者在命令行输入lsb_release -a,点击 ...
分类:
系统相关 时间:
2021-01-08 10:35:03
阅读次数:
0
测试结束的标准是什么? 从微观上来说,在测试计划中定义,比如系统在一定性能下平稳运行72小时,目前Bug Tracking System中,本版本中没有一般严重的BUG,普通BUG的数量在3以下,BUG修复率90%以上等等参数,然后由开发经理,测试经理,项目经理共同签字认同版本Release。 如果 ...
分类:
其他好文 时间:
2021-01-07 12:15:49
阅读次数:
0
前言 我们都清楚日志是mysql的一个重要组成部分,记录着数据库运行期间各种状态信息。而Mysql日志又分为错误日志、查询日志、慢查询日志、二进制日志(binlog)和事务日志(redo log、undo log)。其中在我们开发中聊的比较多的就是二进制日志(binlog)和事务日志(redo lo ...
分类:
数据库 时间:
2021-01-06 12:02:16
阅读次数:
0
本文首发于:https://www.hoscen.cn/blog/hao/articles/189764486901530624.html 作者:小郝不负流年 更多相关文章请访问 www.hoscen.cn 前言: 大部分前端开发Vue用的工具是vscode 或webstorm , 但是作为后端开发 ...
分类:
其他好文 时间:
2021-01-06 11:53:22
阅读次数:
0