会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lshan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
83
下一页
2022年1月12日
redis 6.2.6 集群高可用安装 (docker)
该文被密码保护。
阅读全文
posted @ 2022-01-12 19:45 lshan
阅读(1)
评论(0)
推荐(0)
编辑
2022年1月11日
ubuntu20.04 修改 DNS ip
摘要: 1.Ubuntu20.04 LTS版本修改DNS 修改 /etc/systemd/resolved.conf 文件,在其中添加dns信息 sudo vim /etc/systemd/resolved.conf DNS=8.8.8.8然后退出保存。 在ubuntu终端中依次执行如下命令: sudo s
阅读全文
posted @ 2022-01-11 11:15 lshan
阅读(3615)
评论(0)
推荐(1)
编辑
2022年1月10日
properties to json (通过前缀手动创建json, bean) propsutils & ( yml ymal 转json)
摘要: 问题: 动态修改配置文件,让服务感知,动态刷新内存中的数据,立马生效 此时需要手动将properties 转 bean , 替换内存数据 1. properties 转Json 2.yml 转Json 1. properties 转Json eg: properties: name = sea ad
阅读全文
posted @ 2022-01-10 10:35 lshan
阅读(682)
评论(0)
推荐(0)
编辑
2021年12月22日
springboot 运行时复制jar中的文件夹到本地 FileUtils
摘要: 场景: springboot项目运行时从配置文件夹 加载多个配置,读取路径:Paths.get("src/main/resources/conf"), 在idea中运行是可以读取到的 但是以jar 的方式运行,加载jar中的文件夹,配置无法加载. 换成读取jar中的绝对路径 String path
阅读全文
posted @ 2021-12-22 11:50 lshan
阅读(1374)
评论(0)
推荐(0)
编辑
2021年12月21日
Drill 常用时间函数 drill
摘要: doc: https://drill.apache.org/docs/date-time-functions-and-arithmetic/ 最底部是MySQL常用日期 转换函数 date_format(now(), '%Y-%m-%d %H:%i:%S') Drill 时间常用案例: unix_t
阅读全文
posted @ 2021-12-21 15:26 lshan
阅读(364)
评论(0)
推荐(0)
编辑
2021年12月16日
SpiderHttpUtils (java 爬虫工具类& xpathutils, httputils)
该文被密码保护。
阅读全文
posted @ 2021-12-16 18:55 lshan
阅读(0)
评论(0)
推荐(0)
编辑
2021年12月8日
mongo 对数组元素及内嵌文档进行增删改查操作
摘要: springboot 2.2.5 比如我有一个user类,他包含一个标签属性,这个标签是一个数组,数组里面的元素是内嵌文档,格式如下: { "_id" : "195861", "tags" : [ { "tagId" : NumberLong(766), "optDate" : ISODate("2
阅读全文
posted @ 2021-12-08 10:28 lshan
阅读(913)
评论(0)
推荐(0)
编辑
2021年12月3日
tesseract 4.1 训练(train)-- 基于jTessBoxEditorFX
摘要: EVN: Ubuntu16.04 1.安装 tessract-orc 1.1.tesseract-ocr安装 ( 默认安装路径:/usr/share/tesseract-ocr/4.00/tessdata) sudo add-apt-repository ppa:alex-p/tesseract-o
阅读全文
posted @ 2021-12-03 12:32 lshan
阅读(1312)
评论(1)
推荐(0)
编辑
2021年11月26日
ubuntu16 npm 安装路径
摘要: 查看npm安装路径: 查看配置: npm config ls 查看配置所有: npm config ls -l 查看npm全局安装位置:npm config get prefix 设置位置:npm config set prefix 填写位置 npm全局安装位置,都在lib下面: sea@sea:/
阅读全文
posted @ 2021-11-26 17:44 lshan
阅读(585)
评论(0)
推荐(0)
编辑
2021年11月19日
PIL图像处理模块,功能强大、简单易用(转)
摘要: 作者:@古明地盆喜欢这篇文章的话,就点个关注吧,或者去bilibili看看我也行,虽然啥也没有。:https://space.bilibili.com/12921175 楔子 PIL 是一个专门用来处理图像的模块,可以对图象进行各种各样的变换,下面我们就来看看这个模块用法。 首先需要安装,直接 pi
阅读全文
posted @ 2021-11-19 18:37 lshan
阅读(1089)
评论(0)
推荐(0)
编辑
上一页
1
···
9
10
11
12
13
14
15
16
17
···
83
下一页