码迷,mamicode.com
首页 >  
搜索关键字:clojure    ( 190个结果
A Room-Escape game made by Clojure, playing with telnet and pure-text commands - Part 1
Code path: https://github.com/bluesilence/Lisp/tree/master/clojure/projects/room-escape As I have been a fan of room-escape games, there have always been a desire to make my own story of a roo...
分类:Web程序   时间:2014-10-05 17:44:38    阅读次数:269
Clojure操作mysql
在Eclipse中新建一个Clojure工程clj01clojure 操作mysql需要依赖mysql-connector-java、clojure-contrib与java.jdbc三个jar包。project.clj配置信息如下:配置完:dependencies 保存,系统会自动下载所配置的ja...
分类:数据库   时间:2014-09-01 17:31:13    阅读次数:407
Eclipse Clojure 开发插件
参考:http://doc.ccw-ide.org/documentation.html#install-as-plugin安装Eclipse Clojure插件这里安装的插件是Counterclockwise,可以通过Eclipse自动安装软件的功能直接安装,具体如下:Eclipse菜单Help-...
分类:系统相关   时间:2014-09-01 13:55:43    阅读次数:531
Storm在zookeeper上的目录结构
storm操作zookeeper的主要函数都定义在命名空间backtype.storm.cluster中(即cluster.clj文件中)。 backtype.storm.cluster定义了两个重要protocol:ClusterState和StormClusterState。clojure中的p...
分类:其他好文   时间:2014-09-01 09:12:42    阅读次数:188
storm操作zookeeper源码分析-cluster.clj
storm操作zookeeper的主要函数都定义在命名空间backtype.storm.cluster中(即cluster.clj文件中)。backtype.storm.cluster定义了两个重要protocol:ClusterState和StormClusterState。clojure中的pr...
分类:其他好文   时间:2014-08-31 22:51:12    阅读次数:342
storm操作zookeeper源码分析-cluster.clj
storm操作zookeeper的主要函数都定义在命名空间backtype.storm.cluster中(即cluster.clj文件中)。backtype.storm.cluster定义了两个重要protocol:ClusterState和StormClusterState。clojure中的pr...
分类:其他好文   时间:2014-08-31 15:47:41    阅读次数:184
Storm在zookeeper上的目录结构
storm操作zookeeper的主要函数都定义在命名空间backtype.storm.cluster中(即cluster.clj文件中)。 backtype.storm.cluster定义了两个重要protocol:ClusterState和StormClusterState。clojure中的p...
分类:其他好文   时间:2014-08-30 13:48:29    阅读次数:154
storm操作zookeeper源码分析-cluster.clj
storm操作zookeeper的主要函数都定义在命名空间backtype.storm.cluster中(即cluster.clj文件中)。backtype.storm.cluster定义了两个重要protocol:ClusterState和StormClusterState。clojure中的pr...
分类:其他好文   时间:2014-08-26 22:38:32    阅读次数:354
Clojure:两步发送iOS推送通知(apns)
首先在project.clj中,添加对notnoop 类库的引用:[com.notnoop.apns/apns "0.2.3"]然后使用如下方法就可以发送推送消息了: 1 (ns demo.apns 2 (:import (com.notnoop.apns APNS))) 3 4 (defn ...
分类:移动开发   时间:2014-08-14 10:24:38    阅读次数:224
用Clojure学习The Little Schemer时的一些基本函数定义
;;?learning?The?Little?Schemer (def?car?first) (def?cdr?rest) (def?cons?clojure.core/cons) (def?eq??=) (def?list??clojure.core/list?) (defn?atom??[x] ??(not?(list??x))) (defn...
分类:其他好文   时间:2014-08-13 10:44:55    阅读次数:303
190条   上一页 1 ... 16 17 18 19 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!