上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 24 下一页
摘要: 4. AWS Architecture 设计的5个柱子,也就是5大考量点, Security, Reliability, Performance Efficiency, Cost optimization, Operational excellence Security pillar Reliabi 阅读全文
posted @ 2019-08-17 16:13 mashuai_191 阅读(355) 评论(0) 推荐(0) 编辑
摘要: Common commands: describe keyspaces // 列出所有db use your_db; // 进去db describe tables; // 列出所有tables describe table table_name; //查看表结构: 阅读全文
posted @ 2019-08-16 11:25 mashuai_191 阅读(99) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/126252347, golang UT Writing Web Applications https://golang.org/doc/articles/wiki/ , 这篇文章讲怎么用 go 开发 web service, 简单易懂 阅读全文
posted @ 2019-08-06 17:21 mashuai_191 阅读(100) 评论(0) 推荐(0) 编辑
摘要: Section 7: Analyzing Log Data with the Elastic Stack 阅读全文
posted @ 2019-08-05 10:11 mashuai_191 阅读(96) 评论(0) 推荐(0) 编辑
摘要: Section 3: Searching with Elasticsearch query with json 分页返回 Sort full text 的内容不能用来sort, 比如movie的 title 如果既要做full-text search, 又要可以被sort, 如下方法可以使得有fie 阅读全文
posted @ 2019-08-03 15:54 mashuai_191 阅读(171) 评论(0) 推荐(0) 编辑
摘要: Section 1 基本概念: Index(indices) 相当于 关系型数据库的 table, document 相当于关系型数据库的 row, 还有一个type的概念(可以理解为table的schema)是属于 index的,一个index 只能有一种type, ES怎么扩展? 用shards 阅读全文
posted @ 2019-08-03 09:46 mashuai_191 阅读(152) 评论(0) 推荐(0) 编辑
摘要: How to know CPU info cat /proc/cpuinfo arch How to know memory info: cat /proc/meminfo or sudo dmidecode -t memory free How to know Linux release info 阅读全文
posted @ 2019-07-18 18:43 mashuai_191 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 教程: [Udemy] ES 7 and Elastic Stack - part 1 [Udemy] ES 7 and Elastic Stack - part 2 [Udemy] ES 7 and Elastic Stack - part 3 ES怎么像mongodb那样存文档 可以装一个官方p 阅读全文
posted @ 2019-07-17 13:32 mashuai_191 阅读(189) 评论(0) 推荐(0) 编辑
摘要: web 3D 技术 白纸一张,先理一理概念: webGL 是low level 库,three.js 是high level 库,一般只要理解webGL里的概念,实际用thee.js 开发更容易 3D 建模可以用Blender, three.js 可以把建好的model 导入成mesh使用 3DMA 阅读全文
posted @ 2019-07-10 14:18 mashuai_191 阅读(608) 评论(0) 推荐(0) 编辑
摘要: 课程笔记: 1. 3种访问AWS服务的方式: GUI, CLI, SDK 前两种是用户用来访问的,SDK可以让程序调用去访问服务. 2. core services 以及通用的use cases Amazon Elastic Cloud Compute (EC2) 就是一个虚拟主机 VPS, 种类有 阅读全文
posted @ 2019-07-03 21:45 mashuai_191 阅读(943) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 24 下一页