随笔分类 - 测试
摘要:使用webpack初始化工程, 写了个简单的js函数, 想将其打包成exe执行, 在build的时候报错 Error: Requires Babel "^7.0.0-0", but was loaded with "6.26.3". If you are sure you have a compat
阅读全文
摘要:后端 引入依赖 <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.8.5</version> </dependency> <dependency> <groupId>org
阅读全文
摘要:参考 https://icloudnative.io/posts/multiarch-docker-with-buildx/
阅读全文
摘要:原来一直用navicat管理SQLite感觉挺方便的, 后来用SQLiteSpy可以拖拽sqllite文件直接查看, 最近发现了一款开源的产品DB Browser for SQLite体验是最好的, 支持windows, macos, linux, 支持中文 软件下载地址:https://sqlit
阅读全文
摘要:复制网易云歌单的外链播放器,将其中的with和height加上双引号,如下 <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width="330" height="450" src="//music.163.c
阅读全文