JavaScript technologies overview ...
分类:
编程语言 时间:
2019-10-29 16:58:54
阅读次数:
134
View on GitHub Note: A commonly accepted practice is to use const except in cases of loops and reassignment. However, in this resource I'll be using l ...
分类:
其他好文 时间:
2019-10-29 14:06:09
阅读次数:
132
Ubuntu16.04安装kubernetes1.13集群 最新的安装可以使用以下方式: "https://www.cnrancher.com/docs/rancher/v2.x/cn/overview/quick start guide" 方便,快捷! 以下为正文。 前言 Docker容器化,虚拟 ...
分类:
Web程序 时间:
2019-10-28 12:42:55
阅读次数:
202
1、优化某个接口或加载速度(H5加载速度慢) 抓包看Overview ①看Duration,就是接口的加载时间 ②看Latency,就是延时一端传播到另一端所花费的时间;一般和网络有关;可以综合Duration和Latency看是否是接口慢还是网络慢 ③接口返回数据大小 Response 优化前端显 ...
分类:
其他好文 时间:
2019-10-17 15:36:36
阅读次数:
293
分库分表(6) ShardingSphere实现分表+ 读写分离 有关分库分表前面写了五篇博客: 1、 "分库分表(1) 理论" 2、 "分库分表(2) ShardingSphere(理论)" 3、 "分库分表(3) SpringBoot + ShardingSphere实现读写分离" 4、 "分库 ...
分类:
编程语言 时间:
2019-10-16 23:37:52
阅读次数:
182
1.nmcli [root@cloud ~] nmcli help Usage: nmcli [OPTIONS] OBJECT { COMMAND | help } OPTIONS o[verview] overview mode (hide default values) t[erse] ters ...
分类:
Web程序 时间:
2019-10-14 01:06:24
阅读次数:
425
微信的起源 故事要从2010年美国出现的一个叫做Kik的App开始讲起。 那个时候Kik用了一个月的时间获取了一百万的用户,震惊了全世界。这种用户增长速度是前无古人的,算是移动互联网的第一个奇迹。 很巧的是,QQ邮箱团队当时正在着手开发一个叫做『手中邮』的App,也就是QQ邮箱的移动版。 邮箱团队的 ...
分类:
微信 时间:
2019-10-13 13:41:07
阅读次数:
187
自带的admindocs "https://docs.djangoproject.com/zh hans/2.2/ref/contrib/admin/admindocs/ overview" 第三方django_extensions "https://github.com/django extens ...
分类:
Web程序 时间:
2019-10-08 14:05:21
阅读次数:
111
What is an Actor in Amazon SWF? In the course of its operations, Amazon SWF interacts with a number of different types of programmatic actors. Actors ...
分类:
其他好文 时间:
2019-10-06 18:20:47
阅读次数:
108
Spark在集群上的运行模式 http://spark.apache.org/docs/latest/cluster overview.html Component章节 1 Each application gets its own executor processes,所以各application ...
分类:
其他好文 时间:
2019-10-04 23:02:00
阅读次数:
111