随笔- 488
文章- 1
评论- 31
阅读-
144万
11 2021 档案
MapStruct填坑 -- 重新生成实现类(转)
摘要:mapstruct是一个编译期生成实现类的对象映射工具,但是坑也非常多。网上搜索最多的是它和lombok框架同时使用时的一些bug。但是有一个bug我是在网上搜了好多都没有解答。这个bug也跟mapstruct在编译期生成实现类有关,就是当我们去修改entity(或者称dto)的字段时,它并不会生成
阅读全文
This domain is not registered with TinyMCE Cloud
摘要:参考: https://www.cnblogs.com/wisewrong/p/8985471.html https://www.jianshu.com/p/ce7783c8187d(没什么用) 真正解决问题的: 参考:https://github.com/tinymce/tinymce-vue/i
阅读全文
为html select添加自定义属性
摘要:https://stackoverflow.com/questions/46600612/html-select-onchange-get-custom-attribute-value-set-to-other-input-value $(function() { $('select.form-co
阅读全文
async和await的返回值——NodeJS, get return value from async await
摘要:async和await的返回值——NodeJS, get return value from async await 理解 JavaScript 的 async/await Js<async/await的使用> 如何正确合理使用 JavaScript async/await ! promise as
阅读全文
prometheus监控之自动发现(转)
摘要:prometheus监控之自动发现 备注:此方案并不是常见的配置好一个node_exporter,服务端就自动抓取的场景。那个常用方案是consoul
阅读全文