上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 37 下一页
摘要: https://www.cnblogs.com/wuhenzhidu/p/10740091.html 阅读全文
posted @ 2021-10-06 22:48 流失的痕迹 阅读(28) 评论(0) 推荐(0)
摘要: 调用方法时提示方法上的注释 (试了启动这个不行,哈哈,用下面这个) 亲测有效~ 自动导入引用挺爽的,有没有自动移除未使用的引用呢? 在 File | Settings | Editor | General | Auto Import 中,将 Optimize imports on the fly ( 阅读全文
posted @ 2021-10-06 14:17 流失的痕迹 阅读(173) 评论(0) 推荐(0)
摘要: public static String random(int count, boolean letters, boolean numbers) /** * count 创建一个随机字符串,其长度是指定的字符数,字符将从参数的字母数字字符集中选择,如参数所示。 * letters true,生成的字 阅读全文
posted @ 2021-10-06 13:41 流失的痕迹 阅读(474) 评论(0) 推荐(0)
摘要: 1、Method/Class “XXX” is never used步骤File–>Settings–>Editor–>Inspections–>Java–>Declaration redundancy–>取消勾选Unused declaration 2、Typo-In word “” more…( 阅读全文
posted @ 2021-10-05 18:08 流失的痕迹 阅读(4389) 评论(0) 推荐(0)
摘要: 实体字段校验 @NotNull、@NotEmpty、@NotBlank1.@NotNull 不能为 null,但可以为 empty,一般用在 Integer 类型的基本数据类型的非空校验上,而且被其标注的字段可以使用 @size、@Max、@Min 对字段数值进行大小的控制 2.@NotEmpty 阅读全文
posted @ 2021-10-03 19:49 流失的痕迹 阅读(3028) 评论(0) 推荐(1)
摘要: 老实配置数据源,或: Disable this SQL dialect detection inspection on the Inspection options on the IDE settings: 参考:https://stackoverflow.com/questions/4293357 阅读全文
posted @ 2021-10-02 23:28 流失的痕迹 阅读(775) 评论(0) 推荐(0)
摘要: 一、创建mysql数据库 1.创建数据库语法 DROP DATABASE IF EXISTS `school_archives`;CREATE DATABASE `school_archives` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_gener 阅读全文
posted @ 2021-09-13 17:55 流失的痕迹 阅读(561) 评论(0) 推荐(0)
摘要: 1 #!/usr/bin/python 2 # -*- coding: utf-8 -*- 3 # @Time : 2021/8/22 22:28 4 # @Author : yangdj 553849374@qq.com 5 # @File : img_draw_rectangle.py 6 # 阅读全文
posted @ 2021-08-22 22:39 流失的痕迹 阅读(344) 评论(0) 推荐(0)
摘要: 官网下载pycharm2021.1.1 for windows安装包: https://download.jetbrains.com/python/pycharm-professional-2021.1.1.exe 网盘下载jetbrains无限重置时间插件:ide-eval-resetter-2. 阅读全文
posted @ 2021-08-15 08:54 流失的痕迹 阅读(9382) 评论(3) 推荐(3)
摘要: 1.查看nginx路径 ps aux|grep nginx root 352 0.0 0.0 2468624 924 ?? S 10:43上午 0:00.08 nginx: worker process root 232 0.0 0.0 2459408 532 ?? S 10:43上午 0:00.0 阅读全文
posted @ 2021-08-13 17:25 流失的痕迹 阅读(174) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 37 下一页