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年前
Intellij IDEA中使用MyBatis
1、IDEA创建maven工程(略)2、在maven项目的pom.xml添加mybatisgeneratormavenplugin插件和MySQL数据库驱动依赖<build <plugins  <plugin   <groupIdorg.mybatis.generato
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年前
GreenDao3使用完全解析
1,gradle配置(官网样例地址https://github.com/greenrobot/greenDAO/blob/master/examples/RxDaoExample/build.gradle)Module的gradle里安装如下配置(官方给的配置样例)buildscript{
Stella981 Stella981
3年前
GNOME3创建连接OracleFS管理软件启动快捷方式
OS:  DebianGnu/Linux9Java:  openjdkversion"1.8.0\_151"  OpenJDKRuntimeEnvironment(build1.8.0\_1518u151b121~deb9u1b12)  OpenJDK64BitServerVM(bui
Stella981 Stella981
3年前
SpringBoot Maven 打包(可运行)
示例工程:SpringBootMaven1.使用SpringBoot自带插件pom.xml文件中添加如下代码:(代码不设置行号,方便后续拷贝。)<build<plugins<plugin<groupIdorg.springframewo
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年前
SpringBoot 部署到linux环境
第一部分:Springboot项目部署说明:工具使用的是IEDA第一:项目打包1.在pom文件中添加插件<build<plugins<plugin<groupId