fikker wget https://www.moerats.com/usr/down/fikkerd-3.7.6-linux-x86-64.tar.gz tar zxvf fikkerd-3.7.6-linux...
node遍历文件夹并读取文件内容 var fs = require('fs'); var path = require('path'); //解析需要遍历的文件夹,我这以E盘根目录为例 var filePath = path.reso...
自建CDN加速-Nginx反向绑定 1.安装nginx 先在CDN节点上修改Hosts,目的就是告知CDN节点从那里去获取网站数据,也就是回源地址,修改如下: vi /etc/hosts 192.168.1.100 www.wzfou....
ubuntu新建文件ntfs Operation not permitted only install ntfs-3g and reboot 只需要apt install ntfs-3g,并重启就可以了
本站提供在线ps,cdn图片以及壁纸服务 ps: http://lininn.cn/ps cdn: http://lininn.cn/image/ http://linin...
nginx+frp 2.1、nginx设置 server { listen 80; servername www.yourdomain.com; &n...
nginx 上传大文件出现 504 gateway time-out 在http{}片段下添加如下配置:单位秒 clientmaxbodysize 50m; //文件大小限制,默认1m proxyconnecttimeout 600; proxysendtimeout ...
设置antv f2 y轴为%数 chart.scale('percent', { min: 0, max: 100, formatter: value => { return value + '%'; } });
在线更改主题步骤 看到ant design pro 上的 主题颜色更换 感觉挺酷的 就研究了一下 , 因为最近想用vue 重写一版博客 所有就 用的 vue + ant design 做的这个demo 点击预...