logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用redis-cli命令客户端远程连接redis数据库

redis-cli -h host -p port -a password例:redis-cli -h 127.0.0.1 -p 6379 -a 123456

#redis
node.js 播放 mp3 音频文件

node.js 播放 mp3 音频文件

#node.js
@vue/cli (五)CLI服务

在一个 Vue CLI 项目中,@vue/cli-service 安装了一个名为 vue-cli-service 的命令。你可以在 npm scripts 中以 vue-cli-service、或者从终端中以 ./node_modules/.bin/vue-cli-service 访问这个命令。这是使用默认 preset 的项目的 package.json :可以通过 npm 或 yarn 调用这

#vue.js
@vue/cli (四)插件和preset

Vue CLI 使用了一套基于插件的架构。如果你查阅一个新创建的项目的 package.json ,就会发现依赖都是以 @vue/cli-plugin- 开头的。插件可以修改 webpack 的内部配置,也可以向 vue-cli-service 注入命令。在项目创建的过程中,绝大部分列出的特性都是通过插件来实现的。基于插件的架构使得 Vue CLI 灵活且可扩展。每个 CLI 插件都会包含一个(用

#vue.js
git暂存命令

git暂存命令

#git#github
This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its de 错误解决办法

mysql函数保存时,出现下面的错误This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_crea

#mysql
This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its de 错误解决办法

mysql函数保存时,出现下面的错误This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_crea

#mysql
到底了