当前位置:网站首页>Idea方法模板
Idea方法模板
2022-06-27 06:50:00 【玲珑·】
#if (${
PACKAGE_NAME} && ${
PACKAGE_NAME} != "")package ${
PACKAGE_NAME};#end
#parse("File Header.java")
/** * @Description TODO * @Date ${DATE} ${TIME} * @Created by koala */
public class ${
NAME} {
}
/** * * @Param $param$ */
@Test
public void test$col$(){
// todo
}
边栏推荐
- 解决 Win10 Wsl2 IP 变化问题
- An Empirical Evaluation of In-Memory Multi-Version Concurrency Control
- Currying Scala functions
- Oppo interview sorting, real eight part essay, abusing the interviewer
- Winow10 installation nexus nexus-3.20.1-01
- 快速实现Thread Mesh组网详解
- sql sever列名或所提供值的数目与表定义不匹配
- Process termination (have you really learned recursion? Test your recursion Foundation)
- Unrecognized VM option ‘‘
- Interviewer: you use Lombok every day. What is its principle? I can't answer
猜你喜欢

AHB2APB桥接器设计(2)——同步桥设计的介绍

2022 cisp-pte (I) document contains

Interviewer: how to never migrate data and avoid hot issues by using sub database and sub table?

快速实现Thread Mesh组网详解

Fast realization of Bluetooth communication between MCU and mobile phone

2022 CISP-PTE(二)SQL注入

面试官:大量请求 Redis 不存在的数据,从而打倒数据库,你有什么方案?

win10远程连接云服务器

Caldera安装及简单使用

Talk about Domain Driven Design
随机推荐
进程终止(你真的学会递归了吗?考验你的递归基础)
IDEA连接数据库报错
sql sever列名或所提供值的数目与表定义不匹配
The interviewer of a large front-line factory asked: do you really understand e-commerce order development?
From 5 seconds to 1 second, the system flies
The fourth question of the 299th weekly match 6103 Minimum fraction of edges removed from the tree
快速实现Thread Mesh组网详解
extendible hashing
The song of cactus -- throwing stones to ask the way (1)
Compatibility comparison between tidb and MySQL
聊聊领域驱动设计
DMU software syntax highlighting VIM setting -- Learning Notes 6
Quick realization of Bluetooth ibeacn function
[graduation season] graduation is the new beginning of your life journey. Are you ready
YOLOv6又快又准的目标检测框架 已开源
winow10安装Nexus nexus-3.20.1-01
浅谈GPU:历史发展,架构
How to write controller layer code gracefully?
SQL 注入绕过(一)
Redis 缓存穿透、缓存击穿、缓存雪崩