- 授权协议: GPL
- 开发语言: SHELL
- 操作系统: 跨平台
- 软件首页: https://anydsl.github.io/
- 软件文档: https://github.com/AnyDSL/anydsl/blob/master/README.md
软件介绍
AnyDSL 是一个领域特定类库快速开发框架。
示例代码:
#!/bin/bash
set -eu
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PROJECT_VIM="${DIR}"/../vim/.project.vim
echo content of \".project.vim\":
cat $PROJECT_VIM
echo
ln -sv $PROJECT_VIM "${DIR}"/../impala/src/
ln -sv $PROJECT_VIM "${DIR}"/../thorin/src/
echo
echo "include this in your \"~¸vimrc\" to automatically source the \".project.vim\":"
echo "if filereadable(\".project.vim\")"
echo " source .project.vim"
echo "endif"
Spring in Action
Craig Walls / Manning Publications / 2011-6-29 / USD 49.99
Spring in Action, Third Edition has been completely revised to reflect the latest features, tools, practices Spring offers to java developers. It begins by introducing the core concepts of Spring and......一起来看看 《Spring in Action》 这本书的介绍吧!
HTML 压缩/解压工具
在线压缩/解压 HTML 代码
随机密码生成器
多种字符组合密码
