clojure-contrib
clojure-contrib.jar import error
Command line is \"D:\\Progra~1\\Java\\jre6\\bin\\java.exe -jar开发者_如何学Go D:\\Old\\Clojure\\clojure.jar D:\\Old\\Clojure\\clojure-contrib.jar\"[详细]
2023-01-19 03:08 分类:问答How to include clj-time and clojure.contrib under clojure 1.2?
I tried to migrate a project from clojure 1.1 to 1.2 because of the new protocols introduced in 1.2. But when I try to :use clojure-contrib.duck-streams I get a warning about \'spit\' which already ex[详细]
2023-01-17 10:50 分类:问答Clojure contrib sql makes all numbers a BigDecimal
The clojure.contrib.sql library returns BigDecimals for all numeric fields. What\'s a good way to have some fields as Integers? Example code below:[详细]
2023-01-16 01:00 分类:问答Importing clojure functions from jars
I\'m playing around with Clojure, and I can\'t figure out how to import a function from clojure-contrib.jar. Working from th开发者_StackOverflow中文版is answer, I\'m doing the following:[详细]
2023-01-08 16:40 分类:问答Compojure + clojure.contrib.sql: SELECT query is being cached. Why?
I\'m writing a Compojure TODO app and with MySQL as the primary data store. I\'m using clojure.contrib.sql to interface with MySQL as follows:[详细]
2023-01-06 05:56 分类:问答How to install clojure-contrib on Windows?
I can\'t seem to find a way to launch the Clojure REPL with the contrib library included. If I understood开发者_运维百科 the documentation correctly then this command should do it:[详细]
2023-01-02 13:30 分类:问答Tips for Html parsing and web driving with clojure?
I want to automate filling in data on a website using clojure. For this I want to query elements of webpages and create http requests. I have be开发者_JAVA技巧en looking at using HttpUnit and contri[详细]
2023-01-01 00:00 分类:问答Insertions into Zipper trees on XML files in Clojure
I\'m confused as how to idiomatically change a xml tree accessed through clojure.contrib\'s zip-filter.xml. Should be trying to do this at all, or is there a better way?[详细]
2022-12-30 19:32 分类:问答How do I combine results from zip-filter queries on an xml tree in Clojure?
I want to combine the results of three zip-filter queries on an xml tree. The XML I am parsing looks like this:[详细]
2022-12-16 11:44 分类:问答