Giter Club home page Giter Club logo

community's Introduction

##论坛

p40视频(页面提交回复)讲述了前后端通过json进行数据交互

##idea快捷键使用

ctrl+p :弹出参数提示,知道需要填写什么参数

ctrl+shift+A:弹出搜索框,搜索terminal窗口

ctrl+shift+N:快速搜索文件(如index.html)

ctrl+shift+f12:快速全屏当前页面

shift+f6 :重命名

alt+enter:将鼠标放在调用方法的后面使用这个快捷键组合可以快速导入包

ctrl+alt+v:将括号里的对象创建成一个变量 AccessTokenDTO accessTokenDTO = new AccessTokenDTO(); githubProvider.getAccessToken(accessTokenDTO);

ctrl+enter+p:类似于上面的方法不过抽出的是一个参数

shift+enter:快速换行,比如在上一行的行中,使用此快捷键后直接来到下一个空行行头

在浏览器中ctrl+shift+n打开一个新的匿名窗口

ctrl+E: 切换最近的界面

ctrl+d: 拷贝一行

ctrl+alt +L :快捷整理代码

ctrl+W:html选中一个代码块

ctrl+alt+O:删除多余的依赖

ctrl+F12:快速参看类中的所有方法名方法

ctrl+alt+左方向:回退到浏览的上一个页面,ctrl+alt+右方向:反之

ctrl+shift+上下键:将当前行上移或者下移一行

ctrl+shift+F:通过页面的报错信息去找到定义这个默认报错信息的类

ctrl+F6:调节参数位置,和参数类型

ctrl+shift+U: 转换大小写

ctrl+/:在html页面中使用这个快捷键快速创建注释

ctrl+alt+M:将一个整体抽为一个方法

ctrl+alt+P:将选中的部分抽为当前方法的参数

ctrl+alt+f7:查看枚举在哪些地方使用了

ctrl+alt+b:查看方法的实现

ctrl+b:查看方法的调用

##debug f8:下一行 alt+f9:到下一个断点 ##git基本命令

git clone (项目的http地址)

git status

git add .

git commit -m "haha"

git remote -v 查看提交的GitHub网址

git push -u origin master

git commit --amend --no-edit 在push之前文件又有了修改时用,这个命令表示直接帮我追加上去就可以

community's People

Contributors

cq823251117 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.