跳至内容

Parallel Labs

Be a lifelong learner with a natural curiosity to figure out how the world works, and an architect with passion to shape the world to come by crafting the next big thing. Don't worry dude, just hacking!

页面

  • About
  • Blog
  • Links
  • Message
  • Quote
  • Research

分类

  • 业界评论
  • 大数据
  • 并行编程
  • 性能分析
  • 生活笔记
  • 用户增长
  • 算法学习
  • 系统架构
  • 职业生涯

近期文章

  • Architect和Artisan
  • 创业与企业家精神
  • 采访Hadoop创始人Doug Cutting纪要
  • 智能优化&AB测试-实验驱动用户增长@QCon10 PPT分享
  • Druid 6th Meetup资料下载
知识共享许可协议

登录 本博客所有内容仅代表作者个人意见。

RSS Parallel Labs

  • Architect和Artisan
  • 创业与企业家精神
  • 采访Hadoop创始人Doug Cutting纪要
  • 智能优化&AB测试-实验驱动用户增长@QCon10 PPT分享
  • Druid 6th Meetup资料下载
  • 增长二三事
  • 两个平行世界
  • Shape the world to come
  • 2018新年目标
  • 人工智能芯片公司招聘工程师/行政/出纳

近期评论

  • 蜀汉玫瑰 发表在《浅析C++多线程内存模型》
  • 多线程队列——锁 | 高性能架构探索 发表在《多线程队列的算法优化》
  • 浅谈多线程编程之原子性操作 – 源码巴士 发表在《多线程程序中操作的原子性》
  • 多线程编程的锁问题解析(锁竞争死锁活锁及Date Race等) – 源码巴士 发表在《并行编程中的“锁”难题》
  • 多线程程序中操作的原子性 – 源码巴士 发表在《多线程程序中操作的原子性》

标签

  • Algorithm
  • Architecture
  • Big Data
  • career
  • Chalmers
  • debug
  • Docker
  • Druid
  • Ericsson
  • facebook
  • Git
  • Google
  • Growth
  • hadoop
  • ibm
  • Impala
  • Intel
  • Interview
  • Learning
  • OpenStack
  • product
  • Pthreads
  • Spark
  • Tutorial
  • weibo
  • 业界评论
  • 互联网
  • 分布式系统
  • 创业
  • 创新
  • 原子操作
  • 增长
  • 多核
  • 多线程Bug
  • 多线程内存模型
  • 多线程编程
  • 年终总结
  • 性能分析
  • 招聘
  • 死锁
  • 瑞典
  • 系统架构
  • 线程同步
  • 线程安全
  • 面试

标签: scala

给Vim配置Scala语法高亮显示

第一步,执行下面这个脚本:

mkdir -p ~/.vim/{ftdetect,indent,syntax} && for d in ftdetect indent syntax ; do curl -o ~/.vim/$d/scala.vim https://raw.githubusercontent.com/gchen/scala.vim/master/scala.vim; done

第二步,在~/.vimrc中添加:

syntax on

发布于 04/11/201504/11/2015分类 大数据标签 scala于给Vim配置Scala语法高亮显示留下评论
自豪地采用WordPress