首页 > 其他分享 >IDEA的使用及优化

IDEA的使用及优化

时间:2023-03-07 16:25:14浏览次数:61  
标签:name -- IDEA month current 使用 优化 NAME

IDEA的使用及优化

一、IDEA安装

IDEA优化

1、方法分割线

IDEA3

1、打开设置Settings...

IDEA1

2、Editor --> General --> Appearance --> 勾选Show method separators

IDEA2

2、导入class包

Structure --> Add Content Root --> out

添加class文件

3、Ctrl+滑轮 控制字体大小

File ---> Settings.... ---> General ---> 勾选Change font size with Ctrl + Mouse Wheel

字体大小随意控制

4、修改类头的文档注释信息

img

  • 下面给出官网给出的常用预设变量
${PACKAGE_NAME} - the name of the target package where the new cor interface wil1 be created.
${ PROJECT_NAME} - the name of the current project.
${FILE_NAME} - the name of the PHP file that will be created.
${NAME} - the name of the new file which you specify in the New File dialog box during the file creation.
${USER} - the login name of the current user.${DATE} - the current system date.
${TIME} - the current system time.${ YEAR} - the current year.
${MONTH} - the current month.
${DAY} - the current day of the month.${HOUR} - the current hour.
${MINUTE} - the current minute.
${PRODUCT_NAME} - the name of the IDE in which the file will be created.
${MONTH_NAME_SHORT}- the first 3 letters of the month name. Example:an,Feb,etc.
${MONTH_NANE_FULL} - full name of a month. Example: January ,February, etc.

5、设置自动编译

settings-->Build,Execution, Deployment-->Compiler

img

标签:name,--,IDEA,month,current,使用,优化,NAME
From: https://www.cnblogs.com/manmc/p/17188445.html

相关文章

  • WSL安装、注意事项、使用
    1、首先要重装电脑为win10专业版(其中acer的bios键为F2,启动键为F12。惠普的bios键为F10,启动键为F9)2、启动后使用命令wsl--install安装即可,若ubuntu长时间停止下载,可以在微......
  • OxyPlot使用经验
    OxyPlotC#中的使用经验类似Surfer的彩虹色标//彩虹色标OxyColor[]rainbowColors=newOxyColor[7];rainbowColors[0]=OxyColor.FromRgb(139,0,0);//darkRedr......
  • HTMLReport使用2 | HTMLReport使用方法详解
    (2|HTMLReport的使用)注:以下实例来源于官网。1日志为测试报告中添加过程日志;多线程下,在报告中会分别记录每个线程的日志,同时会产生与测试报告同名的测试log文件。......
  • Linux基础命令使用
    1.CentOS安装和卸载Python3卸载python3rpm-qa|greppython3|xargsrpm-ev--allmatches--nodeps卸载pyhton3whereispython3|xargsrm-frv删除所有残余文件......
  • 使用hutool实现压缩zip到输出流(包括空zip)
    //将文件直接压缩至输出流String[]fileNames=fileNameList.toArray(newString[0]);InputStream[]inputStreams=inputStreamList.toArray(newInputStream[0]);i......
  • Httprunner4 - 使用环境变量
    python设置环境变量importos#设置环境变量os.environ["token"]=token#获取环境变量token=os.environ["token"]token=os.getenv("token")#移除环境变......
  • Linux使用DataX3.0 ~笔记-持续更新中
     一、Liunx上安装DataX查看当前系统版本查看系统的名称,命令:uname查看具体的系统版本,命令:cat/etc/redhat-release查看是否具备jdk和python环境:查看jdk版本,命......
  • 使用 shell 脚本自动申请进京证 (六环外)
    问题背景外地车辆进入北京,需要办理《进京证》,不办理证件驶入后会被执法设备抓拍,一次罚100扣1分,目前唯一的线上办理通道是下载《北京交警》App,注册后添加车辆,就可以为......
  • 关键路径与时序优化
    关键路径关键路径通常是指同步逻辑电路中,组合逻辑时延最大的路径(这里我认为还需要加上布线的延迟),也就是说关键路径是对设计性能起决定性影响的时序路径。对关键路径进行时......
  • 跟着思兼学习Klipper(21)新一代全能选手: Octopus Max EZ 简要使用记录
    前言本文感谢必趣(BigtreeTech)赞助的OctopusMAXEZ主板,据说是美女一手自用。既往没有系统了解过必趣系的主板,这次和网友们一起一探究竟。【KlipperBoxConfigs配......