Library Search
结果页

moka

在 技术栈 中找到 8 个匹配结果。

返回文档库
技术栈

技术栈

8 个
查看全部
C# ```html <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <title>Alpine.js Demo</title> <style> body { font-family: system-ui; max-width: 600px; margin: 50px auto; background: #… 2% Apache Kafka ## Apache Kafka Apache Kafka 是由 LinkedIn 开发、现由 Apache 软件基金会维护的**分布式事件流平台**。它不仅能做消息队列,更是一种分布式的提交日志(Commit Log)。 **核心价值**:高吞吐、低延迟、持久化、水平扩展。适合万亿级消息场景,如日志聚合、流处理、事件溯源。 **关键特性**: - 分区(Partition)+ 副本(Repl… 2% NumPy 参考文献: [ { "type": "book", "year": 2022, "title": "Python for Data Analysis (3rd Edition)", "authors": [ "Wes McKinney" ] }, { "type": "web", "year": 2024, "… 2% Matplotlib 参考文献: [ { "type": "web", "year": 2024, "title": "Matplotlib 官方文档", "authors": [ "Matplotlib Development Team" ] }, { "type": "book", "year": 2021, "title":… 2% React Native <FlatList data={todos} keyExtractor={(item) => item.id} renderItem={renderItem} ListEmptyComponent={ <Text style={styles.empty}>暂无任务,添加一个吧 ✨</Text> }… 2% Fiber 参考文献: [ { "url": "https://docs.gofiber.io/", "type": "web", "year": 2024, "title": "Fiber 官方文档", "authors": [ "Fiber Team" ] }, { "url": "https://github.com/val… 2% Verilog / SystemVerilog 参考文献: [ { "url": "https://ieeexplore.ieee.org/document/8299595", "type": "web", "year": 2017, "title": "IEEE Standard for SystemVerilog (1800-2017)", "authors": [ "IEEE"… 2% CakePHP 参考文献: [ { "url": "https://book.cakephp.org", "type": "web", "year": 2024, "title": "CakePHP Cookbook", "authors": [ "CakePHP Team" ] }, { "url": "https://github… 1%