摘要: https://zhuanlan.zhihu.com/p/60703832 1、使用 文件名:excel.go $ go mod init excel $ go get github.com/xuri/excelize/v2 $ go run excel.go #生成.exe $ go build 阅读全文
posted @ 2022-01-12 20:47 Marhey 阅读(108) 评论(0) 推荐(0)
摘要: Gulpjs 个人使用指南 1、基础安装 #————01、安装gulp命令行工具 npm i --global gulp-cli #————02、创建项目目录并进入 npx mkdir proj cd proj #————03、NPM初始化,创建package.json文件 npm init #—— 阅读全文
posted @ 2022-01-12 20:38 Marhey 阅读(78) 评论(0) 推荐(0)
摘要: 鼠标hover时,下划线从中间向两侧运动 CSS实现: /* Underline From Center */.te-underline-from-center { display: inline-block; vertical-align: middle; -webkit-transform: p 阅读全文
posted @ 2022-01-12 20:37 Marhey 阅读(107) 评论(0) 推荐(0)
摘要: ## wooCommerce 当价格变更为零时,触发询单模式 ### 代码参考1: ```php get_price() == 0 ){ remove_action('woocommerce_single_product_summary','woocommerce_template_single_a 阅读全文
posted @ 2022-01-12 20:28 Marhey 阅读(114) 评论(0) 推荐(0)
摘要: 示例appid: 1103299303745016 https://www.facebook.com/dialog/share? app_id=1103299303745016 &display=popup &href=https%3A%2F%2Fwww.example.com%2Faa26%2F 阅读全文
posted @ 2022-01-12 20:23 Marhey 阅读(338) 评论(0) 推荐(0)
摘要: 使用WebP WebP旨在缩减图片尺寸,并且效果十分可观,尤其是面对png格式的图片时,表现更是让人伸向深刻。 #——原图 fm_1.png 573kb #——转换成webp后 fm_1.webp 36kb Node生成 $ npm install cwebp $ cwebp -q 75 -m 4 阅读全文
posted @ 2022-01-12 19:37 Marhey 阅读(178) 评论(0) 推荐(0)
摘要: 星期五 12:15 [Kim's Note] When Americans speak they like to use as few words as possible to get their meaning across. Learning these spoken elements will 阅读全文
posted @ 2019-03-22 13:03 Marhey 阅读(603) 评论(0) 推荐(0)
摘要: 在WordPress和cnblogs之间切换,搭Open Live Writer 出现“已停止工作”故障。机器都是64bit Win7,百度和gg各种搜,真是太浪费时间。工具的意思就是用好用的,用能用的。 解决办法:换版本,下载OLW_0.5.00 附→可能有用的资源: 1、园里的 OLW配置教程 2、代码高亮纯CSS版 效果: 1234567891011121314 ... 阅读全文
posted @ 2017-09-01 15:52 Marhey 阅读(325) 评论(0) 推荐(0)
摘要: 因为Google上不了的原因,找个301设置的办法都显得困难了许多。安装的是来自lamp.sh的LAMP,整体使用流畅,但是其中有一个比较诡异的地方,aaa.com会间隔一段时间之后会自动301到www.aaa.com,至今在.conf文件里还没发现原因。 ------------ 需求:bbb.com www.bbb.com 跳转到 www.aaa.com , 解决:在网站目录 /data/w... 阅读全文
posted @ 2016-10-04 12:04 Marhey 阅读(381) 评论(0) 推荐(0)