- 发布于2025-01-22 11:51:35
AI图片制作
pinterest 找差不多图片 扔给豆包 做一个类似的. 美图秀秀 简单 优化下,消除一些点等 https://www.iloveimg.com/zh-cn/compress-image 压缩图片 推荐下 豆包 idea 扩展: 点击体验:https...赞评论浏览 254 - 发布于2025-01-21 09:22:35
m 芯片 mac 挂在 ntfs 盘
Hasleo NTFS For Mac 免费 https://www.easyuefi.com/ntfs-for-mac/ntfs-for-mac.html 手动从 菜单栏 mount、挂载赞评论浏览 276 - 发布于2024-12-31 16:47:30
el-table横向滚动条
<style lang="scss" scoped> ::v-deep .el-table__body-wrapper::-webkit-scrollbar { // width: 20px; /* 纵向滚动条 */ height: 8px; /*...赞评论浏览 386 - 发布于2024-12-27 15:19:48
行转列 显示table 笔记
要显示成这样: 用前端reduce的方式 this.tableDataSell = dd.reduce((acc, item) => { let category = acc.find((entry) => entry...赞评论浏览 445 - 发布于2023-12-25 15:17:02
mysql Exists 用法
用法:Select * from TableA a where Not Exists (Select * from TableB b where a.id=b.id and a.name=b.name); 1、Not Exists 用在where之...赞评论 1浏览 835 - 发布于2024-11-15 13:37:43
替代nginx 的caddy 配置
尤其在不能上网的机器 (传统企业开发) Caddyfile 配置 :80 { log { output file /var/log/caddy/access.log { roll_size_mb 10 ...赞评论浏览 577