加载中
docker run mysql

docker run --name smy-mysql --env MYSQL_ROOT_PASSWORD=12345 -d -p 33070:3306 mysql

2021/11/05 00:47
16
架构师的黄金证书---TOGAF

TOGAF https://baijiahao.baidu.com/s?id=1590528955022289848&wfr=spider&for=pc https://www.opengroup.org/certifications/togaf Zachman框架 https://baike.baidu.com/item/Zachman%E6%...

2018/12/19 16:16
332
centos7 安装tomcat成服务启动

centos7之后定义在/etc/rc.local的启动程序已经失效,需要定义成服务启动方式。 cat /etc/systemd/system/tomcat8.service #默认服务的安装路径是 /usr/lib/systemd/system/nginx.service [U...

2017/11/01 23:13
145
RethinkDB 让实时交互更顺畅

实时、持续推送有变化的事件给关注者,代替轮询投票的方式

2017/02/07 19:13
2.3K
HDFS: Hadoop Distributed File System,Hadoop分布式文件系统

http://hadoop.apache.org/docs/stable2/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html

2016/08/25 15:20
236
Overview Of ZooKeeper

ZooKeeper: A Distributed Coordination Service for Distributed Applications ZooKeeper is a distributed, open-source coordination service for distributed applications. It exposes ...

2016/08/24 19:18
46
网络爬虫的设计[资料收集]

网络爬虫的设计[资料收集]

2016/03/10 19:02
185
经典游戏服务器端架构概述

经典游戏服务器端架构概述

2015/12/08 21:55
640
用lsyncd和rsyncd实现无ssh支持的文件实时同步

本文讲解了跨服务器linux文件自动实时同步的简易方案。

2015/07/29 22:20
1.4K
Instagram架构的分片和ID设计

介绍了Instagram 合伙人Mike Krieger介绍的分片经验和ID设计方法。

Pinterest架构之路-两年内从0到10亿月访问量

详情介绍了Pinterest架构的演化过程,描述了各主要技术路线及技术的选型和比较。其中如用户表的设计、分片的设计等等非常详情。非常值得一读和收藏!

没有更多内容

加载失败,请刷新页面

返回顶部
顶部