/images/avatar.png

Welcome

小程序布局

let systemInfo = wx.getSystemInfoSync() // 微信提供的是px // px转换到rpx的比例 let pxToRpxScale = 750 / systemInfo.windowWidth; // 状态栏的高度 let ktxStatusHeight = systemInfo.statusBarHeight * pxToRpxScale // 导航栏的高度 let navigationHeight = 44 * pxToRpxScale // window的宽度 let ktxWindowWidth =

开源Blog框架介绍

Blog 技术 特色 官网 Hexo Node.js 静态博客框架,快速、简洁且高效,支持所有的GitHub Markdown特性 https://hexo.io/zh-cn/ Hugo Go语言 静态博客框架,使用Markdown语

Lama Cleaner AI去水印

项目地址 https://github.com/Sanster/lama-cleaner 在线版 Lama Cleaner Lama - a Hugging Face Space by Sanster 环境 Python 快速启动 pip install lama-cleaner lama-cleaner --model=lama --device=cpu --port=8080 参考链接 【教程】去水印开源工具Lama Cleaner在Windows的安装和