命令行 Node.js 服务器连接构建 tj serve
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/tj/serve
软件介绍
serve 是简单的命令行 Node.js 文件/目录 服务器连接构建,支持 stylus,jade 等等。灵感来源于 http-server。
使用:
Usage: serve [options] [dir] Options: -v, --version output the version number -F, --format <fmt> specify the log format string -p, --port <port> specify the port [3000] -f, --favicon <path> serve the given favicon -H, --hidden enable hidden file serving -C, --cors allows cross origin access serving -S, --no-stylus disable stylus rendering -J, --no-jade disable jade rendering --no-less disable less css rendering -I, --no-icons disable icons -L, --no-logs disable request logging -D, --no-dirs disable directory serving --compress gzip or deflate the response --exec <cmd> execute command on each request -h, --help output usage information
实用Common Lisp编程
Peter Seibel / 田春 / 人民邮电出版社 / 2011-10 / 89.00元
由塞贝尔编著的《实用Common Lisp编程》是一本不同寻常的Common Lisp入门书。《实用Common Lisp编程》首先从作者的学习经过及语言历史出发,随后用21个章节讲述了各种基础知识,主要包括:REPL及Common Lisp的各种实现、S-表达式、函数与变量、标准宏与自定义宏、数字与字符以及字符串、集合与向量、列表处理、文件与文件I/O处理、类、FORMAT格式、符号与包,等等。......一起来看看 《实用Common Lisp编程》 这本书的介绍吧!

