-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.xml
More file actions
89 lines (89 loc) · 6.39 KB
/
index.xml
File metadata and controls
89 lines (89 loc) · 6.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>不洗碗工作室公共博客</title>
<link>http://example.org/</link>
<description>This is my cool site</description>
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Sun, 14 May 2023 14:41:44 +0800</lastBuildDate>
<atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>GRPC简介</title>
<link>http://example.org/posts/grpc%E7%AE%80%E4%BB%8B/</link>
<pubDate>Sun, 14 May 2023 14:41:44 +0800</pubDate>
<author>姜如潇</author>
<guid>http://example.org/posts/grpc%E7%AE%80%E4%BB%8B/</guid>
<description><![CDATA[1. 计算机通信协议 根据OSI(Open System Interconnection)参考模型,计算机或通信系统间互联的标准体系有七层: 1.物理层:将数据转]]></description>
</item>
<item>
<title>Odin低代码平台文档</title>
<link>http://example.org/posts/odin%E4%BD%8E%E4%BB%A3%E7%A0%81%E5%B9%B3%E5%8F%B0%E6%96%87%E6%A1%A3/</link>
<pubDate>Wed, 19 Apr 2023 14:54:57 +0800</pubDate>
<author>卞仁平</author>
<guid>http://example.org/posts/odin%E4%BD%8E%E4%BB%A3%E7%A0%81%E5%B9%B3%E5%8F%B0%E6%96%87%E6%A1%A3/</guid>
<description><![CDATA[Odin低代码平台文档 odin站群系统 odin-server odin服务端 架构 代码分包 COLA架构 领域驱动模型图 接口文档 https://www.apifox.cn/apidoc/shared-41e5b884-c128-4f53-9599-f097f08b91fc 技术栈 整体架构 COLA 官方文档 Github 权限控制 jCasbin 官]]></description>
</item>
<item>
<title>Mit6.824 Raft概念及Lab2A的实现</title>
<link>http://example.org/posts/mit6.824-raft%E6%A6%82%E5%BF%B5%E5%8F%8Alab2a%E7%9A%84%E5%AE%9E%E7%8E%B0/</link>
<pubDate>Mon, 03 Apr 2023 22:37:22 +0800</pubDate>
<author>高昆</author>
<guid>http://example.org/posts/mit6.824-raft%E6%A6%82%E5%BF%B5%E5%8F%8Alab2a%E7%9A%84%E5%AE%9E%E7%8E%B0/</guid>
<description><![CDATA[@[TOC] 0. 分布式共识算法Raft 一个更易理解的共识算法(论文原文为In Search of an Understandable Consensus Algorithm) 0.1 什么是分布式共识问题? 分布式环境下系统集群存在很多节点,每个节]]></description>
</item>
<item>
<title>Webpack实现概述</title>
<link>http://example.org/posts/webpack%E5%AE%9E%E7%8E%B0%E6%A6%82%E8%BF%B0/</link>
<pubDate>Sat, 01 Apr 2023 20:31:50 +0800</pubDate>
<author>柯昌鹏</author>
<guid>http://example.org/posts/webpack%E5%AE%9E%E7%8E%B0%E6%A6%82%E8%BF%B0/</guid>
<description><![CDATA[背景 虽然现在前端工程化发展迅猛,对应框架的各种脚手架工具已经覆盖了我们开发时的基本需求,大多数时候代码的构建、打包已经不需要我们自己手动去做]]></description>
</item>
<item>
<title>Mit6.824 MapReduce概念及Lab1的实现</title>
<link>http://example.org/posts/mit6.824-mapreduce%E6%A6%82%E5%BF%B5%E5%8F%8Alab1%E7%9A%84%E5%AE%9E%E7%8E%B0/</link>
<pubDate>Mon, 27 Mar 2023 23:50:34 +0800</pubDate>
<author>吴亚洲</author>
<guid>http://example.org/posts/mit6.824-mapreduce%E6%A6%82%E5%BF%B5%E5%8F%8Alab1%E7%9A%84%E5%AE%9E%E7%8E%B0/</guid>
<description><![CDATA[本文是我学习MIT 6.824 Lab1的笔记,主要内容是对于MapReduce的理解和Lab1的实现。 @[TOC] MapReduce框架 如果还没有接触过MapR]]></description>
</item>
<item>
<title>React—router实现分析</title>
<link>http://example.org/posts/reactrouter%E5%AE%9E%E7%8E%B0%E5%88%86%E6%9E%90/</link>
<pubDate>Mon, 27 Mar 2023 20:54:48 +0800</pubDate>
<author>柯昌鹏</author>
<guid>http://example.org/posts/reactrouter%E5%AE%9E%E7%8E%B0%E5%88%86%E6%9E%90/</guid>
<description><![CDATA[3.22 主要内容: 浏览器内置的导航相关 api history 库介绍 react-router@6.22部分组件的实现介绍 前置知识 浏览器 api 我们在浏览器中实现的任何功能,]]></description>
</item>
<item>
<title>数据库中间件--ShardingJDBC(附小demo)</title>
<link>http://example.org/posts/%E6%95%B0%E6%8D%AE%E5%BA%93%E4%B8%AD%E9%97%B4%E4%BB%B6-shardingjdbc/</link>
<pubDate>Sun, 27 Mar 2022 23:02:09 +0800</pubDate>
<author>周子胜</author>
<guid>http://example.org/posts/%E6%95%B0%E6%8D%AE%E5%BA%93%E4%B8%AD%E9%97%B4%E4%BB%B6-shardingjdbc/</guid>
<description><![CDATA[一、ShardingJDBC概述 官网:http://shardingsphere.apache.org/index_zh.html 1.概述 Apache]]></description>
</item>
<item>
<title>Fetch()API及相关基础</title>
<link>http://example.org/posts/fetchapi%E5%8F%8A%E7%9B%B8%E5%85%B3%E5%9F%BA%E7%A1%80/</link>
<pubDate>Sun, 13 Mar 2022 21:28:12 +0800</pubDate>
<author>孙晶玉</author>
<guid>http://example.org/posts/fetchapi%E5%8F%8A%E7%9B%B8%E5%85%B3%E5%9F%BA%E7%A1%80/</guid>
<description><![CDATA[fetch API基础 一 · 基本用法 fetch()是 XMLHttpRequest 的升级版,用于在 JavaScript 脚本里面发出 HTTP 请求 fetch('url') .then(response => response.json()) .then(data => console.log(data)) 在用法上,fetch()接受一个 URL 字符串作为参数]]></description>
</item>
<item>
<title>RPC远程过程调用</title>
<link>http://example.org/posts/rpc%E8%BF%9C%E7%A8%8B%E8%BF%87%E7%A8%8B%E8%B0%83%E7%94%A8/</link>
<pubDate>Sun, 06 Mar 2022 18:40:55 +0800</pubDate>
<author>洪龙研</author>
<guid>http://example.org/posts/rpc%E8%BF%9C%E7%A8%8B%E8%BF%87%E7%A8%8B%E8%B0%83%E7%94%A8/</guid>
<description><![CDATA[RPC (Remote Procedure Call) 写在前面 随着业务发展,单机应用会越来越力不从心,势必会走向分布式。而从单机走向分布式,一台机器如何才能调用另一台机器上的方法呢?这就]]></description>
</item>
<item>
<title>简谈浏览器工作及渲染</title>
<link>http://example.org/posts/%E7%AE%80%E8%B0%88%E6%B5%8F%E8%A7%88%E5%99%A8%E5%B7%A5%E4%BD%9C%E5%8F%8A%E6%B8%B2%E6%9F%93/</link>
<pubDate>Sun, 27 Feb 2022 21:05:18 +0800</pubDate>
<author>黄一珂</author>
<guid>http://example.org/posts/%E7%AE%80%E8%B0%88%E6%B5%8F%E8%A7%88%E5%99%A8%E5%B7%A5%E4%BD%9C%E5%8F%8A%E6%B8%B2%E6%9F%93/</guid>
<description><![CDATA[1.从Chrome架构来看浏览器工作内容 1.前言 如果我们想要设计高性能的web应用,或者是优化现有的web应用,就应当了解浏览器中的浏览器]]></description>
</item>
</channel>
</rss>