在线制作gif icon
慎重和检点是女孩子最好的才智——夏洛蒂·勃朗特 分享一个在线制作gif icon的网站: https://loading.io/ 非常的好用
get请求包参数属性为数组(二)
伤害可能被原谅,但不会被遗忘——伊索 之前写过一篇get请求包含参数属性为数组 但是发现不适用数组不为对象的情况,例如ids: [1024, 2048, 4096],而且可读性有点差,使用起来还得转下参数,所以封装了改良版 1234567891011121314151617181920212223242526272829303132333435let searchParams = { current: 1, size: 1, orders: [ { column:'age', asc:true }, { column:'name', asc:true } ], ids: [1024, 204...
filterTree递归树过滤实现
二人同心,其利断金;同心之言,其臭如兰——《周易·系辞上》 引入依赖: 123456<!-- https://search.maven.org/artifact/io.github.vampireachao/stream-query --><dependency> <groupId>io.github.vampireachao</groupId> <artifactId>stream-core</artifactId> <version>${stream-query-version}</version></dependency> 使用: 1234567891011121314151617181920212223242526272829303132333435363738394041424344@Test void testFilterTree() { List<Student> studentTr...
parceljs
趋炎附势的人,不可与其共患难。——拜伦 分享一个前端打包工具 官方文档:https://parceljs.org/ 中文文档:https://www.parceljs.cn/ 非常好用
springboot,get传日期格式转换
男女双方愿意相互观察是爱情的第一征象——瓦西列 对于这种请求: 1http://api.achao.cn/example?date=2022-11-09 我们可以配置转换器,mvc则会自动帮我们转 12345678910111213141516171819202122232425262728293031323334353637383940import cn.hutool.core.date.DatePattern;import io.github.vampireachao.stream.core.optional.Sf;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.annotation.Configuration;import org.springframework.core.convert.ConversionService;import org.springframework.core.convert.converter.C...
flexboxdefense
理解绝对是养育一切友情之果的土壤——威尔逊 分享一个还不错的网站: http://www.flexboxdefense.com/ 其可以通过塔防游戏的方式,来让玩家学习flex布局 一共12关,每一关都精心设计
activeError: error:0308010C:digital envelope routines::unsupported
苛求君子,宽纵小人,自以为明察秋毫,而实则反助小人张目——鲁迅 昨天遇到这个报错了: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152PS D:\project\promotion\vue\gridsome-starter-default-master> gridsome developGridsome v0.7.23Initializing plugins...Load sources - 0sCreate GraphQL schema - 0.03sCreate pages and templates - 0.15sGenerate temporary code - 0.57sBootstrap finish - 8.57s10% building 1/1 modules 0 activeError: error:0308010C:digital envelope routines::unsupported at new...
奇特的emoji
君子之交淡若水,小人之交甘若醴;君子淡以亲,小人甘以绝——庄周 分享一个emoji小技巧 123[...'👨👧👦'] // ['👨', '', '👧', '', '👦']'👨👧👦'.replace('👦','👧') // '👨👧👧''👨👧👦'.replace('👧','👦') // '👨👦👦' 哈哈哈
emoji大全
豁达的心胸能够修补专事诽谤的恶舌——荷马 分享一个开源库 https://github.com/ikatyang/emoji-cheat-sheet 其中收录了大部分emoji以及对应的markdown emoji-cheat-sheet This cheat sheet is automatically generated from GitHub Emoji API and Unicode Full Emoji List. Table of Contents Smileys & Emotion People & Body Animals & Nature Food & Drink Travel & Places Activities Objects Symbols Flags GitHub Custom Emoji Smileys & Emotion Face Smiling Face Affection Face Tongue Face Hand Face Neutral Skeptical Face Sleepy Fa...
jenkins升级坑
过度的严厉会造成恐惧,过分的温和会有失威严。不要严厉得使人憎恶,也不要温和得使人胆大妄为——萨迪 今天看到ubuntu上的jenkins这里有提示 点了一下,提示有新版本更新 又手贱点了一下,然后完蛋,过了一会儿,jenkins挂掉了 我打开finalShell(sh连接客户端)尝试重启 1systemctl start jenkins 提示启动失败,使用 123systemctl status jenkins# 或者journalctl -xe 查看详情,但是我没看明白报错 又试了试 1jenkins start 这次看懂了,提示java版本不对,需要java 11 or 17 1Jenkins requires Java versions [17, 11] but you are running with Java 1.8 from /jdk路径/java 原来升级了需要新jdk,那就去下一个,然后指定一下jenkins启动使用jdk11嘛 总不能升级当前所有jdk环境为java11吧,迁移成本太大了 于是下载jdk11 1wget https://repo....
