1. IntelliJ Idea解决Could not autowire. No beans of 'xxxx' type found的错误提示。

原因可能有两个,第一个是IntellijIDEA本身工具的问题。第二个便是我们导入@Service包的时候导入包错误造成的。

针对第一种原因,解决办法是:降低Autowired检测的级别,将Severity的级别由之前的error改成warning或其它可以忽略的级别。

File - settring - edit - inspection - Spring  - Spring core

参见:https://blog.csdn.net/u012453843/article/details/54906905

2. 配置JDK: file –> project structrue –> SDKs    ;    file –> project structrue –> project   两个地方都需要配置

3. intellij idea 下代码报错:incompatible types  ; 可能是 project 没有配置 jdk

4. idea 快捷键ctrl+shift+f失效的解决方案: qq 或者 搜狗输入法的快捷键冲突

5. Git - respository - pull 然后更新指定远程分支目录,或者 更新拉去某个分支最新代码

6. Git - respository - branch 可以检出指定分支

7. 右下角 也可以 切换分支

8. 类似 eclipse 下鼠标移动到字段、方法、类、注释等上悬浮提示文档信息

勾选 Editor > General 下 Other 区域中的 show quick documentation on mouse move 可以根据个人习惯设置出现的时间,单位为毫秒。

基础配置:

1.  修改主题:File - setting -  Appearance & Behavior - Appearance

修改字体大小 :Edit - font  (如果主题中修改了,这里可能改的不生效)

修改console 字体大小:Edit  - Color scheme - Console font

修改编码:Edit - file  Encodings , 修改三个地方  Global Encodings , project  Encodings , properties Files (*.properties)

2. 断电、异常关机可能导致缓存和索引损坏,引起报错:可以通过清除缓存和索引来修复:File  -  Invalidate and Restart

3. IDEA安装阿里代码规范插件:https://blog.csdn.net/weixin_39220472/article/details/80077803

常用快捷键:

1. double shift    搜索所有文件

2. Ctrl + shift +  N   搜索文件

3. psvm 输入main函数

4. fori   输入 for循环

5. sout 输入 System.out.println();

6.

IntelliJ Idea 使用笔记的更多相关文章

  1. IntelliJ IDEA使用笔记

    IntelliJ IDEA 2016.3.7激活 1.下载 JetbrainsCrack-2.10-release-enc.jar 链接:https://pan.baidu.com/s/1qVdhWg ...

  2. intellIJ IDEA学习笔记3

    intellij idea 的快捷鍵 https://blog.csdn.net/wei83523408/article/details/60472168 https://www.cnblogs.co ...

  3. intellIJ IDEA学习笔记2

    常用的有fori/sout/psvm+Tab即可生成循环.System.out.main方法等boilerplate样板代码 例如要输入for(User user : users)只需输入user.f ...

  4. intellIJ IDEA学习笔记

    如果你初次用idea,毫无目的的度娘如何使用IDEA     浪费的将会是大量的时间.为以表诚意, 上一套IDEA教学视频,以表我诚意.(下载地址:https://pan.baidu.com/s/1g ...

  5. IntelliJ IDEA 学习笔记

    之前一直用Eclipse,最近尝试使用IDEA,相较于 Eclipse 而言,IDEA强大的整合能力,比如: Git. Maven. Spring 等:提示功能的快速. 便捷:提示功能的范围广:好用的 ...

  6. IntelliJ IDEA 学习笔记 - 修改编码

    感谢原文作者:codeke 原文链接:https://blog.csdn.net/cgl125167016/article/details/78666432 仓库:https://github.com ...

  7. Git学习笔记与IntelliJ IDEA整合

    Git学习笔记与IntelliJ IDEA整合 一.Git学习笔记(基于Github) 1.安装和配置Git 下载地址:http://git-scm.com/downloads Git简要使用说明:h ...

  8. [转]Git学习笔记与IntelliJ IDEA整合

    Git学习笔记与IntelliJ IDEA整合 一.Git学习笔记(基于Github) 1.安装和配置Git 下载地址:http://git-scm.com/downloads Git简要使用说明:h ...

  9. Intellij笔记

    环境 官网: http://www.jetbrains.com/idea/download/ 需要Java的JDK,需要安装 JDK,而不是 JRE! http://www.oracle.com/te ...

随机推荐

  1. VSCode之快捷键和常用插件

    前言 介绍一下我在VSCode中常用的一些快捷方式: ctrl+上下箭头 上下滚动页面 Ctrl+Shift+K 删除某一行 Alt+ ↑ / ↓ 移动某一行 Shift+Alt + ↓ / ↑ 复制 ...

  2. 3D游戏图形引擎

    转自:http://www.cnblogs.com/live41/archive/2013/05/11/3072282.html CryEngine 3  http://www.crydev.net/ ...

  3. OSI 协议

  4. Tensorflow1.4 高级接口使用(estimator, data, keras, layers)

    TensorFlow 高级接口使用简介(estimator, keras, data, experiment) TensorFlow 1.4正式添加了keras和data作为其核心代码(从contri ...

  5. Kindeditor视频上传问题处理

    初始的时候,video这个标签kindeditor是不识别的,只要html处理或者全屏的时候,都会被排除掉.如果想要video存在,则需要设置属性filterMode :false 如果只是想要某个标 ...

  6. 转载:sigmoid和softmax总结

    转自:http://blog.csdn.net/u014422406/article/details/52805924 sigmoid函数(也叫逻辑斯谛函数): 引用wiki百科的定义: A logi ...

  7. 【腾讯云的1001种玩法】几种在腾讯云建立WordPress的方法(Linux)(二)

    版权声明:本文由张宁原创文章,转载请注明出处: 文章原文链接:https://www.qcloud.com/community/article/126547001488207964 来源:腾云阁 ht ...

  8. python3 小工具

    扫描IP的端口是否开放:Porttest.py # -*- coding: utf-8 -*- import sys import os import socket #扫描 def scanport( ...

  9. js获取当前日期方法(YYYY-MM-DD格式)

      var myDate = new Date(); var time = myDate.toLocaleDateString().split('/').join('-');将1970/08/08转化 ...

  10. ubuntu安装sublime-text

    按照网上的教程, wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - sudo apt ...