摘要:
Why Mapr | MapR https://mapr.com/why-mapr/
阅读全文
posted @ 2018-07-09 10:53
papering
阅读(153)
推荐(0)
摘要:
此为运营商要求增加的流控限制,无法避免。超出后也容易被运营商拦截。 测试阶段还请您更换号码进行测试,不便之处敬请谅解! 我方的流控规则为: 短信验证码 :使用同一个签名,对同一个手机号码发送短信验证码,支持1条/分钟,5条/小时,10条/天。一个手机号码通过阿里云短信服务平台只能收到40条/天(天的
阅读全文
posted @ 2018-07-08 21:06
papering
阅读(1130)
推荐(0)
摘要:
https://stackoverflow.com/questions/4561157/is-it-possible-to-modify-a-html-file-from-which-the-script-is-called-using-js https://stackoverflow.com/qu
阅读全文
posted @ 2018-07-07 18:47
papering
阅读(225)
推荐(0)
摘要:
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.6927 The problems of finding a longest common subsequence of two sequences A and B and a sho
阅读全文
posted @ 2018-07-07 18:32
papering
阅读(470)
推荐(0)
摘要:
美团金融扫码付静态资源加载优化实践https://mp.weixin.qq.com/s/yHvRoPk00NF_OGVZ4cBPdA ThunderJS 优化策略 限制合并请求文件数 实际业务使用中,我们发现由于没有对合并请求的文件数做限制,一次合并请求会合并过多的请求,特别是在扫码付这个项目中,导
阅读全文
posted @ 2018-07-07 18:20
papering
阅读(317)
推荐(0)
摘要:
前端遇上Go: 静态资源增量更新的新实践https://mp.weixin.qq.com/s/hCqQW1F8FngPPGZAisAWUg 前端遇上Go: 静态资源增量更新的新实践 原创: 洋河 美团技术团队 前天 总第259篇 2018年 第51篇 为什么要做增量更新 美团金融的业务在过去的一段时
阅读全文
posted @ 2018-07-07 18:05
papering
阅读(873)
推荐(0)
posted @ 2018-07-07 18:01
papering
阅读(352)
推荐(0)
摘要:
小程序短信验证码登录的实现与优化
阅读全文
posted @ 2018-07-07 11:21
papering
阅读(348)
推荐(0)
摘要:
A Practical Introduction to Blockchain with Python // Adil Moujahid // Data Analytics and more http://adilmoujahid.com/posts/2018/03/intro-blockchain-
阅读全文
posted @ 2018-07-06 15:05
papering
阅读(152)
推荐(0)
摘要:
import numpy as np import cv2 from PIL import Image #lenna.jpg # Create a black image #img=np.zeros((512,512,3), np.uint8) #Python-opencv划线/画圆/椭圆/添加文字 - CSDN博客 https://blog.csdn.net/gan_playe...
阅读全文
posted @ 2018-07-06 13:56
papering
阅读(224)
推荐(0)
摘要:
var filegUP = require('../../utils/getUserPassword.js'); var filemd5 = require('../../utils/md5.min.js'); var fileUtil = require('../../utils/util.js'); var chkStrLength = fileUtil.chkStrLength; ...
阅读全文
posted @ 2018-07-05 22:07
papering
阅读(763)
推荐(0)
摘要:
校验本地缓存 user_center 数据读取本地存储 user_login
阅读全文
posted @ 2018-07-05 19:32
papering
阅读(628)
推荐(0)
摘要:
AMQP 0-9-1 Model Explained — RabbitMQ http://next.rabbitmq.com/tutorials/amqp-concepts.html AMQP 0-9-1 Model Explained About This Guide This guide pro
阅读全文
posted @ 2018-07-05 17:46
papering
阅读(1136)
推荐(0)
摘要:
A nonrecursive list compacting algorithm Each Erlang process has its own stack and heap which are allocated in the same memory block and grow towards
阅读全文
posted @ 2018-07-05 17:29
papering
阅读(172)
推荐(0)
摘要:
Erlang Garbage Collector | Erlang Solution blog https://www.erlang-solutions.com/blog/erlang-garbage-collector.html
阅读全文
posted @ 2018-07-05 17:27
papering
阅读(167)
推荐(0)
摘要:
exif-js/exif-js: JavaScript library for reading EXIF image metadata https://github.com/exif-js/exif-js exif-js - npm https://www.npmjs.com/package/exi
阅读全文
posted @ 2018-07-05 16:33
papering
阅读(293)
推荐(0)
摘要:
Exif - Wikipedia https://en.wikipedia.org/wiki/Exif
阅读全文
posted @ 2018-07-05 16:30
papering
阅读(299)
推荐(0)
摘要:
拥抱前沿技术,即刻投入生产,做有竞争力的产品
阅读全文
posted @ 2018-07-05 11:16
papering
阅读(135)
推荐(0)
摘要:
A toolbox to build your own build server LambdaCD - Build Pipelines as Code https://www.lambda.cd/ Abandon your build servers, build your own! With La
阅读全文
posted @ 2018-07-05 10:59
papering
阅读(170)
推荐(0)
摘要:
Scaling with Microservices and Vertical Decomposition – dev.otto.de https://dev.otto.de/2014/07/29/scaling-with-microservices-and-vertical-decompositi
阅读全文
posted @ 2018-07-05 10:46
papering
阅读(159)
推荐(0)
摘要:
Micro Frontends - extending the microservice idea to frontend development https://micro-frontends.org/
阅读全文
posted @ 2018-07-05 10:45
papering
阅读(215)
推荐(0)
摘要:
Microservice Architecture pattern http://microservices.io/patterns/microservices.html Context You are developing a server-side enterprise application.
阅读全文
posted @ 2018-07-05 09:47
papering
阅读(355)
推荐(0)
摘要:
http://microservices.io/patterns/apigateway.html Pattern: API Gateway / Backend for Front-End Context Let’s imagine you are building an online store t
阅读全文
posted @ 2018-07-05 09:29
papering
阅读(449)
推荐(0)
posted @ 2018-07-05 07:47
papering
阅读(433)
推荐(0)
摘要:
The De Moivre-Laplace Theorem 隶莫佛-拉普拉斯定理给出了二项分布的近似计算公式。 隶莫佛-拉普拉斯定理的推广:列维-林德伯格定理 隶莫佛-拉普拉斯定理给出了二项分布的近似计算公式。 隶莫佛-拉普拉斯定理的推广:列维-林德伯格定理
阅读全文
posted @ 2018-07-04 22:47
papering
阅读(1211)
推荐(0)
摘要:
lint (software) - Wikipedia https://en.wikipedia.org/wiki/Lint_(software) A linter or lint refers to tools that analyze source code to flag programmin
阅读全文
posted @ 2018-07-04 16:58
papering
阅读(428)
推荐(0)
摘要:
Architecture - ESLint - Pluggable JavaScript linter https://eslint.org/docs/developer-guide/architecture
阅读全文
posted @ 2018-07-04 16:56
papering
阅读(142)
推荐(0)
摘要:
https://github.com/antirez/redis/blob/4.0-rc1/00-RELEASENOTES 数据缓存 · 小程序 https://developers.weixin.qq.com/miniprogram/dev/api/data.html#wxsetstoragesy
阅读全文
posted @ 2018-07-04 14:39
papering
阅读(274)
推荐(0)
摘要:
XML-RPC - Wikipedia https://en.wikipedia.org/wiki/XML-RPC JSON-RPC - Wikipedia https://en.wikipedia.org/wiki/JSON-RPC An example of a typical XML-RPC
阅读全文
posted @ 2018-07-04 14:25
papering
阅读(1234)
推荐(0)
摘要:
Multitier architecture - Wikipedia https://en.wikipedia.org/wiki/Multitier_architecture Common layers In a logical multilayered architecture for an in
阅读全文
posted @ 2018-07-04 14:07
papering
阅读(384)
推荐(0)
摘要:
Messaging Patterns for Event-Driven Microservices https://content.pivotal.io/blog/messaging-patterns-for-event-driven-microservices 3) Data Events Exc
阅读全文
posted @ 2018-07-04 11:07
papering
阅读(190)
推荐(0)
摘要:
理解fps 从应用角度而非视频质量角度要考虑: 本地保存的帧图片的空间消耗 菜鸟驿站视频 菜鸟驿站官网-菜鸟物流加盟_菜鸟网络 https://yz.cainiao.com/ https://videocdn.taobao.com/oss/taobao-ugc/d5400f40c3f54e53a24
阅读全文
posted @ 2018-07-04 10:01
papering
阅读(1033)
推荐(0)
摘要:
Understanding When to use RabbitMQ or Apache Kafka https://content.pivotal.io/rabbitmq/understanding-when-to-use-rabbitmq-or-apache-kafka Performance
阅读全文
posted @ 2018-07-04 09:38
papering
阅读(216)
推荐(0)
摘要:
https://ci.apache.org/projects/flink/flink-docs-master/dev/connectors/rabbitmq.html RabbitMQ Source This connector provides a RMQSource class to consu
阅读全文
posted @ 2018-07-04 09:35
papering
阅读(328)
推荐(0)
摘要:
[rabbitmq-discuss] Exactly Once Delivery http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2010-August/008272.html [rabbitmq-discuss] Exactly Once
阅读全文
posted @ 2018-07-04 09:07
papering
阅读(327)
推荐(0)
摘要:
Open Source & SaaS Tools | StackShare https://stackshare.io/categories AfterShip/SaaS: List of SaaS that we are using https://github.com/AfterShip/Saa
阅读全文
posted @ 2018-07-03 17:47
papering
阅读(272)
推荐(0)
摘要:
Smoke testing (software) - Wikipedia https://en.wikipedia.org/wiki/Smoke_testing_(software) In computer programming and software testing, smoke testin
阅读全文
posted @ 2018-07-03 16:46
papering
阅读(287)
推荐(0)
摘要:
Service-level agreement - Wikipedia https://en.wikipedia.org/wiki/Service-level_agreement
阅读全文
posted @ 2018-07-03 16:35
papering
阅读(127)
推荐(0)
摘要:
Continuous integration is not always the right answer. Here's why. https://techbeacon.com/continuous-integration-answer-life-universe-everything
阅读全文
posted @ 2018-07-03 16:30
papering
阅读(161)
推荐(0)
摘要:
De Moivre–Laplace theorem - Wikipedia https://en.wikipedia.org/wiki/De_Moivre%E2%80%93Laplace_theorem https://baike.baidu.com/item/棣莫弗—拉普拉斯定理/5784346
阅读全文
posted @ 2018-07-03 13:09
papering
阅读(624)
推荐(0)