码迷,mamicode.com
首页 >  
搜索关键字:cloud-init    ( 43个结果
微信小程序中如何识别银行卡和身份证
识别银行卡云函数card2/index.js: const cloud = require('wx-server-sdk') cloud.init({ env: cloud.DYNAMIC_CURRENT_ENV, }) exports.main = async (event, context) = ...
分类:微信   时间:2021-06-28 20:21:21    阅读次数:0
ubuntu connect wifi on startup
sudo vim /etc/netplan/50-cloud-init.yaml # This file is generated from information provided by the datasource. Changes # to it will not persist across ...
分类:系统相关   时间:2021-05-24 00:04:56    阅读次数:0
ironic grow part
[root@host-172-16-103-3 log]# systemctl is-enabled cloud-init-local.service cloud-init.service cloud-config.service cloud-final.service enabled enable ...
分类:其他好文   时间:2020-07-01 11:05:00    阅读次数:50
ironic 注入秘钥失败
grep authorized_keys cloud-init*log 正常请况下 grep authorized_keys cloud-init*log [root@sysu--2 log]# grep centos cloud-init*log 2019-10-22 02:14:17,322 - ...
分类:其他好文   时间:2020-05-21 16:19:29    阅读次数:53
在学习使用云函数中出现的问题
错误提示如下: thirdScriptErrorerrCode: -1 | errMsg: Cloud API isn't enabled, please call wx.cloud.init first请先调用 wx.cloud.init() 完成初始化后再调用其他云 API。init 方法可传入 ...
分类:其他好文   时间:2020-02-26 16:44:34    阅读次数:502
微信小程序 客户端时间 与 服务端时间
服务端时间 db.serverDate(); 在操作数据库,上传数据的时候可以使用服务端时间 wx.cloud.init();//初始化云 const db = wx.cloud.database(); db.collection('todos').add({ // data 字段表示需新增的 JS ...
分类:微信   时间:2020-02-06 23:23:04    阅读次数:139
Ubuntu18.04配置静态IP
编辑配置文件/etc/netplan/50-cloud-init.yaml 应用:sudonetplanapply
分类:系统相关   时间:2020-01-06 18:00:59    阅读次数:93
[Linux] Ubuntu 19.10 server 配置静态IP
cat /etc/netplan/50-cloud-init.yaml 应用 netplan --debug apply ...
分类:系统相关   时间:2020-01-03 00:53:15    阅读次数:331
openstack重设虚拟机实例密码
目录结构: 引出 采用 nova get-password 方式 采用 libvirt-set-admin-password 采用 nova rebuild instance 的方式 采用 cloud-init 的方式 引出 要解决的问题很明确:就是如果虚拟机的连接采用用户名密码登录的方式,而密码忘 ...
分类:其他好文   时间:2019-12-18 17:43:00    阅读次数:333
小程序学习过程中遇到的问题
1、低版本的,或者早期建的项目,要在app.json文件配置添加 "cloud":true 2、用户端程序需要开初始化云功能 wx.cloud.init(); // 云函数初始化 3、获取页面数据data,var readdata = this.data.属性 4、设置页数据data 一定要调用函数 ...
分类:微信   时间:2019-12-12 01:35:52    阅读次数:113
43条   1 2 3 4 5 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!