当前位置:首页 > Z先生 第6页
Z先生

Z先生 管理员

来自陕西汉中的Z先生,专注于H5以及PHP开发。

178 篇文章 3 次评论

npm锁定依赖包版本

Z先生4年前 (2021-05-07)前端869
在某些特殊时候,npm需要锁定依赖包的版本,其方法有2种 安装时后面代参数-E修改package.json文件,去掉版本号前面的^ 常用命令:...

7zip文件夹自动备份脚本

Z先生4年前 (2021-05-06)原创827
7zip文件夹自动备份脚本 功能如下: 子文件夹独立备份成文件清理3天前的备份数据排除指定文件(指定子目录还是有问题,排除文件在unback.txt文件中)...

Ceontos挂载Windows共享当本地硬盘使用

Z先生4年前 (2021-04-22)服务器运维930
1、自动挂载//192.168.128.1/wwwroot /wwwroot cifs defaults,username=user,password=000000 0 02、临时挂载mount -t...

Composer的初步使用以及Composer切换国内源(阿里云)

Z先生4年前 (2021-04-09)后端1323
Composer安装(Windows系统)下载:https://getcomposer.org/Composer-Setup.exe一步步安装即可。需要注意的是你需要开启 openssl 配置,我们打...

v-charts(vue echarts)报import echarts from 'echarts/lib/echarts' is not supported anymore. Use错误的解决方案

Z先生5年前 (2021-03-19)前端1905
错误详情:import echarts from 'echarts/lib/echarts' is not supported anymore. Use "import *...

Ant Design table自定义复选框的默认不可选状态

Z先生5年前 (2021-02-23)前端893
官网上的getCheckboxProps中的disabled的值是record.name==="XXX",我在用的过程中肯定是一个list,然后我就想用函数返回true或false...

更改mysql默认引擎MyISAM|InnoDB

Z先生5年前 (2020-12-23)My SQL851
打开MySQL配置文件,Win下面默认是my.ini,Linux下面默认是my.conf[mysqld]下面加入(如果有则修改):default-storage-engine = ...

人际关系十字决

Z先生5年前 (2020-12-21)随笔923
一表人才两套西装三杯酒量四圈麻将五方交友六出祁山七术打马八口吹牛九分努力十分忍耐这十个成语是《中道管理》的作者曾仕强先生提出来的。1、一表人才;当然,长得帅的人永远要比长的磕碜的要受欢迎,但是长相这个...

问题: - did you register the component correctly......

Z先生5年前 (2020-12-19)前端947
问题: - did you register the component correctly......
问题:无法使用tree组件提示 Unknown custom element:<a-tree> - did you register the component correctly? Fo...

【原创】Promise循环执行,以及延时循环

Z先生5年前 (2020-11-28)前端937
演示代码//核心代码 function promiseMain(page) { return new Promise(function(resolve,&...