摘要: 原文地址:https://www.abhinavomprakash.com/posts/macrobrew/ Macrobrew: Clojure macros distilled November 10, 2021 · 23 min · Abhinav Omprakash I first read 阅读全文
posted @ 2022-10-19 15:59 堕落门徒 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 1,https://stackoverflow.com/questions/56030237/variable-capture-with-macro-in-clojure 【已解决】 (defmacro t2macro [all-bindings body] (reduce (fn [acc [v 阅读全文
posted @ 2022-10-18 20:44 堕落门徒 阅读(14) 评论(0) 推荐(0) 编辑
摘要: #1, defmacro和defn的区别 defn defines a function, defmacro defines a macro. The difference between functions and macros is that on a function call first t 阅读全文
posted @ 2022-10-18 20:27 堕落门徒 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1,java.lang.ClassNotFoundException Unknown pair 1.Please try to turn on isStoreKeepBinary in cache settings - like this; please note the last line: do 阅读全文
posted @ 2022-10-18 20:17 堕落门徒 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 节点间通信: ServerImpl.java 节点间通信,使用ping检测节点是否存活: ServerImpl.java ​ 《|》 pingNode(UUID nodeId) ​ 《|》 pingNode(TcpDiscoveryNode node) ​ 《|》 pingNode(InetSock 阅读全文
posted @ 2022-10-18 20:17 堕落门徒 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1、安装 MinGW 在线安装比较慢,建议离线安装。离线包下载地址:https://sourceforge.net/projects/mingw-w64/files/?source=navbar 版本区别:sjlj 是 C 的 setjmp/longjmp 实现的 stub。seh 是 window 阅读全文
posted @ 2022-10-18 20:16 堕落门徒 阅读(127) 评论(0) 推荐(0) 编辑
摘要: Clojure Macros Tutorial - part 3: Syntax Quote (aka Backtick) in Clojure May 5, 2016 clojure Clojure provides a powerful tool to allow the developer t 阅读全文
posted @ 2022-10-18 20:15 堕落门徒 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 原文地址 www.braveclojure.com Chapter 8 Chapter 8 When I was 18, I got a job as a night auditor at a hotel in Santa Fe, New Mexico, working four nights a 阅读全文
posted @ 2022-10-18 20:10 堕落门徒 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1,背景 调试代码的时候遇到continue处的breakpoint不起作用,故记录一下过程。 2,分析过程 2.1,复现 public class test { public static void main(String[] args) { for (int i = 0; i < 10; i++ 阅读全文
posted @ 2022-10-08 13:50 堕落门徒 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 前言: 本文是多篇相关资料的汇总和整合,汇总资料来源链接如下: Kafka Consumer Delivery Semantics Kafka Producer Delivery Semantics 浅谈Kafka选举机制 揭秘Kafka的高性能吞吐 kafka中zookeeper的作用 Apach 阅读全文
posted @ 2019-10-30 21:24 堕落门徒 阅读(493) 评论(0) 推荐(0) 编辑