生命箴言
敬畏耶和华是智慧的开端;认识至圣者便是聪明。——圣经·箴言
ppt ppt
如何获取 ppt 内的所有文件 可以看下microsoft中的介绍,一下为其中一段话 If you want to separately use files or objects from a PowerPoint presentatio
2022-05-15 enochjs
MIME MIME
title: 媒体编码date: 2022-05-14 19:39:40tags: MIME (Multipurpose Internet Mail Extensions) 媒体类型(通常称为 Multipurpose Internet
2022-05-15 enochjs
Parallels17 Parallels17
解决 Parallels Desktop 17 无法连接网络问题 修改一下两个配置文件 /Library/Preferences/Parallels/dispatcher.desktop.xml 修改 dispatcher.desktop.
2022-05-03 enochjs
rocketmq rocketmq
记一次使用 docker 安装 rocketMQ,记录基本概念 消息模型(Message Model) RocketMQ主要由 Producer、Broker、Consumer 三部分组成,其中Producer 负责生产消息,Consum
2022-04-23
typeORM typeORM
介绍 TypeORM 是一个 ORM(object-relational mapping)框架,可以在能执行 js 或者 ts 的环境中使用 设计目标:让你可以用最少的 js 代码,完成各种数据库操作 TypeORM 同时支持 Active
2022-03-08
react-native-vector-icons 安装使用 react-native-vector-icons 安装使用
介绍 react-native 字体图标库 支持字体图标库 AntDesign Entypo EvilIcons Feather FontAwesome FontAwesome 5 Fontisto Foundation Ionicons
2022-02-16
TS-decorator TS-decorator
概念ts 文档 With the introduction of Classes in TypeScript and ES6, there now exist certain scenarios that require additiona
HSTS HSTS
HSTS是什么HSTS全称HTTP Strict-Transport-Security The HTTP Strict-Transport-Security response header (often abbreviated as HST
2021-02-26
charles总结 charles总结
charles 是什么?官方解释: Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of th
2021-02-25
axios总结 axios总结
介绍 Axios 是一个基于 promise 的 HTTP 库,可以用在浏览器和 node.js 中。 本文主要是基于axios官方文档,想了解更多,请移步github 后面有一个execl下载的实现demo,有需要可以看下 axios.d
2020-09-17
react-batch-update策略 react-batch-update策略
先思考两个问题 一个function多次setstate export default function Parent() { let [count, setCount] = useState(0); function handleCli
2020-09-11
解决canvas绘图模糊问题 解决canvas绘图模糊问题
相关概念 像素 像素,图像显示的基本单位,英文pixel(picture + element) 显示器的一个像素就是一个方格,电脑显示器、手机显示器,都是由一个个方格像素点组成,类似于显示的基本单位 一个像素点,同一时刻只能显示一种颜色,这
2020-09-03
1 / 2