- 博客(2562)
- 资源 (3)
- 收藏
- 关注
原创 episteme阅读器
它其实是一个主打离线、隐私和全能格式的电子书与文档阅读器应用。支持几乎所有主流格式,包括电子书(EPUB, MOBI, AZW3等)、文档(PDF, DOCX, MD等)和漫画(CBZ, CBR等)。采用原生技术(Kotlin + C++)构建,能快速打开大型PDF文件,阅读体验流畅。
2026-07-28 20:48:21
92
原创 go-ethereum core之交易池
交易池是所有全节点的必备组件,是Geth 节点中负责接收、存储和转发未确认交易的核心组件。每个节点都有自己的交易池,用于维护一份“主观”的待处理交易列表。这些交易通过 P2P 网络在节点间传播(Gossip),最终让所有节点都能获知网络上的交易信息。交易池也被称为“内存池”(Mempool),是每个区块链节点都会维护的、用于暂存未确认交易的公共队列。
2026-07-18 19:52:49
273
原创 Full-Stack React Projects Modern web development using React 16, Node, Express, and MongoDB学习笔记
使用Json Web Token。
2026-07-11 22:48:06
432
原创 react-redux学习笔记
react-redux是 Redux 官方提供的 React 绑定库,它的作用只有一个:让 React 组件能够方便地读取 Redux 的状态,并在状态变化时自动刷新。
2026-07-05 14:58:48
302
原创 go ethereum之p2p
p2p是以太坊节点网络层的骨架,夹在底层 TCP/UDP 和应用协议(eth、snap、les)之间,管三件事:节点发现(谁在线)、连接管理(怎么连上、怎么断)、消息多路复用(连上了跑什么协议)
2026-06-30 22:45:50
239
原创 React Programming - The Big Nerd Ranch Guide学习笔记
【代码】React Programming - The Big Nerd Ranch Guide学习笔记。
2026-06-16 22:25:36
301
原创 机器学习学习笔记
Deep Learning Specialization》(深度学习专项课程)DeepLearning.AI / Coursera。《Machine Learning》(机器学习)Coursera。
2026-05-17 21:40:14
92
原创 js之工作者线程
fill:#333;important;important;fill:none;fill:none;important;important;important;important;important;important;important;important;important;important;important;important;important;important;important;important;important;important;important;important;
2026-03-29 19:05:37
402
原创 js之模块系统
fill:#333;important;important;fill:none;color:#333;color:#333;important;fill:none;fill:#333;height:1em;模块系统CommonJSAMDES6。
2026-03-29 12:03:30
420
原创 js之客户端存储
fill:#333;important;important;fill:none;color:#333;color:#333;important;fill:none;fill:#333;height:1em;客户端存储cookieStorageIndexedDB打开事务游标索引。
2026-03-28 23:36:51
427
原创 js之网络请求与远程资源
fill:#333;important;important;fill:none;color:#333;color:#333;important;fill:none;fill:#333;height:1em;方式fetch apiwebsocket。
2026-03-22 18:37:41
370
原创 js之json处理
fill:#333;important;important;fill:none;color:#333;color:#333;important;fill:none;fill:#333;height:1em;json类型简单值字符串数值布尔值null对象数组解析parse序列化stringify。
2026-03-16 22:37:18
295
原创 js之xml处理
fill:#333;important;important;fill:none;color:#333;color:#333;important;fill:none;fill:#333;height:1em;xmlxml处理DOMParserXPathXSLT。
2026-03-15 19:21:18
374
原创 金融相关学习笔记
快照(Snapshot):首次连接时,交易所推送全量订单簿(通常包含前 N 档买卖盘口,如 50–1000 档)。需维护一个有序的限价订单簿(LOB, Limit Order Book) 数据结构(常用红黑树或跳表)。倾斜报价(Skewed Quote):若多头库存过高,则提高卖价、降低买价,促使卖出。实时监控净 delta(如 BTC 永续合约每张 = 1 BTC delta)。(1)价差控制(Spread Control)(2)库存管理(Inventory Risk)
2026-02-26 22:30:38
541
原创 Uniswap学习笔记
其支持预言机机制,TWAP(Time-Weighted Average Price)时间加权平均价格。v1版本,基于恒定乘积做市商模型(x×y=k)
2026-02-26 22:27:21
545
原创 js之事件系统
DOM2方式为:使用addEventListener添加事件处理函数,有三个参数。DOM0方式为:元素.on<事件名> = 函数,调用是在冒泡阶段。
2025-12-13 19:33:12
291
原创 go ethreum之Trie
Trie是Merkle Patricia Trie(结合了Merkle Tree默克尔树和Patricia Trie帕特里夏树/前缀树),对应三独立的树。
2025-12-06 11:18:07
858
原创 apollo之规划
组件名为PlanningComponent,其依赖fill:#333;stroke:1;fill:none;important;important;important;important;important;important;important;important;important;important;important;important;important;important;important;important;Component。
2025-11-18 22:37:11
839
Ubuntu Linux实用学习教程.pdf
2009-09-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅