上一页 1 2 3 4 5 6 ··· 25 下一页
摘要: 论文地址:https://15721.courses.cs.cmu.edu/spring2018/papers/08-oltpindexes1/pugh-skiplists-cacm1990.pdf 关键点: 1、在算法内部引入随机性,从而避免对插入顺序随机性的依赖 2、如何插入和删除一个元素,同时 阅读全文
posted @ 2020-11-15 19:30 elar 阅读(468) 评论(0) 推荐(0) 编辑
摘要: 决策树 https://www.kaggle.com/dansbecker/your-first-machine-learning-model 1 import pandas as pd 2 melb_data_path = 'melb_data.csv' 3 data1 = pd.read_csv 阅读全文
posted @ 2020-10-11 00:28 elar 阅读(125) 评论(0) 推荐(0) 编辑
摘要: Given an array nums, we call (i, j) an important reverse pair if i < j and nums[i] > 2*nums[j]. You need to return the number of important reverse pai 阅读全文
posted @ 2020-01-19 21:37 elar 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 一、设计模式的分类 设计模式主要分为三种类型: 1.1 Creational These design patterns are all about class instantiation or object creation. These patterns can be further categ 阅读全文
posted @ 2019-12-01 22:56 elar 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 资料来源 https://wiki.wireshark.org/Network_Lock_Manager 目的 The purpose of the NLM protocol is to provide something similar to POSIX advisory file locking 阅读全文
posted @ 2019-10-25 01:05 elar 阅读(1340) 评论(0) 推荐(0) 编辑
摘要: https://www.tensorflow.org/ https://tensorflow.google.cn/ (中文站点) 现场PPT照片: https://pan.baidu.com/s/1jyTnyiZtkxuvVlEQXQIHpA 提取码: 8m12 1、TensorFlow 2.0 k 阅读全文
posted @ 2019-09-15 23:25 elar 阅读(304) 评论(0) 推荐(0) 编辑
摘要: Knative包含三个重要组件: 1、Build(已废弃,现改为Tekton Pipline) 2、Eventing 3、Serving 一、Tekton Piple https://github.com/tektoncd/pipeline The Tekton Pipelines project 阅读全文
posted @ 2019-09-15 10:18 elar 阅读(458) 评论(0) 推荐(0) 编辑
摘要: https://cloud.google.com/products/storage/ BigTable Cloud Bigtable 是 Google 面向大数据领域的 NoSQL 数据库服务。它也是为 Google 搜索、Analytics(分析)、地图和 Gmail 等众多核心 Google 服 阅读全文
posted @ 2019-09-14 21:55 elar 阅读(1053) 评论(0) 推荐(0) 编辑
摘要: Day 2 1、breaking pi‘s world record with google cloud 【concept】 memory wall: Originally theorized in 1994 by Wulf and McKee, this concept revolves arou 阅读全文
posted @ 2019-09-14 20:26 elar 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 1、exchange message的生产者可以将消息发送给exchange,然后由exchange路由到不同的queue中。 exchange有4种类型: direct exchange:msg只会路由到一个queue上。当有多个queue以相同到routing key接入到direct exch 阅读全文
posted @ 2018-12-08 08:28 elar 阅读(481) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 25 下一页