EcmaScript 编译器和与运行环境 EchoJS

码农软件 · 软件分类 · 编译器 · 2019-12-08 11:59:03

软件介绍

EchoJS 是一个超前的 EcmaScript 编译器和运行环境。

Mac 下安装:

$ brew tap homebrew/versions  # so we can get the specific version of llvm below
$ brew install node
$ brew install llvm34 --all-targets
$ npm install -g coffee-script
$ npm install -g node-gyp
$ export LLVM_SUFFIX=3.4      # see below
$ export MIN_OSX_VERSION=10.8 # only if you're running 10.8, see below
$ cd echo-js
$ git submodule init
$ git submodule update
$ make

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

MongoDB

MongoDB

Kristina Chodorow、Michael Dirolf / O'Reilly Media / 2010-9-24 / USD 39.99

Discover how MongoDB can help you manage a huMONGOus amount of data collected through your web application. This book covers the basic principles and advanced uses of this document-oriented database, ......一起来看看 《MongoDB》 这本书的介绍吧!

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具