学无所长,一事无成
发布时间:2015-07-08 15:21:29
<p style="background: white"><span style="font-family:文泉驿等宽微米黑">参考文章:<a href="https://en.wikibooks.org/wiki/Clojure_Programming/Examples/JDBC_Examples">https://en.wikibooks.org/wiki/Clojure_Programming/Examples/JDBC_Examples#Oracle</a><span style="color:#252525"></span></span></p><p.........【阅读全文】
发布时间:2015-07-01 14:50:39
<p><span style="font-family:SimSun;"> 参考文章:</span><a href="https://msdn.microsoft.com/zh-cn/library/hh568449.aspx"><span style="font-family:SimSun;">https://msdn.microsoft.com/zh-cn/library/hh568449.aspx</span></a><br /><span style="font-family:SimSun;"> </span><br /><span style=.........【阅读全文】
发布时间:2015-06-20 19:09:36
https://github.com/weavejester/compojure/wiki逆旅过客言:以下内容为本人学习笔记,是官方文档的缩略版,部分内容或有个人阐释。一、Getting Started1、创建一个 projectlein new compojure hello-world 2、启动服务 ,默认端口 3000。源文件如果修改,服务会自动重新加载cd hel.........【阅读全文】
发布时间:2015-07-02 18:02:49
<h1>Clojure Reader</h1><p> </p><ul><li>标量类型</li></ul><ol style="margin-left: 40pt"><li><div>字符串</div><p>a、双引号扩住</p><p>"hello clojure"</p><p>b、 字符串天然支持多行</p><p>"multiline strings</p><p style="margin-left: 36pt">are very handy"</p></li><li>布尔值:true 、false</li.........【阅读全文】
发布时间:2015-06-09 11:40:30
原文地址:http://tobyho.com/2013/06/16/what-are-generators/更新: 自本文第一次发布以来,send() 方法已经从标准中移除。send(value) 被 next 方法调用取代,它有一个参数,如 next(value). 本文已修订反映此变化。长远趋势来看 generators 会进入 Javascript,V8 已装载此特性。这非.........【阅读全文】