上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 88 下一页
摘要: ![Logo for clipboard-polyfill: an icon of a clipboard fading into a drafting paper grid.](clipboard-polyfill-logo.svg) # `clipboard-polyfill` Makes co 阅读全文
posted @ 2022-10-17 14:55 徐同保 阅读(13) 评论(0) 推荐(0) 编辑
摘要: VSCode(全称:Visual Studio Code)是一款由微软开发且跨平台的免费源代码编辑器。该软件支持语法高亮、代码自动补全(又称 IntelliSense)、代码重构、查看定义功能,并且内置了命令行工具和 Git 版本控制系统。用户可以更改主题和键盘快捷方式实现个性化设置,也可以通过内置 阅读全文
posted @ 2022-10-11 10:45 徐同保 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 很多开发者可能用过Blob,但是却并没有认真了解过Blob是什么?Blob的API有哪些?我们什么时候会用到Blob? 下面跟我一起详细了解下Blob吧~ 一、Blob 是什么 Blob(Binary Large Object)表示二进制类型的大对象。在数据库管理系统中,将二进制数据存储为一个单一个 阅读全文
posted @ 2022-10-10 11:05 徐同保 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://www.sequelize.cn/ Sequelize 是一个基于 promise 的 Node.js ORM, 目前支持 Postgres, MySQL, MariaDB, SQLite 以及 Microsoft SQL Server. 它具有强大的事务支持, 关联关系, 预读和延 阅读全文
posted @ 2022-09-29 18:50 徐同保 阅读(4) 评论(0) 推荐(0) 编辑
摘要: vue.config.js: devServer: { // 反向代理配置 proxy: { '/api': { target: 'https://www.baidu.com', ws: true, } } }, https://cli.vuejs.org/zh/config/#devserver- 阅读全文
posted @ 2022-09-23 16:17 徐同保 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Debugging Guide This guide will help you get started debugging your Node.js apps and scripts. Enable Inspector When started with the --inspect switch, 阅读全文
posted @ 2022-09-22 16:49 徐同保 阅读(5) 评论(0) 推荐(0) 编辑
摘要: X-Forwarded-For(XFF)是用来识别通过HTTP代理或负载均衡方式连接到Web服务器的客户端最原始的IP地址的HTTP请求头字段。 Squid 缓存代理服务器的开发人员最早引入了这一HTTP头字段,并由IETF在HTTP头字段标准化草案中正式提出。 当今多数缓存服务器的用户为大型ISP 阅读全文
posted @ 2022-09-22 11:08 徐同保 阅读(248) 评论(0) 推荐(0) 编辑
摘要: fs.createReadStream(path[, options])# 版本历史 path "><string> | "><Buffer> | "><URL>options "><string> | "><Object> flags "><string>encoding "><string>fd 阅读全文
posted @ 2022-09-21 11:59 徐同保 阅读(14) 评论(0) 推荐(0) 编辑
摘要: log4js-node This is a conversion of the log4js framework to work with node. I started out just stripping out the browser-specific code and tidying up 阅读全文
posted @ 2022-09-21 11:43 徐同保 阅读(15) 评论(0) 推荐(0) 编辑
摘要: node项目使用eslint(自动监控文件变化) ESLint简介 ESLint 是一个语法规则和代码风格的检查工具,可以用来保证写出语法正确、风格统一的代码。 不管是多人合作还是个人项目,代码规范是很重要的。这样做不仅可以很大程度地避免基本语法错误,也保证了代码的可读性。这所谓工欲善其事,必先利其 阅读全文
posted @ 2022-09-19 13:32 徐同保 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 88 下一页