Creating the baseline script When generating a baseline script, SQL Change Automation will generate a single migration script for all the objects in y ...
分类:
数据库 时间:
2020-04-21 18:23:33
阅读次数:
76
[TOC] 集群简介 业务发展过程中碰到的峰值瓶颈 redis 提供的服务 OPS(操作) 可以达到 10万/秒,当前业务 OPS 已经达到 20万/秒 内存单机容量达到 256G,当前业务需求内存容量 1 T 使用集群方式可以解决上述问题 集群架构 集群就是使用网络将若干台计算机联通起来,并提供统 ...
分类:
其他好文 时间:
2020-04-21 09:14:21
阅读次数:
88
计算机网络 [TOC] 计算机网络和因特网 分组交换 分组交换 :为了从源端系统向端系统发送一个报文,源将长报文划分成较小的数据块,称之为分组。每个分组通过通信链路和分组交换机(交换机主要有两类:路由器和链路交换机)传送。 存储转发机制 :多数分组交换机在链路的输入端使用存储转发传输机制,存储转发机 ...
分类:
其他好文 时间:
2020-04-20 14:11:03
阅读次数:
91
New Embitz 2.0 is coming soon, highlights: Hotplug menu, connect running target without stopping (and inspect with live variables and OS tools)New deb ...
分类:
其他好文 时间:
2020-04-19 19:37:33
阅读次数:
190
表达式:((25[0-5]|2[0-4]\d|((1\d{2})|([1-9]?\d)))\.){3}(25[0-5]|2[0-4]\d|((1\d{2})|([1-9]?\d))) 详见:https://www.cnblogs.com/olive987/p/5844501.html ...
分类:
其他好文 时间:
2020-04-15 23:01:49
阅读次数:
113
1.vue基本生命周期 lifecycle.png vue源码中最终执行生命周期函数都是调用callHook方法,callHook函数的逻辑很简单,根据传入的生命周期类型 hook,去拿到 vm.$options[hook]对应的回调函数数组,然后遍历执行,执行的时候把 vm作为函数执行的上下文。 ...
分类:
其他好文 时间:
2020-04-15 15:13:18
阅读次数:
83
协议 流实时消息协议(RTMP),Apple HTTP Live Streaming(HLS)和基于HTTP的动态自适应流(DASH)视频格式。 nginx rtmp模块 Put the load_module directive in the top?level (“main”) context ...
分类:
其他好文 时间:
2020-04-14 22:16:14
阅读次数:
74
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>18_事件绑定与解绑</title> </head> <style type="text/css"> * { margin: 0px; } .out { position: abs ...
分类:
其他好文 时间:
2020-04-14 20:45:33
阅读次数:
67
原文:Nginx知多少系列之(四)工作原理 目录 1.前言 2.安装 3.配置文件详解 4.工作原理 5.Linux下托管.NET Core项目 6.Linux下.NET Core项目负载均衡 7.Linux下.NET Core项目Nginx+Keepalived高可用(主从模式) 8.Linux下... ...
分类:
其他好文 时间:
2020-04-13 00:25:12
阅读次数:
53
官方网址:http://sourcecodeplugin.codeplex.com/ 本地下载:SourceCodePlugin_version_1.1.zip 安装方法: 将WindowsLiveWriter.SourceCode.dll复制到Windows Live Writer plugin文... ...