Nodejs

{
"cmd": "node $file",
"shell": "true",
"selector": "source.js",
"encoding": "utf8", //"variants": [{"cmd" : "csc $file -nologo && start $file_base_name.exe","name" : "Compile & Run"}],
//"path": "C:/Windows/Microsoft.NET/Framework/v4.0.30319/",
}

coffee

最新文章

  1. C#温故知新:《C#图解教程》读书笔记系列
  2. 并查集补集作法 codevs 1069 关押罪犯
  3. Thinkphp各大支付平台在线支付集成源码
  4. (一)WebRTC手记之初探
  5. JAVA Builder模式构建MAP/LIST的示例
  6. hdu 4325 树状数组+离散化
  7. Linux 解压/压缩操作命令
  8. css兼容性问题
  9. Delphi 自带的 Base64 编解码函数
  10. 使用OAuth2.0访问豆瓣API
  11. 怎样在linux或者Unix上检查端口是否在使用
  12. shell下office、html、pdf文档互转方法
  13. web开发性能优化---SEO优化篇
  14. FTP设置
  15. jpa/hibernate @onetomany 使用left join 添加多条件,可以使用过滤器filters (with-clause not allowed on fetched associations; use filters异常信息)
  16. [ABP] ASP.NET Zero 5.6.0 之 破解日志
  17. java问题排查命令
  18. Thinkphp CURD中的where方法
  19. fzu 2139 久违的月赛之二
  20. My Site Cleanup Job

热门文章

  1. 'gbk' codec can't encode character解决方法
  2. 基于 MySQL 的数据库实践(基本查询)
  3. PAT 1082. 射击比赛 (20)
  4. Google Cardboard的九轴融合算法——基于李群的扩展卡尔曼滤波
  5. JS实现数组去重方法总结(六种方法)
  6. Treap讲解
  7. [原创]手把手教你写网络爬虫(4):Scrapy入门
  8. [ZooKeeper] 2 环境搭建
  9. Python模块 - configparser
  10. 处处留心皆学问——由“display:inline-block;”导致的间距引发的思考。