效果图: (function(window,document,undefined){ var hearts = []; window.requestAnimationFrame = (function(){ return window.requestAnimationFrame || window. ...
分类:
其他好文 时间:
2021-06-08 23:26:42
阅读次数:
0
原文链接:详解分布式BASE定理_盛难晨-CSDN博客_base定理 什么是分布式BASE定理? BASE是Basically Available(基本可用)、Soft state(软状态)和Eventually consistent(最终一致性)三个短语的缩写。BASE理论是eBay架构师提出的。 ...
分类:
其他好文 时间:
2021-06-07 20:24:34
阅读次数:
0
Spring Cloud Gateway是Spring官方基于Spring5.0,Spring Boot2.0和Project Reactor等技术开发的网关,Spring Cloud Gateway旨在为微服务架构提供简单,有效且统一的API路由管理方式。Spring Cloud Gateway作 ...
分类:
编程语言 时间:
2021-06-07 19:52:19
阅读次数:
0
import java.awt.*;import java.awt.event.WindowAdapter;import java.awt.event.WindowEvent;public class Test01 extends Frame { public static void main(St ...
分类:
其他好文 时间:
2021-06-06 19:35:03
阅读次数:
0
Lambda integration with ALB HTTP(s) Lambda function must be registered in a target group ALB Multi-Header Values If a client connect to ALB, we can co ...
分类:
移动开发 时间:
2021-06-03 18:21:09
阅读次数:
0
remote root:定义基本网络通信模型:endpoint为一个网络节点channel为一条通信链路,区分本地和远端。只有发送到通道的操作。channelhandler定义channel变化时的处理器,比如通道有数据发送、数据接受、连接通道、断开连接通道时做什么处理dispatcher负责对ch ...
分类:
其他好文 时间:
2021-06-03 17:36:05
阅读次数:
0
参考:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/this 值: 当前执行上下文(global、function 或 eval)的一个属性,在非严格模式下,总是指向一个对象,在严格模式下可以是 ...
分类:
其他好文 时间:
2021-06-02 20:18:08
阅读次数:
0
/** * 计算barcode最后一位 * @param code 12位的barcode * @return */ public static String padBarcode(String code){ if( null == code || code.length() != 12 ){ th ...
分类:
其他好文 时间:
2021-06-02 18:53:48
阅读次数:
0
Laya 自制框架之事件管理器 @author ixenos 2021年5月26日 1 package framework.manager 2 { 3 import framework.event.FrameworkEvent; 4 5 import laya.events.EventDispatc ...
分类:
其他好文 时间:
2021-06-02 11:40:25
阅读次数:
0
Laya 自制框架之窗口层级管理器 @author ixenos 2021年5月26日 1 package framework.manager 2 { 3 import laya.display.Sprite; 4 import laya.events.Event; 5 import laya.ui ...
分类:
其他好文 时间:
2021-06-02 11:36:35
阅读次数:
0