最新 最热

从 Java 和 JavaScript 来学习 Haskell 和 Groovy(类型系统)

接上文 《从 Java 和 JavaScript 来学习 Haskell 和 Groovy(引子)》。

2022-07-19
1

SpringBoot快速开发利器:CLI 属实真牛逼!

点击上方蓝色字体,选择“设为星标”回复”学习资料“获取学习宝典来源:blog.csdn.net/qq_31635851/article/details/120411711/安装 Spring Boot CLI演示项目结构用 Spring Boot CLI 创建 Hello World 示例使用 @Gra......

2022-07-18
0

从 Java 和 JavaScript 来学习 Haskell 和 Groovy(元编程)

本篇文章的话题是元编程。首先来认识元编程,我在第一篇 《引子》里面已经介绍:元编程,指的是在运行时改变 “类” 的定义,例如访问、增加或修改等等。一言以蔽之,就是 “用程序来写程序”。在第二篇的 《类型系统》里面已...

2022-07-18
1

思考、学习新技术的原则和方式

如上这样的故事太多了,很多时候,程序员们(包括我在内)辛苦地学习,有的没有好的效果,有的过程充满痛苦,有的更是不知道我学它的目的是什么。...

2022-07-15
0

Groovy on Grails 交流活动

2008 年 InfoQ 交流活动的胶片:http://cid-5b1e02933669f469.skydrive.live.com/redir.aspx?page=browse&resid=5B1

2022-07-15
0

在 Eclipse 中配置 Grails 工程

配置 GRAILS_HOME,注意一定要配置到 build.xml 所在的文件夹:

2022-07-15
0

Grails 引发的中文乱码问题

在一个 Grails 项目里面,我想写一个过滤不良信息的 Service,而将过滤的规则放置在 xml 文件之中。

2022-07-15
0

Groovy新手教程

简单地说,Groovy 是下一代的java语言,跟java一样,它也执行在 JVM 中。

2022-07-12
0

使用Groovy实现Domain-Specific Languages 一

Groovy lets you omit parentheses around the arguments of a method call for top-level statements. "command chain" feature extends this by allowing us to chain su...

2022-07-10
1

使用Groovy实现Domain-Specific Languages 二

In Groovy number types are considered equal to any other types. As such, it is possible to enhance numbers by adding properties or methods to them. This can be ...

2022-07-10
1