08 2019 档案

摘要:Linux发行版 1. Linux本身 1.1. 1991年,当时一名来自赫尔辛基的计算机科学学生LinusTorvalds创建了一个操作系统内核 1.1.1. 一年后的1992年,第一个Linux发行版诞生了 1.2. 最初,Linus称它为“Freax”(从“free”和“x”开始,表示它属于U 阅读全文
posted @ 2019-08-28 14:07 PanPan003 阅读(1082) 评论(0) 推荐(0) 编辑
摘要:以redis为例 1.查找redis docker search redis 2.pull image docker pull redis 3.发布容器 docker run -e WWNamespace=**** -e RedisCacheServer=192.*.*.*:* -p 5005:80 阅读全文
posted @ 2019-08-27 15:51 PanPan003 阅读(373) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-08-21 18:38 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-08-20 17:18 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要:1.查询提交记录。进入目录,查看某人在此目录下的commit: panxi@ww-bj-panxi MINGW64 [path]/Business (feature/v2.3) $ git log feature/v2.3 --author=[pan] -- ./ 2.根据提交的commit,撤销某 阅读全文
posted @ 2019-08-16 19:27 PanPan003 阅读(1676) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-08-13 12:05 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-08-13 10:56 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-08-05 17:00 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-08-05 16:45 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-08-01 19:07 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-08-01 18:45 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要:原文链接 Why Distribute? • resource sharing • physical separation • robustness • performance • cost-effective system evolution Examples • file server, pri 阅读全文
posted @ 2019-08-01 18:10 PanPan003 阅读(306) 评论(0) 推荐(0) 编辑
摘要:原文链接 Preface There are many awesome and powerful distributed NoSQL in the world, like Couchbase, MongoDB, Canssandra, etc. but developing a new one is 阅读全文
posted @ 2019-08-01 17:26 PanPan003 阅读(330) 评论(0) 推荐(0) 编辑
摘要:语法: 官方文档 If you’re familiar with Kibana’s old lucene query syntax, you should feel right at home with the new syntax. The basics stay the same, we’ve 阅读全文
posted @ 2019-08-01 12:49 PanPan003 阅读(4736) 评论(0) 推荐(0) 编辑
摘要:官方文档 语法: 介绍: CREATE FUNCTION defines a new function. CREATE OR REPLACE FUNCTION will either create a new function, or replace an existing definition. 阅读全文
posted @ 2019-08-01 12:30 PanPan003 阅读(3003) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示