最新文章列表

Java 函数式编程实验(新添Keyword Message)

实验了以下内容:高阶函数,Currying,Lazy Evaluation,无穷流,Monad。都是很基本的东西。实现也是基于内部类的。没啥是了不起的。只是在给Lazy Evaluation造语法糖的时候,用了一下bytecode动态增强。给Lazy函数的lambda定义内部的所有的局部变量的读取操作前加了Lazy Evaluation过程。 private final static F< ...
taowen 评论(7) 有6084人浏览 2006-12-02 05:57

rails 1.2 rc1 出来了

http://weblog.rubyonrails.org/2006/11/23/rails-1-2-release-candidate-1
zhongwei 评论(28) 有9953人浏览 2006-11-24 13:59

开张了

今天开张,给自己的目标。每周写一篇学习笔记。监督自己是否一直在浪费生命。 1今天研究了下Axis2和Xfire Codehaus XFire is a next-generation java SOAP framework. Codehaus XFire makes service oriented development approachable through its easy to use A ...
crosier 评论(2) 有915人浏览 2006-11-20 17:42

五笨兔

I’m often asked why Linux can’t make it easy to “write something like Microsoft Installer, or Installshield”. That’s the wrong rabbithole, Alice. Linux can make it so when you dream of databases, Post ...
paofan 评论(3) 有1251人浏览 2006-11-08 14:45

Spring实时统计与监控Spring-Dashboard及Spring集群Terracotta for Spring

Spring实时统计与监控Spring-Dashboard及Spring集群Terracotta for Spring 1、Spring实时统计与监控Spring-Dashboard http://www.spacebug.com/projects_spring-dashboard.html Spring-Dashboard可以为任何基于Spring的Web应用系统提供实时的统计和监控信息。 开 ...
YuLimin 评论(3) 有9079人浏览 2006-11-05 12:34

Rails 的1.2什么模样?

最近DHH在欧洲2006全体大会上画的铁道远景,愿景图: 宣布 1.2快来临了 http://woss.name/2006/09/30/railsconf-europe-2006-first-plenary-dhh/ 台湾的朋友分析Rails 的走向 引用 漸漸明朗化     1.1 was about getting ActiveRecord ‘right’ and imposing ...
bd7lx 评论(3) 有3728人浏览 2006-10-19 13:25

Poor Larry

I've read about an interesting narration about Larry Ellison, the driver of Oracle in a very technical book. (I forget the name...): As for my personal opinion about the software industry, 50% belongs ...
cookoo 评论(0) 有1735人浏览 2006-10-15 20:18

给猪上口红-来自SAP开发者

播客的心情,起伏随着气温的变化,秋天啦该冷静地看看落下的叶子,有漂亮的,也有自家的树叶。 举荐SAP开发者网上的blog, 符合心情吗? https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4464 Lipstick on a Pig ( Why Rails is good for SAP ) Daniel McWeeney Pos ...
bd7lx 评论(2) 有2169人浏览 2006-09-28 16:36

Lightbox JS

Lightbox JS is a simple, unobtrusive script used to to overlay images on the current page. It's a snap to setup and works on all modern browsers.http://www.huddletogether.com/projects/lightbox/ < ...
xxj 评论(0) 有1649人浏览 2006-01-20 16:02

PyDev 0.9.8.2 released

PyDev - Python IDE (Python Development Enviroment for Eclipse) version 0.9.8.2 has been released. Check the homepage (http://pydev.sourceforge.net/) for more details. Download---------------------- ...
xxj 评论(0) 有1252人浏览 2005-09-27 10:53

A Network-based Architectural Style: REST - [Java]

REST是 REpresentational State Transfer 的缩写,它是一种基于网络的体系架构模式。REST是Roy Fielding博士在他的论文中第一个提出来的,现在越来越得到应用。 REST是在WEB中定义了一系列的远程方法: GET, POST, PUT和DELETE等。这些远程方法可以访问网络中的任何资源。举个例子:当你通过http://befresh.blogbus.c ...
xielingjiang 评论(0) 有969人浏览 2005-09-08 09:09

NIO

今天研究了NIO(New IO)API上的几个例子代码,并且做了测试。 TimeQuery.java是一个利用NIO进行查询当前主机时间的客户端代码 /* * @(#);TimeQuery.java 1.2 01/12/13 * Ask a list of hosts what time it is. Demonstrates NIO socket channels * (connec ...
dodoflying 评论(1) 有1648人浏览 2005-03-06 17:26

恶补算法与数据结构(一)——排列问题

        上次朋友的一个问题,让我重新翻开了那本尘封已久的《数据结构、算法与应用》。仅仅重读了第一章,我不得不再次为专注数据结构与算法研究的科学家们佩服得五体投地。        让我佩服的问题其实很简单:生成一个list中的元素的全排列,也就是说input为:[a, b, c],output则是[abc, acb, bac, bca, cab, cba],当然list中的元素个数是不定的。是 ...
perhaps 评论(0) 有1115人浏览 2004-09-26 13:36

最近博客热门TAG

应用服务器(43288) Spring(40812) Hibernate(33330) Tomcat(28345) 框架(27200) 设计模式(24056) Servlet(23313) Struts(22805) Bean(22194) 企业应用(18268) thread(15826) 多线程(14801) SUN(11436) 虚拟机(11382) Cache(11314) Security(8002) SSH(7109) DAO(6880) MVC(6206) AOP(6187)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics