`
邪恶魔法师
  • 浏览: 1412 次
  • 性别: Icon_minigender_1
  • 来自: 揭阳
最近访客 更多访客>>
社区版块
存档分类
最新评论

Lomkob引入

 
阅读更多


Lomkob引入项目中经常使用beanentity等类,绝大部分数据类类中都需要getsettoStringequalshashCode方法,虽然eclipseidea开发环境下都有自动生成的快捷方式,但自动生成这些代码后,如果bean中的属性一旦有修改、删除或增加时,需要重新生成或删除get/set等方法,给代码维护增加负担。而使用了lombok则不一样,使用了lombok的注解(@Setter,@Getter,@ToString,@@RequiredArgsConstructor,@EqualsAndHashCode@Data)之后,就不需要编写或生成get/set等方法,很大程度上减少了代码量,而且减少了代码维护的负担。故强烈建议项目中使用lombok,去掉beangetsettoStringequalshashCode等方法的代码。

 

<!--[if !supportLists]-->一、         <!--[endif]-->下载lombok

地址:https://projectlombok.org/

 

<!--[if !supportLists]-->二、       <!--[endif]-->Lombok.jar 放在eclipse安装目录下(与eclipse.ini文件平级)

<!--[if !supportLists]-->三、         <!--[endif]-->运行lombok.jar

<!--[if !supportLists]-->a)       <!--[endif]-->运行后会弹框如下框,直接点确定

<!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter"/> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"/> <v:f eqn="sum @0 1 0"/> <v:f eqn="sum 0 0 @1"/> <v:f eqn="prod @2 1 2"/> <v:f eqn="prod @3 21600 pixelWidth"/> <v:f eqn="prod @3 21600 pixelHeight"/> <v:f eqn="sum @0 0 1"/> <v:f eqn="prod @6 1 2"/> <v:f eqn="prod @7 21600 pixelWidth"/> <v:f eqn="sum @8 21600 0"/> <v:f eqn="prod @7 21600 pixelHeight"/> <v:f eqn="sum @10 21600 0"/> </v:formulas> <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/> <o:lock v:ext="edit" aspectratio="t"/> </v:shapetype><v:shape id="图片_x0020_1" o:spid="_x0000_i1048" type="#_x0000_t75" style='width:415.5pt;height:240pt;visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image001.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

<!--[if !supportLists]-->b)       <!--[endif]-->specify location 按钮,选择eclipse的安装目录,选择到eclipse层即可

<!--[if gte vml 1]><v:shape id="图片_x0020_2" o:spid="_x0000_i1047" type="#_x0000_t75" style='width:414.75pt;height:176.25pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image003.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

<!--[if !supportLists]-->c)        <!--[endif]-->点击Install/update按钮

<!--[if gte vml 1]><v:shape id="图片_x0020_4" o:spid="_x0000_i1046" type="#_x0000_t75" style='width:415.5pt;height:240pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image005.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

<!--[if !supportLists]-->d)       <!--[endif]-->查看eclipse.ini文件,如果在文件末端添加了-javaagent:D:\soft\eclipse\lombok.jar那么恭喜你安装成功了

<!--[if gte vml 1]><v:shape id="图片_x0020_5" o:spid="_x0000_i1045" type="#_x0000_t75" style='width:414.75pt;height:189.75pt;visibility:visible; mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image007.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

D:\soft\eclipse\lombok.jarlombok所在路径

<!--[if !supportLists]-->四、         <!--[endif]-->重启Eclipse

<!--[if !supportLists]-->五、         <!--[endif]-->编写实体类(以下提供常用实体类比较)

<!--[if gte vml 1]><v:shape id="图片_x0020_6" o:spid="_x0000_i1044" type="#_x0000_t75" style='width:415.5pt;height:181.5pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image009.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

等同于

<!--[if gte vml 1]><v:shape id="图片_x0020_8" o:spid="_x0000_i1043" type="#_x0000_t75" style='width:318.75pt;height:493.5pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image011.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

 

<!--[if gte vml 1]><v:shape id="图片_x0020_9" o:spid="_x0000_i1042" type="#_x0000_t75" style='width:224.25pt;height:208.5pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image012.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

等同于

<!--[if gte vml 1]><v:shape id="图片_x0020_10" o:spid="_x0000_i1041" type="#_x0000_t75" style='width:415.5pt;height:518.25pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image013.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

 

<!--[if gte vml 1]><v:shape id="图片_x0020_12" o:spid="_x0000_i1040" type="#_x0000_t75" style='width:268.5pt;height:215.25pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image015.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

等同于

<!--[if gte vml 1]><v:shape id="图片_x0020_11" o:spid="_x0000_i1039" type="#_x0000_t75" style='width:414.75pt;height:491.25pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image016.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

<!--[if !supportLists]-->六、         <!--[endif]-->Lombok常用注解解释

a)@NonNull

这个注解可以用在成员方法或者构造方法的参数前面,会自动产生一个关于此参数的非空检查,如果参数为空,则抛出一个空指针异常。举个例子看一下

<!--[if gte vml 1]><v:shape id="图片_x0020_14" o:spid="_x0000_i1038" type="#_x0000_t75" style='width:188.25pt; height:129.75pt;visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image018.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

等同于

<!--[if gte vml 1]><v:shape id="图片_x0020_15" o:spid="_x0000_i1037" type="#_x0000_t75" style='width:290.25pt; height:167.25pt;visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image019.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

@Cleanup

用在变量前面,可以保证此变量代表的资源会被自动关闭,默认是调用资源的close()方法,如果该资源有其它关闭方法,可使用@Cleanup(“methodName”)来指定要调用的方法。使用输入输出流举个例子

<!--[if gte vml 1]><v:shape id="图片_x0020_16" o:spid="_x0000_i1036" type="#_x0000_t75" style='width:405pt;height:279pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image020.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

等同于

<!--[if gte vml 1]><v:shape id="图片_x0020_17" o:spid="_x0000_i1035" type="#_x0000_t75" style='width:415.5pt;height:407.25pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image021.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

@Getter

              用在变量前面,用于生成get方法,同时对相应方法进行修饰符配置

<!--[if gte vml 1]><v:shape id="图片_x0020_18" o:spid="_x0000_i1034" type="#_x0000_t75" style='width:278.25pt;height:147pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image023.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

等同于

<!--[if gte vml 1]><v:shape id="图片_x0020_19" o:spid="_x0000_i1033" type="#_x0000_t75" style='width:321.75pt;height:173.25pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image024.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

@Setter

用在变量前面,用于生成set方法,同时对相应方法进行修饰符配置

@ToString

用在类前面,用于生成toString方法

<!--[if gte vml 1]><v:shape id="图片_x0020_20" o:spid="_x0000_i1032" type="#_x0000_t75" style='width:245.25pt;height:130.5pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image025.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

等同于

<!--[if gte vml 1]><v:shape id="图片_x0020_21" o:spid="_x0000_i1031" type="#_x0000_t75" style='width:260.25pt;height:137.25pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image026.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

@EqualsAndHashCode

用于类前面,生成类的equals以及hashCode方法

<!--[if gte vml 1]><v:shape id="图片_x0020_23" o:spid="_x0000_i1030" type="#_x0000_t75" style='width:300.75pt;height:136.5pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image027.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

等同于

<!--[if gte vml 1]><v:shape id="图片_x0020_22" o:spid="_x0000_i1029" type="#_x0000_t75" style='width:291.75pt;height:180.75pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image028.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

@NoArgsConstructor

参考五、编写实体类(以下提供常用实体类比较)

@AllArgsConstructor

参考五、编写实体类(以下提供常用实体类比较)

@Data

参考五、编写实体类(以下提供常用实体类比较)

@SneakyThrows

用在方法上,可以将方法中的代码用try-catch语句包裹起来,捕获异常并在catch中用Lombok.sneakyThrow(e)把异常抛出,可以使用@SneakyThrows(Exception.class)的形式指定抛出哪种异常

<!--[if gte vml 1]><v:shape id="图片_x0020_24" o:spid="_x0000_i1028" type="#_x0000_t75" style='width:415.5pt;height:231.75pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image029.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

等同于

<!--[if gte vml 1]><v:shape id="图片_x0020_25" o:spid="_x0000_i1027" type="#_x0000_t75" style='width:348pt;height:283.5pt; visibility:visible;mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image031.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

@Synchronized

用在类方法或者实例方法上,效果和synchronized关键字相同

@Log

用在类上,可以省去从日志工厂生成日志对象这一步,直接进行日志记录,具体注解根据日志工具的不同而不同,同时,可以在注解中使用topic来指定生成log对象时的类名。

<!--[if gte vml 1]><v:shape id="图片_x0020_27" o:spid="_x0000_i1026" type="#_x0000_t75" style='width:408.75pt;height:156.75pt;visibility:visible; mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image032.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

等同于

<!--[if gte vml 1]><v:shape id="图片_x0020_28" o:spid="_x0000_i1025" type="#_x0000_t75" style='width:415.5pt;height:219pt;visibility:visible; mso-wrap-style:square'> <v:imagedata src="file:///C:\Users\db.xie\AppData\Local\Temp\msohtmlclip1\01\clip_image033.png" o:title=""/> </v:shape><![endif]--><!--[if !vml]--><!--[endif]-->

由于日志工具的不同,所等价的代码也不尽相同,一下列举常用日志工具的对比

@CommonsLog =

privatestaticfinal org.apache.commons.logging.Log log = org.apache.commons.logging.LogFactory.getLog(LogExample.class);

@JBossLog =

privatestaticfinal org.jboss.logging.Logger log = org.jboss.logging.Logger.getLogger(LogExample.class);

@Log =

privatestaticfinal java.util.logging.Logger log = java.util.logging.Logger.getLogger(LogExample.class.getName());

@Log4j =

privatestaticfinal org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(LogExample.class);

@Log4j2 =

privatestaticfinal org.apache.logging.log4j.Logger log = org.apache.logging.log4j.LogManager.getLogger(LogExample.class);

@Slf4j =

privatestaticfinal org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(LogExample.class);

@XSlf4j =

privatestaticfinal org.slf4j.ext.XLogger log = org.slf4j.ext.XLoggerFactory.getXLogger(LogExample.class);

 

 

分享到:
221
评论

相关推荐

    解压软件 ZArchiver.apk

    解压软件 ZArchiver.apk

    毕设项目:基于SSM框架+mysql开发的教务管理系统分前后台【附含源码+数据库+毕业论文】

    二、技术实现 后端:spring,springmvc,mybatis,mysql 前端采用:vue,css 运行环境及开发工具:jdk8,idea或者eclipse,Navicat 三、系统功能 系统登录角色分为:管理员、老师、学生 用户登录 用户注册 首页 个人中心 修改密码 个人信息 班级管理 成绩类型管理 公告类型管理 教程类型管理 第几节管理 院系管理 职称管理 专业管理 公告管理 课程管理 成绩管理等功能

    设计和仿真一个用于控制双质量弹簧阻尼系统位移的多变量控制系统.docx

    设计和仿真一个用于控制双质量弹簧阻尼系统位移的多变量控制系统.docx

    1-全国各地级市金融机构本外币与人民币存款和贷款2010-2020年-社科数据.zip

    这份数据集详细记录了2010至2020年间中国各城市金融机构的本外币存款和人民币贷款情况。数据涵盖了商业银行、农村合作银行、信用社等多种金融机构的存款数据,包括本币和外币存款情况。这些数据不仅反映了各城市金融机构的存款规模,也为分析金融市场的发展趋势、资金流动状况及城市经济活动提供了重要视角。数据来源于中国区域统计年鉴和各省市统计年鉴,以面板数据形式呈现,包含1948个样本。通过这些数据,金融机构、政策制定者、研究人员和投资者可以深入了解各城市的金融市场格局,辅助做出更准确的决策和分析。

    开发一个带有 PCIe Endpoint 设备的驱动程序并实现热插拔功能.docx

    开发一个带有 PCIe Endpoint 设备的驱动程序并实现热插拔功能

    NovaMaker-2.4.29-win-64-bit.zip

    NovaMaker-2.4.29-win-64-bit.zip

    Spring Boot相关的资源.txt

    Spring Boot相关的资源.txt

    Hive简易操作入门中文最新版本

    本文档主要讲述的是Hive简易操作入门;本流程中以putty为例,如果使用别的SSH客户端,界面上会不同,基本过程相似。希望本文档会给有需要的朋友带来帮助;感兴趣的朋友可以过来看看

    ASP+ACCESS软件信息发布系统设计(源代码+论文+开题报告+任务书+答辩PPT)(源代码+论文+说明文档).zip

    【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、python、web、C#、EDA、proteus、RTOS等项目的源码。【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。

    浅析Sybase数据库系统性能调优中文最新版本

    本文档主要讲述的是浅析Sybase数据库系统性能调优;性能调优”是对应用程序的性能优化。SYBASE数据库“性能调优”的主要目的是减少对系统公共资源的争用。对sybase数据库系统的性能进行优化,是一项长期且受诸多因素影响的工作,希望本文档会给有需要的朋友带来帮助;感兴趣的朋友可以过来看看

    用VBS制作自己的进度条

    用VBS制作自己的进度条

    校际运动会管理系统程序设计基础课程设计报告.doc

    校际运动会管理系统程序设计基础课程设计报告.doc

    ORACLECRS日常维护命令中文最新版本

    本文档主要讲述的是ORACLE CRS日常维护命令;希望本文档会给有需要的朋友带来帮助;感兴趣的朋友可以过来看看

    [net毕业设计]ASP.NET教务信息管理系统的设计与实现(源代码+论文).zip

    【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、python、web、C#、EDA、proteus、RTOS等项目的源码。【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。

    1-全国各省商品市场分割指数相对价格法计算过程+计算结果2000-2020年-社科数据.zip

    全国各省商品市场分割指数相对价格法的计算过程和结果数据集提供了2000至2020年间中国各省份市场分割的量化分析。该数据集基于12大类商品,包括粮食、纺织品、服装鞋帽等,利用地区间商品价格差异来分析市场分割状况。核心计算方法为相对价格法,通过比较不同地区同一商品的价格指数,来衡量市场分割程度。数据集包含原始数据、计算过程和最终结果,原始数据主要来源于统计年鉴中的商品价格指数。计算步骤包括计算历年资本边际产出比值、求均值、方差等,最终得出资本市场一体化程度。该数据集为研究中国国内市场一体化进程提供了重要参考。

    1-全国上市公司绿色投资者原始数据+计算代码+参考文献2008-2022年-社科数据.zip

    全国上市公司绿色投资者数据集(2008-2022年)提供了中国上市公司在环保和可持续发展方面的资金吸引力的详细视角。该数据集涵盖了股票代码、年份、会计年度、股票简称、STPT标识、行业名称及代码,以及绿色投资者数量等关键指标。它记录了超过42,000个观测值,涉及4,700多家样本企业,为投资者、金融分析师、政策制定者和环境研究者提供了评估企业环保表现、理解绿色投资趋势以及制定相关策略的辅助工具。数据集包括是否有绿色投资者的虚拟变量,以及绿色投资者数目加1的自然对数两个指标,可以用于衡量企业绿色治理情况。这些数据不仅展示了中国上市公司在环境保护方面的资金流向,也反映了投资者对绿色投资的关注动态,对于研究绿色投资与企业行为的关系提供了宝贵的实证数据支持。

    15da2b5d3ceeddc8af2f6a7eed26d7e0.JPG

    15da2b5d3ceeddc8af2f6a7eed26d7e0.JPG

    前端工程化实践课程下载

    视频课程下载——前端工程化实践

    yolo算法-行人数据集-7203张图像带标签-人-主人.zip

    yolo系列算法目标检测数据集,包含标签,可以直接训练模型和验证测试,数据集已经划分好,包含数据集配置文件data.yaml,适用yolov5,yolov8,yolov9,yolov7,yolov10,yolo11算法; 包含两种标签格:yolo格式(txt文件)和voc格式(xml文件),分别保存在两个文件夹中; yolo格式:<class> <x_center> <y_center> <width> <height>, 其中: <class> 是目标的类别索引(从0开始)。 <x_center> 和 <y_center> 是目标框中心点的x和y坐标,这些坐标是相对于图像宽度和高度的比例值,范围在0到1之间。 <width> 和 <height> 是目标框的宽度和高度,也是相对于图像宽度和高度的比例值

Global site tag (gtag.js) - Google Analytics