Scala行为驱动开发框架 Specs

码农软件 · 软件分类 · 其他开发相关 · 2019-10-27 11:59:25

软件介绍

Specs 是 Scala 编程语言的一个 BDD (行为驱动开发) 框架。

看看下面的代码:

import org.specs._

class helloWorld extends Specification {
 
"'hello world' has 11 characters" in {}
 
"'hello world' matches 'h.* w.*'" in {}
}

本文地址:https://codercto.com/soft/d/17668.html

Twisted Network Programming Essentials

Twisted Network Programming Essentials

Abe Fettig / O'Reilly Media, Inc. / 2005-10-20 / USD 29.95

Developing With Python's Event-driven Framework一起来看看 《Twisted Network Programming Essentials》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

SHA 加密
SHA 加密

SHA 加密工具