openwares.net

Freedom & Beauty

  • Home
  • About
  • Tags
  • Categories
  • Archives
  • Search
  • Table of Contents
  • Overview

openwares

open source and free matters
994 posts
18 categories
42 tags
0%

Untitled Post - 53

Posted on 2014-05-12 Edited on 2020-12-07 In GNU/Linux

使用vim将代码风格(code style)由蛇形(snake_case)改为驼峰(Camel Case):
:%s/_\([a-z]\)/\u\1/g

JavaScript执行环境栈(Execute Context Stack)与作用域链(Scope Chain)
Untitled Post - 54
© 2025 openwares
Powered by Hexo & NexT.Muse