implementation 'org.greenrobot:eventbus:3.2.0' EventBus package com.qiqi.app.bean; public class EventMessageWrap { public final String message; public ...
分类:
其他好文 时间:
2021-06-28 18:59:05
阅读次数:
0
uniapp-网易云-文档结构分析-图标 文档结构 第一次接触uniapp,对于文档结构还不是非常清晰 根据个人的想法,不知道自己在干嘛的学习毫无意义,所以我们要先知道自己在干嘛 uni.scss的主要作用是存放定义好的内置常量,学习过安卓app开发的应该清楚, 安卓中也有一个这样的文件,不光是定义 ...
分类:
移动开发 时间:
2021-06-28 18:40:57
阅读次数:
0
认识自定义指令 实现方式一:聚焦的默认实现 实现方式二:局部自定义指令 方式三:自定义全局指令 指令的生命周期 指令的参数和修饰符 自定义指令练习 时间格式化指令 main.js import { createApp } from 'vue' import App from './04_telepo ...
分类:
其他好文 时间:
2021-06-28 18:23:39
阅读次数:
0
Management Commands: app* Docker App (Docker Inc., v0.9.1-beta3) builder Manage builds buildx* Build with BuildKit (Docker Inc., v0.5.1-docker) config ...
分类:
其他好文 时间:
2021-06-28 18:11:58
阅读次数:
0
1 、在 macOS 的 App Store 下载 Apple Configurator 2,打开后 连接 iPhone/iPad 2 、点击 Apple Configurator 2 中的 iPhone,右键选择 添加 - app 3 、找到想要的 app,选择然后点 添加,就会自动开始下载 4 ...
分类:
微信 时间:
2021-06-28 17:57:55
阅读次数:
0
1、app.js var Koa = require('koa') router = require('koa-router')() views = require('koa-views') bodyParser = require('koa-bodyparser') static = requir ...
分类:
其他好文 时间:
2021-06-28 17:46:13
阅读次数:
0
使用 StringBuilder 或者 stringBuffer 的 reverse() 方法。 示例代码: // StringBuffer reverse StringBuffer stringBuffer = new StringBuffer(); stringBuffer. append("a ...
分类:
其他好文 时间:
2021-06-28 17:39:09
阅读次数:
0
方案说明 canal是阿里云开源的解析binlog组件,同步到ES需要deployer和adapter两部分: deployer解析MySQL binlog,adapter将数据写入到ES 优点 开源成熟稳定 简单易用 缺点 不支持全量数据初始化 部署 logstash进行全量 /etc/hosts ...
分类:
数据库 时间:
2021-06-28 17:36:08
阅读次数:
0
新建MybatisPlusConfig 配置文件 package com.luna.demo.config; import com.baomidou.mybatisplus.annotation.DbType; import com.baomidou.mybatisplus.extension.pl ...
分类:
其他好文 时间:
2021-06-25 17:27:00
阅读次数:
0
windows10系统mysql5.7 安装 下载mysql-5.7.34-winx64 https://dev.mysql.com/downloads/file/?id=502363 解压mysql-5.7.34-winx64.zip 进入解压文件,创建my.ini文件 my.ini文件编写 [m ...
分类:
数据库 时间:
2021-06-25 17:12:30
阅读次数:
0