码迷,mamicode.com
首页 >  
搜索关键字:app    ( 58985个结果
canal实时同步mysql表到es
方案说明 canal是阿里云开源的解析binlog组件,同步到ES需要deployer和adapter两部分: deployer解析MySQL binlog,adapter将数据写入到ES 优点 开源成熟稳定 简单易用 缺点 不支持全量数据初始化 部署 logstash进行全量 /etc/hosts ...
分类:数据库   时间:2021-06-28 17:36:08    阅读次数:0
MyBatis-Plus 分页查询
新建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
mysql 安装 & 基本操作 & 数据类型
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
uni-app调用微信收货地址的原生界面,并返回用户填写的地址信息到上一个页面
// 获取用户收货地址。调起用户编辑收货地址原生界面,并在编辑完成后返回用户选择的地址 chooseAddr(){ const that = this uni.chooseAddress({ success(res){ that.inputData.ToAddress = res.provinceN ...
分类:微信   时间:2021-06-25 17:05:07    阅读次数:0
京东 Vue3 组件库支持小程序开发啦!
源码抢先看: https://github.com/jdf2e/nutui NutUI 3.0 官网:https://nutui.jd.com/3x/#/ 小程序多端适配 设计初衷 在跨端小程序的开发过程中,我们发现没有合适的组件库可以使用,尤其在做电商商城类场景的业务时,没有符合京东 App 规范 ...
分类:微信   时间:2021-06-25 17:01:13    阅读次数:0
APP异常测试点汇总
在测试APP时异常测试是非常必要的。 安装卸载中的异常测试 一、安装 安装过程中设备重启 安装过程中息屏 安装过程中断网 安装过程中切换网络 安装过程中收到短信提醒 安装过程中收到来电提醒 安装过程中收到闹铃提醒 安装过程中收集系统内存不足 已安装的情况下重复安装,查看安装目录与应用是否正常使用 已 ...
分类:移动开发   时间:2021-06-25 16:34:32    阅读次数:0
leetcode-python-二叉搜索树中第K小的元素
逐行入栈,排序后直接输出第k小的数据 # Definition for a binary tree node. # class TreeNode: # def __init__(self, val=0, left=None, right=None): # self.val = val # self. ...
分类:编程语言   时间:2021-06-25 16:32:21    阅读次数:0
How to add the custom nuget feed to TeamCity build?
The NuGet package sources are configured through Visual Studio, but they're stored in a per-user configuration file, found at c:\Users\$USER\AppData\R ...
分类:其他好文   时间:2021-06-24 18:32:12    阅读次数:0
CentOS7 xfce
xfce dnf install Thunar gdm openssh-askpass orage polkit-gnome thunar-archive-plugin thunar-volman tumbler xfce4-appfinder xfce4-panel xfce4-power-man ...
分类:其他好文   时间:2021-06-24 18:28:02    阅读次数:0
Tomcat与spring的类加载器案例
Tomcat与spring的类加载器案例接下来将介绍《深入理解java虚拟机》一书中的案例,并解答它所提出的问题。(部分类容来自于书中原文) Tomcat中的类加载器在Tomcat目录结构中,有三组目录(“/common/*”,“/server/*”和“shared/*”)可以存放公用Java类库, ...
分类:编程语言   时间:2021-06-24 18:27:36    阅读次数:0
58985条   上一页 1 ... 5 6 7 8 9 ... 5899 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!