1 今天flutter run出现下面这样的情况 > Task :prepareKotlinBuildScriptModel UP-TO-DATE Deprecated Gradle features were used in this build, making it incompatible w ...
分类:
其他好文 时间:
2021-06-02 16:39:14
阅读次数:
0
pip绝大部分的第三方库都可以用pip来安装,用起来很方便。但是如果我们要把项目部署到服务器上面的话,就稍微有些麻烦了,因为还需要在服务器上用pip安装这些包,假如项目中用到很多包的话,一个个安装会很麻烦,而且没有通用性。 Java上的maven、gradle,NodeJS的npm这些工具就不存在这 ...
分类:
其他好文 时间:
2021-06-02 14:41:52
阅读次数:
0
将打包apk重命名 android { //命令打包apk重命名 android.applicationVariants.all { variant -> variant.outputs.all { outputFileName = "YT-${variant.name}-${variant.ver ...
分类:
移动开发 时间:
2021-06-02 14:11:15
阅读次数:
0
01. Retrofit的认识 A type-safe Http client for Android and Java. 封装了OkHttp, 也是由square公司贡献的一个处理网络请求的开源项目 https:///github.com/square/retrofit 02. 在gradle中配 ...
分类:
移动开发 时间:
2021-05-25 17:39:26
阅读次数:
0
浏览器:Firfox、Edge(自带) 搜狗输入法 文件夹AMD AMD驱动往里扔 文件夹App Android: Gradle、 Android Studio Bandzip CSGO B5、perfectworld DD(钉钉) dzclient(魔兽对战平台) JAVA IDEA、JDK Ma ...
SpringBoot官网:https://github.com/spring-projects/spring-boot SpringBoot项目在2.3.0之前是使用Maven构建项目的,在2.3.0之后是使用Gradle构建项目了 本章将介绍2种方式的源码编译构建 SpringBoot-2.2.5 ...
分类:
编程语言 时间:
2021-05-24 13:23:31
阅读次数:
0
使用: 1、在build.gradle中添加 // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories ...
分类:
其他好文 时间:
2021-05-24 13:15:41
阅读次数:
0
vi ~/.bash_profile #GRADLE GRADLE_HOME=/Users/qinxy/software/gradle-4.9 PATH=$PATH:$GRADLE_HOME/bin export GRADLE_HOME GRADLE_USER_HOME PATH 更新效 sourc ...
分类:
系统相关 时间:
2021-05-24 10:27:44
阅读次数:
0
Android证书签名SHA1在Android Studio中生成方法: 1、用Android Studio打开相应的项目 2、在Android Studio的右边处点击菜单Gradle 3、在点击菜单Gradle后所展示的列表中找到 项目名/Tasks/adroid/signingReport 4 ...
分类:
移动开发 时间:
2021-05-24 05:22:11
阅读次数:
0
报错信息:Expected '$(student - name)' to be an inline constant of type java.lang.String in @org.springframework.beans.factory.annotation.Value 这样使用会报错,原因是 ...
分类:
其他好文 时间:
2021-05-24 00:03:03
阅读次数:
0