上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 186 下一页
摘要: https://mp.weixin.qq.com/s/79z5LQ5EE9pu3r7Qz5UrBg 千万级延时任务队列如何实现,看美图开源的-LMSTFY 林添毅 黄文浩 高可用架构 2019-11-28 导读:Task是web开发中一个经典场景,我们时常需要延时任务,或者定时任务,通常都需要任务队 阅读全文
posted @ 2020-09-02 14:10 papering 阅读(856) 评论(0) 推荐(0) 编辑
摘要: 4. 执行模型 — Python 3.8.5 文档 https://docs.python.org/zh-cn/3/reference/executionmodel.html 4. 执行模型¶ 4.1. 程序的结构 Python 程序是由代码块构成的。 代码块 是被作为一个单元来执行的一段 Pyth 阅读全文
posted @ 2020-09-02 12:00 papering 阅读(284) 评论(0) 推荐(0) 编辑
摘要: PB 级大规模 Elasticsearch 集群运维与调优实践 https://mp.weixin.qq.com/s/PDyHT9IuRij20JBgbPTjFA | 导语 腾讯云 Elasticsearch 被广泛应用于日志实时分析、结构化数据分析、全文检索等场景中,本文将以情景植入的方式,向大家 阅读全文
posted @ 2020-09-01 13:50 papering 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 请不要继续将数据库称为 CP 或 AP - 掘金 https://juejin.im/post/6844903878102614030 阅读全文
posted @ 2020-08-31 20:52 papering 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 停止容器 docker-compose stop [+] Running 3/3 ⠿ Container py-app-1 Stopped 0.0s ⠿ Container py-celery-1 Stopped 2.0s ⠿ Container py-redis-1 Stopped 0.2s do 阅读全文
posted @ 2020-08-31 10:02 papering 阅读(273) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/_xsb_91-eQAq10IyDa2tvQ 云原生时代消息中间件的演进路线 尘央 阿里云云栖号 2020-08-30 11:00 作者 | 周礼(不铭) 阿里巴巴集团消息中间件架构师 导读:本文整理自作者于 2020 年云原生微服务大会上的分享 阅读全文
posted @ 2020-08-31 09:30 papering 阅读(222) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/_LXABTzRC265JjBkAzDsQQ 阅读全文
posted @ 2020-08-31 09:28 papering 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 基于etcd的分布式配置中心 etcd docs | etcd versus other key-value stores https://etcd.io/docs/v3.4.0/learning/why/ The name “etcd” originated from two ideas, the 阅读全文
posted @ 2020-08-28 20:10 papering 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 共享云端代理 原创 沈畅、秦偲晟 58技术 今天 阅读全文
posted @ 2020-08-28 20:05 papering 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 有赞零售移动CI/CD实践 阅读全文
posted @ 2020-08-28 19:06 papering 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 卫星数据 阅读全文
posted @ 2020-08-28 13:04 papering 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 云原生时代,微服务如何演进? 原创 李响 阿里技术 2020-08-28 https://mp.weixin.qq.com/s/KQG2U8_aotDL4YFB8ee6Zw 一 微服务架构与云原生 微服务从 2010 年左右开始兴起。最开始大家会把微服务架构应用在传统 IT 的基础设施,也就是传统的 阅读全文
posted @ 2020-08-28 11:41 papering 阅读(653) 评论(0) 推荐(0) 编辑
摘要: 练习: 力扣 https://leetcode.cn/problems/partition-equal-subset-sum/solution/fen-ge-deng-he-zi-ji-by-leetcode-solution/ 416. 分割等和子集 给你一个 只包含正整数 的 非空 数组 num 阅读全文
posted @ 2020-08-27 20:07 papering 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 用数组存储。 用数组的存储方式并不需要像链式存储法那样 要存储额外的左右子节点的指针。 阅读全文
posted @ 2020-08-27 12:50 papering 阅读(315) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/yDeH0ei6Sq4zos11K0I9Rg 一、应用场景 在需求开发过程中,我们经常会遇到一些类似下面的场景: a. 外卖订单超过15分钟未支付,自动取消 b. 使用抢票软件订到车票后,1小时内未支付,自动取消 c. 待处理申请超时1天,通知审 阅读全文
posted @ 2020-08-27 11:12 papering 阅读(1409) 评论(0) 推荐(0) 编辑
摘要: b+ 树 只存储 索引 阅读全文
posted @ 2020-08-27 06:35 papering 阅读(111) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/Yb-YcylBH5Wj85AwpkuKYw 严选埋点质量保障体系建设 原创 严选技术 严选技术团队 2020-08-14 阅读全文
posted @ 2020-08-26 19:51 papering 阅读(249) 评论(0) 推荐(0) 编辑
摘要: linux命令重定向>、>>、 1>、 2>、 1>>、 2>>、 < 阅读全文
posted @ 2020-08-26 18:08 papering 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2020-08-26 12:46 papering 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、“未来与过去无关”,当前的状态是此前历史的一个完整总结,此前的历史只能通过当前的状态去影响过程未来的演变。 https://baike.baidu.com/item/无后效性 无后效性是指如果在某个阶段上过程的状态已知,则从此阶段以后过程的发展变化仅与此阶段的状态有关,而与过程在此阶段以 阅读全文
posted @ 2020-08-26 10:47 papering 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 12 | 服务注册与发现如何满足服务治理 阅读全文
posted @ 2020-08-25 23:36 papering 阅读(161) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/L2hviITn-MgKGWzyUdXSjg 阅读全文
posted @ 2020-08-25 16:05 papering 阅读(165) 评论(0) 推荐(0) 编辑
摘要: ├── __init__.py├── tall2.py└── tall.pytall.pya = 23b = 34class I: def __init__(self): print(444)class J: pass__all__ = [ 'a', 'I',]tall2.py# from tall 阅读全文
posted @ 2020-08-24 15:43 papering 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 我接手了一个“垃圾”系统,全栈优化后将性能提升了350倍 阅读全文
posted @ 2020-08-21 23:22 papering 阅读(144) 评论(0) 推荐(0) 编辑
摘要: {2: [1597892970, 1597892936], 4: [1597892953], 5: [1597892949], 6: [1597892966], 8: [1597892989, 1597892983, 1597892979, 1597892966, 1597892962, 15978 阅读全文
posted @ 2020-08-20 11:35 papering 阅读(129) 评论(0) 推荐(0) 编辑
摘要: class ProbabilityStatistics: @staticmethoddef simulation_of_probability(v, ratio=10000): assert v >= 0 and v <= 1_v = int(v * ratio) complement = rati 阅读全文
posted @ 2020-08-19 20:19 papering 阅读(163) 评论(0) 推荐(0) 编辑
摘要: class CacheMiddleware(UpdateCacheMiddleware, FetchFromCacheMiddleware): 阅读全文
posted @ 2020-08-19 19:47 papering 阅读(134) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/Pmut13GYP-kwR2xm8fH-7Q 阅读全文
posted @ 2020-08-19 09:36 papering 阅读(159) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/lLgeKMzT4Q938Ij0r75t8Q 阅读全文
posted @ 2020-08-19 09:34 papering 阅读(585) 评论(0) 推荐(0) 编辑
摘要: 为什么基于域名 08 | 服务发现:到底是要CP还是AP? https://time.geekbang.org/column/article/208171 为什么需要服务发现?先举个例子,假如你要给一位以前从未合作过的同事发邮件请求帮助,但你却没有他的邮箱地址。这个时候你会怎么办呢?如果是我,我会选 阅读全文
posted @ 2020-08-18 12:54 papering 阅读(770) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2020-08-18 12:38 papering 阅读(168) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/Q1p-q2JAYoGb8Fz8O01b_A 阅读全文
posted @ 2020-08-18 11:52 papering 阅读(267) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/3URAvUF6zwxeF5Kkc1aWHA 京东热 key 探测框架新版发布,单机 QPS 可达 35 万 原创 Hollis Hollis 2020-08-17 对于大型的分布式系统来说,热点数据一直都是一个需要重点关注的事情,比如热卖商品、 阅读全文
posted @ 2020-08-18 11:50 papering 阅读(1062) 评论(0) 推荐(0) 编辑
摘要: 图说设计模式 — Graphic Design Patterns https://design-patterns.readthedocs.io/zh_CN/latest/index.html 阅读全文
posted @ 2020-08-18 10:07 papering 阅读(238) 评论(0) 推荐(0) 编辑
摘要: MySQL :: MySQL 8.0 Reference Manual :: 5.1.12 Connection Management https://dev.mysql.com/doc/refman/8.0/en/connection-management.html MySQL :: MySQL 阅读全文
posted @ 2020-08-17 20:37 papering 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、注意使用限制 Locking reads are only possible when autocommit is disabled (either by beginning transaction with START TRANSACTION or by setting autocom 阅读全文
posted @ 2020-08-17 15:06 papering 阅读(392) 评论(0) 推荐(0) 编辑
摘要: https://dev.mysql.com/doc/refman/8.0/en/savepoint.html 阅读全文
posted @ 2020-08-17 14:05 papering 阅读(152) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2020-08-17 14:00 papering 阅读(262) 评论(0) 推荐(0) 编辑
摘要: def _print_debug(self, *args): if self.debuglevel > 1: print(datetime.datetime.now().time(), *args, file=sys.stderr) else: print(*args, file=sys.stder 阅读全文
posted @ 2020-08-17 13:57 papering 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 淘宝链接中的spm参数 - IT/命运 - 博客园 https://www.cnblogs.com/caomingcsdn/p/4076404.html 阅读全文
posted @ 2020-08-17 13:55 papering 阅读(255) 评论(0) 推荐(0) 编辑
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 186 下一页