Methodology: READ MF! [Originally from the Post: System design interview: how to design a chat system (e.g., Facebook Messenger, WeChat or WhatsApp)] ...
分类:
其他好文 时间:
2020-06-22 13:02:56
阅读次数:
98
kubernetes operator安装,如果不会安装可以查看我前面的博客。 前提:创建企业微信,创建应用 然后配置altermanager.yaml global: resolve_timeout: 5m receivers: - name: wechat wechat_configs: - a ...
分类:
微信 时间:
2020-06-21 23:16:41
阅读次数:
175
原文链接:Mybatis 基础篇(一)-- 深入了解 XML 配置(概述) 回顾一下,上篇文章《Mybatis 入门篇 --手把手教你使用 Mybatis 操作数据库》已经帮助读者成功使用 Mybatis 操作数据库。今天的话题,给 mybatis-config.xml 开刀,深入了解 XML 配置 ...
分类:
其他好文 时间:
2020-06-20 00:37:46
阅读次数:
60
一、B-Tree索引的底层结构 所有的值都是按顺序存储的,并且每一个叶子页到根的距离相同,如图所示,B-Tree索引的底层数据结构一般是B+树,反应了MyISAM索引是如何工作的。 二、B-Tree索引的使用规则 B-Tree索引适用于全键值、键值范围和键前缀查找,其中键前缀查找只适用于根据最左前缀 ...
分类:
数据库 时间:
2020-06-18 01:57:04
阅读次数:
93
deepin-wechat解决了各种冲突,比较好用 在arch linux 或 Manjaro下,运行下面命令: yay -S deepin-wine-wechat 参见: https://aur.archlinux.org/packages/deepin-wine-wechat/ 提示/INFO ...
分类:
微信 时间:
2020-06-15 15:41:02
阅读次数:
79
微信小程序-请求、接口拦截 请求拦截request.js 下面分享一下微信小程序的接口拦截 //HTTPS_HOST 接口地址。 const HTTPS_HOST = "https://www.baidu.com/wechat" function dealResult(res, resolve, r ...
分类:
微信 时间:
2020-06-13 21:22:06
阅读次数:
129
函数的参数(二) 一.函数的参数 参数,也就是函数括号里的内容 函数在调用的时候指定一个具体的变量的值 就是参数.写法如下: def 函数名(参数): 函数体 我们应该把代码改一下,能够实现我刚说的那种效果 def yue(chat): print("拿出?手机") print("打开"+chat) ...
分类:
其他好文 时间:
2020-06-13 13:15:10
阅读次数:
51
精彩推荐 一百期Java面试题汇总 SpringBoot内容聚合 IntelliJ IDEA内容聚合 Mybatis内容聚合 一个专注于Java的公众号,欢迎关注 来源:有数可据 blog.csdn.net/juwikuang/article/details/106503404 六月统计2020年6 ...
分类:
其他好文 时间:
2020-06-11 10:37:54
阅读次数:
128
php聊天室 前端页面 chat_room.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-s ...
分类:
数据库 时间:
2020-06-10 17:11:41
阅读次数:
84
一、获取个人定位信息(使用map、markers组件) wx.getLocation({ type: 'gcj02', success: (res)=> { let latitude = res.latitude let longitude = res.longitude this.setData( ...
分类:
微信 时间:
2020-06-08 10:38:16
阅读次数:
112