Home
AnikiZ
Cancel

Distributed Systems Notes

1. RPC and Multi-Threads reason for multi-threads: I/O concurrency Parallelism(multiple cores, true parallelism, multiple cpu cycles per second) Convenience(fire something every some seconds...

Distributed System__Instant messaging system mode

Demo1: Instant messaging system - Server reference 1. Construct basic Server server.go, contains following; Server Struct, containing Ip, Port NewServer(ip String, port int) method to create s...

Distributed System__Java Web Programming Practice

Port(PID) netstat -ano #查看所有端口 netstat -ano|findstr "6732" #查看指定端口 tasklist|findstr "6732" #查看指定进程 # 使用任务管理器查看PID 端口号与IP地址的组合,得出一个网络套接字:Socket,所以说一些网络编程也被称为Socket编程 import java.net.InetSocketAddr...

Foundations of Blockchains_18635 Note

An interesting card love dating game: Target: Alice and Bob, if both love each other, dating; otherwise, not dating Prerequisite: honest-but-curious, can’t be ‘malicious’ Method 1: ❤️: love ♣️: ...

Markdown+Typora学习笔记

[TOC] [Markdown+Typora/VSCode Manual] 来源:Markdown-Typora-VSCode-Doc 😂 简要介绍 Markdown 是一种轻量型标记语言, 是一种语法. 以 .md 结尾的文本文件就是 Markdown 文件. 相较于 Word, 它更加像是 HTML 语言或是 $\LaTeX$, 并不是最淳朴的那种”所见即所得”. 它处处透露着一...

Leetcode笔记(一)

测试一下上传图片路径 可以放出来么! Github 开源项目搜索: Git开源项目搜索