Stella981 Stella981
3年前
Android编译报错:org.jetbrains.plugins.gradle.tooling.util.ModuleComponentIdentifierImpl
新建了一个基于ReactNativeversion0.60.5的新项目,在使用AndroidStudio编译项目的时候build了如下错误:org.jetbrains.plugins.gradle.tooling.util.ModuleComponentIdentifierImpl.getModuleIdentifier()从报
Stella981 Stella981
3年前
Android 马甲包制作流程
一、马甲包的制作流程1.配置马甲包的applicationId以及应用名称在app的build.gradle文件中添加马甲包的配置android{signingConfigs{config{keyAlias''k
Wesley13 Wesley13
3年前
activemq 使用介绍
1,activemq分为queue和topic两种2,下面先介绍queue,使用spring集成build.gradlecompile"org.springframework:springjms:3.2.1.RELEASE"compile"org.apache.activemq:activemqcore
Stella981 Stella981
3年前
React生产环境打包&&后台环境运行(有跨域+无跨域)
(1)打包项目1、yarnrunbuild或者2、npmrunbuild  打包后,webpack会自动在根目录生成build文件,里面存放着相关文件  !(https://img2020.cnblogs.com/blog/1291869/202004/1291869202004101706415171581206162.
Stella981 Stella981
3年前
GreenDao3使用完全解析
1,gradle配置(官网样例地址https://github.com/greenrobot/greenDAO/blob/master/examples/RxDaoExample/build.gradle)Module的gradle里安装如下配置(官方给的配置样例)buildscript{
Stella981 Stella981
3年前
Maven导入项目时报错 Could not calculate build plan
Couldnotcalculatebuildplan:Pluginorg.apache.maven.plugins:mavenwarplugin:2.2oroneofitsdependenciescouldnotberesolved:Failedtoreadartifactdescriptorfororg.
Wesley13 Wesley13
3年前
IOS 获取手机设备信息
回顾一下,Android中获取手机设备相关信息:通过android.os.Build、context.getResources().getDisplayMetrics()、Settings.Secure.getString(context.getContentResolver(),Settings.Secure.ANDROID\_ID)、(Telephon
Stella981 Stella981
3年前
Helm v3安装与应用
系统环境系统版本:CentOSLinuxrelease7.8.2003(Core)Docker版本:Dockerversion20.10.0,build7287ab3Helm版本:v3.2.3Kubernetes版本:v1.17.3Helm简单说明有关Helm
Stella981 Stella981
3年前
Gradle 生产与开发build.gradle配置不一样时打包(Springboot)
1.先说下缘由,项目没有使用配置中心,所以本地和开发有不同的build.gradle文件defenvSystem.getProperty("profile")?:"dev"if(env'prd'){applyfrom:"buildprd.gradle"}else{applyf
Stella981 Stella981
3年前
SpringBoot 部署到linux环境
第一部分:Springboot项目部署说明:工具使用的是IEDA第一:项目打包1.在pom文件中添加插件<build<plugins<plugin<groupId