clj-http 是一个新的 Clojure HTTP 客户端开发包,主要特点是设计简单、可靠、可扩展和可测试。 示例代码: (require '[clj-http.client :as client]) (client/get "http://rest-test.heroku.com/") => {:status 200 :headers {"date" "Sun, 01 Aug 2010 07:03:49 GMT" "cache-control" "private, max-age=0, must-revalidate" "content-type" "text/html; charset=utf-8" ...} :body "GET http://rest-test.heroku.com/"} 标签:cljhttp 分享 window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "", "bdMini": "2", "bdMiniList": [], "bdPic": "", "bdStyle": "1", "bdSize": "24" }, "share": {} }; with (document)0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' ~(-new Date() / 36e5)];\r\n \r\n \r\n \r\n \r\n \u8f6f\u4ef6\u9996\u9875\r\n \u8f6f\u4ef6\u4e0b\u8f7d\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nwindow.changyan.api.config({\r\nappid: 'cysXjLKDf', conf: 'prod_33c27aefa42004c9b2c12a759c851039' });
2022-09-29 01:25:49 9KB 开源项目
1
陈立杰的做题经验和BZOJ代码
2022-02-13 12:58:36 21.32MB clj
1
陈立杰计数专题讲稿。
2022-01-07 18:00:44 287KB clj
1
clj-四叉树 使用四叉树进行空间索引和搜索的库。 查看以获取详细说明。 用法 ; ; Create a function for searching on a square divided into 2^15 tiles, ; ; each side of which is 64 ( use 'clj-quadtree.core) ( def search ( create-search-fn { :cache-method clojure.core.memoize/memo :depth 15 :tile-size 64 })) ; ; let's create some geometric shapes ( require '[cljts.geom :as g]) ( require '[cljts.analy
2021-12-12 16:25:52 55KB Clojure
1
Clojure 排序算法 排序算法游乐场。
2021-07-17 12:03:31 7KB Clojure
1
Land-of-lisp-clj 将Land of Lisp 中的Common Lisp 代码移植到Clojure。 也可以看看
2021-07-11 17:03:13 23KB Clojure
1
opentracing-clj:使用opentracing Java客户端库进行Opentracing的Clojure API
2021-02-01 19:08:46 21KB clojure opentracing ClojureClojure
1
tailwind-clj:用于处理顺风实用程序类的Clojure库
2021-02-01 11:17:03 96KB clojure clojurescript emotion tailwindcss
1
less4clj:使用Less4j的Clj,Lein和Boot的较少编译器
2021-01-28 22:15:49 25KB less clojure boot leiningen
1
sass4clj:使用Libsass Java包装器,用于Clj,Lein和Boot的SASS编译器
2021-01-28 22:15:49 21KB sass clojure boot leiningen
1