Warning: Attempt to read property "ID" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 471

Warning: Attempt to read property "display_name" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 480

Warning: Attempt to read property "display_name" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 487

Warning: Attempt to read property "description" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 489

Warning: Attempt to read property "ID" on bool in /www/wwwroot/129.28.78.18/wp-content/themes/storeys-pro/wbc/components/og_schema/wb_og_schema.php on line 493

20200929岳浩天

知识总结

  1. 今天做项目时了解了请求接口的方式方法
  2. 云数据库的基本增删改查
  3. 云函数的创建即使用

用数据库之前,在js全局下设置:

const db=wx.cloud.database({
// 指定环境id

env:"web-sned-0rr2r"
})

云数据库的数据类型:

Number
数字
String
字符串
Object
对象
Array
数组
Date
日期
**GeoPoint
地理位置**
Bool/Null
布尔/空

心得

今天上课的时候感觉速度稍微有些快,有时候会有点跟不上,好在有较多的自主练习时间,所以没有落下。

评论留言