随笔分类 -  技术 / 小技巧

主要是工作中常用到的一下方法,作为记录
摘要:![image](https://img2024.cnblogs.com/blog/826913/202403/826913-20240307215417365-1068493345.png) 阅读全文
posted @ 2024-03-07 21:54 LHX2018 阅读(2) 评论(0) 推荐(0) 编辑
摘要:0.背景 文件url 文件名 /usr/local/img/goods/1/2021-12-22-e05bb433bc7a451ca5d7cc9d505d8ed8.jpg 酸枣糕.jpg /usr/local/img/goods/2/2021-12-21-e05bb433bc7a451ca5d7cc 阅读全文
posted @ 2021-12-22 14:28 LHX2018 阅读(417) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/Higherbrothers/article/details/114292959 阅读全文
posted @ 2021-12-08 14:52 LHX2018 阅读(820) 评论(0) 推荐(0) 编辑
摘要:参考博客:https://blog.csdn.net/zjhred/article/details/84976734 阅读全文
posted @ 2021-11-01 10:02 LHX2018 阅读(28) 评论(0) 推荐(0) 编辑
摘要:参考博客:https://blog.csdn.net/ywb201314/article/details/107762279 阅读全文
posted @ 2021-10-29 16:01 LHX2018 阅读(403) 评论(0) 推荐(0) 编辑
摘要:0.参考博客:https://blog.csdn.net/weixin_39468112/article/details/89203815 1.首先安装openOffice4.1 2.添加依赖 <dependency> <groupId>org.jodconverter</groupId> <art 阅读全文
posted @ 2021-10-29 15:25 LHX2018 阅读(472) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_34004088/article/details/102831160 阅读全文
posted @ 2021-10-29 13:58 LHX2018 阅读(148) 评论(0) 推荐(0) 编辑
摘要:参考博客:https://www.cnblogs.com/hmy-1365/p/12923435.html 阅读全文
posted @ 2021-10-29 13:57 LHX2018 阅读(22) 评论(0) 推荐(0) 编辑
摘要:参考博客:https://blog.csdn.net/qq_32042527/article/details/88084130 阅读全文
posted @ 2021-10-29 13:55 LHX2018 阅读(104) 评论(0) 推荐(0) 编辑
摘要:参考博客:https://blog.csdn.net/m0_55485287/article/details/115207178 在哪个文件编辑? 1.找到使用的主题,打开主题文件夹 2.找到对应的css文件,比如说github.css 3.修改最大宽度 阅读全文
posted @ 2021-10-29 13:54 LHX2018 阅读(598) 评论(0) 推荐(0) 编辑
摘要:参考博客:https://blog.csdn.net/wangpengfei163/article/details/80900391 阅读全文
posted @ 2021-10-29 13:49 LHX2018 阅读(10) 评论(0) 推荐(0) 编辑
摘要:参考博客:https://blog.csdn.net/qq_40052237/article/details/115794368 http://start.aliyun.com 阅读全文
posted @ 2021-10-29 13:48 LHX2018 阅读(58) 评论(0) 推荐(0) 编辑
摘要:1.参考博客: https://www.jianshu.com/p/fa804c712504 https://mp.weixin.qq.com/s/AXgNnJe8djD901EmhFkWUg 2.logback.xml内容如下: <configuration scan="true" scanPer 阅读全文
posted @ 2021-10-29 13:46 LHX2018 阅读(140) 评论(0) 推荐(0) 编辑
摘要:如果文件是存储在服务器的某个位置,想提供pdf、jpg、png、mp4这些文件的预览功能,可以使用Nginx做虚拟映射,防止他人知道该文件的绝对路径. 如果想预览office文件,先将office文件转为pdf https://www.cnblogs.com/lhxBlogs/p/15480722. 阅读全文
posted @ 2021-10-29 13:32 LHX2018 阅读(1028) 评论(0) 推荐(0) 编辑
摘要:参考博客:https://blog.csdn.net/qq_31984879/article/details/102715335 阅读全文
posted @ 2021-10-29 13:26 LHX2018 阅读(172) 评论(0) 推荐(0) 编辑
摘要:使用场景: 业务部门从系统导出数据给开发人员,打开后数字全部变为科学计数法 参考文章:https://www.zhihu.com/question/20096750 阅读全文
posted @ 2021-10-29 13:09 LHX2018 阅读(88) 评论(0) 推荐(0) 编辑
摘要:参考代码:https://github.com/youcong1996/study_simple_demo 参考博客:https://blog.csdn.net/weixin_37848710/article/details/89522862 PDF内容可能涉及图片、表格、数学公式、化学公司、手写签 阅读全文
posted @ 2021-10-29 11:46 LHX2018 阅读(63) 评论(0) 推荐(0) 编辑
摘要:参考博客:https://blog.csdn.net/qq_32929057/article/details/109291919 # 注意在生产环境注释掉 mubatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout. 阅读全文
posted @ 2021-10-29 11:34 LHX2018 阅读(91) 评论(0) 推荐(0) 编辑
摘要:#防止sql注入,但是会把里面的内容默认为是字符串 使使符号而不是#符号 阅读全文
posted @ 2021-10-28 17:59 LHX2018 阅读(256) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示