这个strapi的汉化问题,被困扰了一下下,这也是吃了英语不好的苦头的。文档已经明明已经写的很清楚了。 原文:https://www.cnblogs.com/xzcike/p/16731953.html 我不知道stra…
如何将自定义 GraphQL 查询添加到 Strapi V4
原文在:https://www.theitsolutions.io/blog/how-to-add-custom-graphql-query-to-strapi-v4 翻译: 在 Strapi V4 中设置新查询、定义新…
SVG图标转字体制作方法
1、PS,图标 导出 为SVG 2、https://www.zhangxinxu.com/sp/svgo/
strapi部署相关问题
环境 以下教程,邮件往上都为V3版本 Node LTS(v12 或 V14)永远不会支持 Node 的奇数版本。 NPM v6 或 LTS Node 版本附带的任何版本 至少 1 个 CPU (强烈推荐至少 2 个) 至…
centos8 解决 Failed to synchronize cache for repo 'AppStream' 等问题
新服务器,出现以下报错: [root@00021 ~]# yum install -y wget && wget -O install.sh http://xxxxx/install.sh &&a…
从零入门HMAC-SHA256
1.HMAC算法 1.1 HMAC算法简介 HMAC(Hash-based Message Authentication Code,散列消息认证码)是一种使用密码散列函数,同时结合一个加密密钥,通过特别计算方式之后产生的…
阿里云短信服务Node.js调用
安装 cnpm install @alicloud/pop-core -S --save 发送短信 const Core = require('@alicloud/pop-core'); var client = new…
nodejs curl 输出内容
安装 cnpm i child_process --save curl var child_process = require("child_process"); var curl = `curl --data '{"j…
搭建YOYOW测试网络
参考:https://github.com/yoyow-org/yoyow-core 安装依赖 sudo apt-get update sudo apt-get install autoconf cmake make a…
粒子特效背景组件 aki-particles
前言 这个插件是VincentGarreau大神的particles.js的uniapp封装。 做项目的时候发现留白的地方有点空,于是用了particles.js,然后感觉以后经常都能用上,就做成了组件,突然又想试试自己…