上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页
摘要: 参考: https://www.jb51.net/article/146092.htm https://blog.csdn.net/CrazBarry/article/details/96149496 如下没有所谓锯齿问题,参考链接中说的锯齿可能是弧线跟直线交叉,或者边线重叠产生的。 /** * * 阅读全文
posted @ 2021-05-08 11:25 居无常 阅读(2567) 评论(0) 推荐(0) 编辑
摘要: 语义化版本 2.0.0 源地址传送门 摘要 版本格式:主版本号.次版本号.修订号,版本号递增规则如下: 主版本号:当你做了不兼容的 API 修改, 次版本号:当你做了向下兼容的功能性新增, 修订号:当你做了向下兼容的问题修正。 先行版本号及版本编译元数据可以加到“主版本号.次版本号.修订号”的后面, 阅读全文
posted @ 2021-05-06 11:12 居无常 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 安装 使用npm 全局安装即可 npm install -g verdaccio 运行 安装完成后直接输入 verdaccio 命令即可运行 这时候我们打开浏览器输入 http://localhost:4873/ 即可打开 如何使用#当前npm 服务指向 本地 npm set registry ht 阅读全文
posted @ 2021-04-30 17:57 居无常 阅读(603) 评论(0) 推荐(0) 编辑
摘要: npm 很早就支持了 scope 功能,当前很多流行的库采用这种形式发布,如 babel: { "devDependencies": { "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@b 阅读全文
posted @ 2021-04-30 17:30 居无常 阅读(2563) 评论(0) 推荐(0) 编辑
摘要: 在自己搭建Verdaccio服务器上发布自己的npm项目 发布包 npm publish 取消发布 npm unpublish 包名|包名+版本 --force(可选) scope作用 参考:https://docs.npmjs.com/about-scopes @ 和 / 之间的部分就是scope 阅读全文
posted @ 2021-04-30 17:04 居无常 阅读(936) 评论(0) 推荐(0) 编辑
摘要: 1.临时使用 npm --registry https://registry.npm.taobao.org install express 2.持久使用 npm config set registry https://registry.npm.taobao.org 配置后可通过下面方式来验证是否成功 阅读全文
posted @ 2021-04-30 15:50 居无常 阅读(1039) 评论(0) 推荐(0) 编辑
摘要: nrm(npm registry manager )是npm的镜像源管理工具,有时候国外资源太慢,使用这个就可以快速地在 npm 源间切换 假如你搭建个人或者公司的npm服务器,使用nrm快速切换源是很必要的。 1.安装nrm 行执下面命令,全局安装nrm: npm install -g nrm 2 阅读全文
posted @ 2021-04-30 14:16 居无常 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 演示地址: https://codepen.io/alphardex/pen/BaQYXvy 原文: https://mp.weixin.qq.com/s/bS8IXkdDyiO2I3o0UNRUBQ html <div class="relative w-screen h-screen"> <di 阅读全文
posted @ 2021-04-26 14:51 居无常 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 单点服务器:https://github.com/skoruba/IdentityServer4.Admin index.html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>登录</title> <script src=" 阅读全文
posted @ 2021-03-26 16:23 居无常 阅读(976) 评论(0) 推荐(0) 编辑
摘要: (!(~+[])+{})[--[~+""][+[]]*[~+[]]+~~!+[]]+({}+[])[[~!+[]]*~+[]] 阅读全文
posted @ 2021-03-18 09:28 居无常 阅读(87) 评论(1) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页