摘要: /************* vbs start*******************/// qq 发送var json=JSON.stringify({type:"qq",qq:"6788897222 ",message:"hello nihao."});messageNotificationCe 阅读全文
posted @ 2021-11-29 20:05 吃饭了吗 阅读(63) 评论(0) 推荐(0) 编辑
摘要: <html> <body> <style>input[type='checkbox']{ width: 14px; height: 14px; background-color: #fff; appearance:none; -webkit-appearance:none; -o-appearanc 阅读全文
posted @ 2021-06-18 18:54 吃饭了吗 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 需要使用色 #ec6337(当然可以是任意颜色),解决问题:记住密码定制 CheckBox,解释全在注释里 主要使用到 ::before 或 ::after 伪类处理,伪装成内部的那个勾 html <label> <input type="checkbox" /> // 注意嵌在 label 里面 阅读全文
posted @ 2021-05-10 19:06 吃饭了吗 阅读(2191) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="utf-8"> <title></title> <style type="text/css"> .foot{width: 100%; height: 30px; border: 1px solid #d2d2d2; 阅读全文
posted @ 2021-01-18 18:08 吃饭了吗 阅读(989) 评论(0) 推荐(0) 编辑
摘要: html-webpack-plugin详解 引言 最近在react项目中初次用到了html-webapck-plugin插件,用到该插件的两个主要作用: 为html文件中引入的外部资源如script、link动态添加每次compile后的hash,防止引用缓存的外部文件问题 可以生成创建html入口 阅读全文
posted @ 2021-01-05 14:43 吃饭了吗 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: 浏览器缓存(一):强缓存 MEMORY CACHE 和 DISK CACHE 日志 2020年05月9日 WUWEIWEI 发表回复 关于memory cache 和 disk cache 随便浏览一个网站: 首次打开,或者开启浏览器的 Disable Cache(浏览器的Network下, 与Pr 阅读全文
posted @ 2020-11-26 21:55 吃饭了吗 阅读(2239) 评论(0) 推荐(1) 编辑
摘要: mongodb之图聚合查询 之图查询$graphLookup wyg_031113 2020-06-30 13:08:10 230 收藏 文章标签: mongodb 版权 mongodb之图聚合查询 之图查询$graphLookup 官网的流程解释: $graphLookup Performs a 阅读全文
posted @ 2020-09-22 18:05 吃饭了吗 阅读(675) 评论(0) 推荐(0) 编辑
摘要: LiquidCrystal库函数 主要资料来源: 极客工坊-知识库 (LiquidCrystal库地址:http://wiki.geek-workshop.com/doku.php?id=arduino:libraries:liquidcrystal) 参考: http://blog.sina.co 阅读全文
posted @ 2020-09-13 14:57 吃饭了吗 阅读(594) 评论(0) 推荐(0) 编辑
摘要: Arduino教程 LCD 1602 [复制链接] 电梯直达 楼主 xuwei 发表于 2015-6-24 14:57 | 只看该作者 练习使用HD44780 相容的文字型LCD(Liquid crystal display),在2×16 LCD 上显示”Hello World” 讯息。 2×16 阅读全文
posted @ 2020-09-13 14:18 吃饭了吗 阅读(493) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud Config 实现配置中心,看这一篇就够了 Spring Cloud Config 是 Spring Cloud 家族中最早的配置中心,虽然后来又发布了 Consul 可以代替配置中心功能,但是 Config 依然适用于 Spring Cloud 项目,通过简单的配置即可实 阅读全文
posted @ 2020-09-07 14:26 吃饭了吗 阅读(410) 评论(0) 推荐(0) 编辑