240 发简信
IP属地:江苏
  • git pull/push branch

    1.git pull <远程主机> <远程分支>:<本地分支> 2.git push <远程主机名> <本地分支名>:<远程分支名> 3.拉取远...

  • eclipse server中直接打开部署目录

    1.help->Eclipse Marketplace2.find: Pivotal tc Server Integration for Ecl...

  • markdown转html自动生成导航脚本

    markdownPad2导入脚本:Tools->Options->Advanced->HTML Head Editor2.markdownPad...

  • 关闭单词拼写检查

    1.File->Setting2.inspection3.搜索spelling->Typo取消选中

  • 配置tomcat

    1.Run -> Edit Configurations -> + -> Tomcat Server -> local2.控制台console乱...

  • 忽略文件和文件夹

    1.File -> Settings(ctrl+alt+s)2.工具栏Settings3.Editor -> File Types -> Ign...

  • ps命令

    ps - report a snapshot of the current processes 显示当前进程 (process) 的状态 ps ...

  • gitbash打开指定目录的资源管理器

    1.开大当前目录的资源管理器start .2.打开上级目录资源管理器start ..3.打开指定目录的资源管理器start /c/

  • gitbash 调用window程序打开文件

    gitbash下使用MarkdownPad2.exe打开.md文件1.复制MarkdownPad2.exe绝对路径"C:\Program Fil...