Jerry's Blog - 碎碎念

我想就这样牵着 你的手不放开


  • 首页

  • 归档18

  • 分类13

  • 标签5

  • 关于

  • 公益 404

  • 搜索

IntelliJ Idea 快捷键映射

发表于 2016-01-19 | 更新于 2018-07-28 | 分类于 IntelliJ Idea | | 阅读次数:
本文字数: 8.1k | 阅读时长 ≈ 7 分钟

迁移IntelliJ Idea快捷键说明,此快捷键映射是在IntelliJ Idea的default快捷键的基础上进行了大量修改,部分快捷键兼容了Eclipse,修改的后的快捷键参考此文件

快捷键列表说明

  • Editing
  • Search/Replace
  • Usage Search
  • Compile and Run
  • Debugging
  • Navigation
  • Refactoring
  • Live Templates
  • General
  • Reference
阅读全文 »
相关文章
  • IntelliJ Idea 常用插件
  • IntelliJ Idea 设置中的Copyright和scopes关联起来
  • IntelliJ Idea 配置同步
  • Mac开发环境搭建-v2
  • Mac开发环境搭建-v1

windows系统通过git提供的命令行查找文件内容

发表于 2016-01-19 | 更新于 2018-07-28 | 分类于 windows | | 阅读次数:
本文字数: 336 | 阅读时长 ≈ 1 分钟

如果还未安装,请先下载Git客户端,安装方法请百度

1
http://git-scm.com/download

在需要查找文件的目录,右键点击Git Bash Here

1
2
3
4
$ find . -name "*.*" | xargs grep " 40px;"
grep: .: Is a directory
./css/_common/components/pagination.styl: margin: 120px 0 40px;
./css/_common/components/post/post-expand.styl: padding-top: 40px;

如果是git管理的文件

1
git grep "工作区文件内容搜索"

Hello World

发表于 2016-01-18 | 更新于 2018-07-28 | | 阅读次数:
本文字数: 431 | 阅读时长 ≈ 1 分钟

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

阅读全文 »
1…34
Jerry

Jerry

好记性不如烂笔头

18 日志
13 分类
5 标签
RSS
GitHub 知乎 OSChina Sina Git操作 Mac开发环境
Links
  • myoss cloud
  • Git Guide
© 2016 – 2020 Jerry | 111k | 1:41
由 Hexo 强力驱动 v3.7.1
|
主题 – NexT.Gemini v6.4.0
0%