习习的自留地

写代码是件很有意思的事情


  • 首页

  • 标签

  • 分类

  • 归档

  • RSS订阅

  • 搜索

[译]Distributed systems for fun and profit_3时间和顺序

发表于 2019-04-23 | 更新于 2020-08-05 | 分类于 微服务理论文章阅读学习
三.Time and order 时间和顺序What is order and why is it important? What do you mean “what is order”? I mean, why are we so obsessed with order in the first ...
阅读全文 »

[译]Distributed systems for fun and profit_2抽象描述系统的特征

发表于 2019-04-22 | 更新于 2020-08-05 | 分类于 微服务理论文章阅读学习
二. Up and down the level of abstraction 抽象描述系统的特征In this chapter, we’ll travel up and down the level of abstraction, look at some impossibility result ...
阅读全文 »

[译]Distributed systems for fun and profit_0引言&1基本概念

发表于 2019-04-21 | 更新于 2020-08-05 | 分类于 微服务理论文章阅读学习
零.Introduction 引言I wanted a text that would bring together the ideas behind many of the more recent distributed systems - systems such as Amazon’s Dyn ...
阅读全文 »

[译]可扩展的网站架构和分布式系统

发表于 2019-03-02 | 更新于 2020-08-05 | 分类于 微服务理论文章阅读学习
原文地址 参考翻译 Scalable Web Architecture and Distributed Systems可扩展Web架构与分布式系统Open source software has become a fundamental building block for some of the ...
阅读全文 »

迭代器模式

发表于 2018-11-25 | 更新于 2020-08-05 | 分类于 设计模式
[TOC] 示例合并菜单(C#实现)需求说明某连锁餐厅有一家早餐店和一家晚餐店,现需要将早餐店和晚餐店合并,由于早餐和晚餐其数据结构不同,现在需要一个统一的菜单,即菜单项结构相同 数据结构说明合并后的菜单单项 12345678910111213141516171819202122232425262 ...
阅读全文 »

观察观察者模式

发表于 2018-11-25 | 更新于 2020-08-05 | 分类于 设计模式
[TOC] 示例股票变化(C#实现)监控某一个公司(Microsoft)的股票价格变化,可以有多种方式,通知的对象可以是投资者,或者是发送到移动设备,还有电子邮件等 一开始我们先不考虑Observer模式,通过一步步地重构,最终重构为Observer模式 现在有这样两个类:Microsoft和In ...
阅读全文 »

Java OOP

发表于 2018-11-17 | 更新于 2020-08-05 | 分类于 Java , Java基础
封装(Encapsulation )隐藏内部细节 1234567891011121314151617181920212223242526//save as Student.javapackage com.javatpoint;public class Student { privat ...
阅读全文 »

Java基础语法CheatSheet

发表于 2018-11-05 | 更新于 2020-08-05 | 分类于 Java
Java Programming Cheatsheetfrom https://introcs.cs.princeton.edu/java/11cheatsheet/This appendix summarizes the most commonly used Java language featu ...
阅读全文 »

Java IO

发表于 2018-11-03 | 更新于 2020-08-05 | 分类于 Java , Java基础
阅读全文 »

Java开发环境配置

发表于 2018-11-03 | 更新于 2020-08-05 | 分类于 Java
[TOC] JDK安装和配置Windows环境 从Java官网下载Windows版本的JDK JDK8 JDK11 JDK12 点击安装包进行安装,记住安装路径 设置Windows环境变量Java_Home: 1C:\Program Files\Java\jdk-12 设置Window ...
阅读全文 »
1234
习习

习习

31 日志
6 分类
2 标签
RSS
GitHub
© 2020 习习