logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

登陆腾讯云centos安装nginx环境

本地电脑安装putty,下载网址https://www.ssh.com/ssh/putty/download然后输入用户名,默认root输入密码,输入密码时候并不会出现星号,输入完直接会车。安装git:sudo yum install -y git安装nvm:git clone https://github.com/creationix/nvm.git安装node.js:nvm ins...

腾讯云centos安装redis

1、下载安装https://redis.io/可以先到网站看看最新的版本和下载地址。cd /usr/local/srcwget http://download.redis.io/releases/redis-5.0.8.tar.gztar -zxvf redis-5.0.8.tar.gzcd redis-5.0.8./configuremake && make ...

微信小游戏获取用户授权

微信小程序、微信小游戏接口更新wx.getSetting({success: function (res) {var authSetting = res.authSettingif (authSetting['scope.userInfo'] === true) {// 用户已授权,可以直接调用相关 API} else if (authSettin...

到底了