- 授权协议: Apache
- 开发语言: Scala ErLang
- 操作系统: 跨平台
- 软件首页: https://github.com/boundary/scalang
软件介绍
Scalang 是一个 Scala 的封装,可以轻松的编写服务来跟 Erlang 接口。
示例代码:
class MyProcess(ctx : ProcessContext) extends Process(ctx) {
override def onMessage(msg : Any) {
log.info("received %s", msg)
}
}
val pid = node.spawn[MyProcess]("my_process")
//send to the pid
node.send(pid, "hey there")
//send to the regname
node.send("my_process", "you wanna party?")
在线进制转换器
各进制数互转换器
UNIX 时间戳转换
UNIX 时间戳转换
