- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 UniCloud 自增与自减
UniCloud 自增与自减自增const dbCmd = db.command let res = await db.collection('user').where({ _id: 'my-doc-id'}).update({ view:dbCmd.inc(1) //@param 自增1})const dbCmd = db.command let res = await db.collection('user').where({ _id: 'my-doc-id'}).upd
2021-10-02 14:54:20 1651
原创 ThinkPhp自增与自减
ThinkPhp自增与自减自增Db::name('table')->where('id',1)->setInc('view',1) // 自增1Db::name('table')->where('id',1)->setInc('view',5) // 自增5自减Db::name('table')->where('id',1)->setDec('view',1) //自减1Db::name('table')->where('id',1)->set
2021-10-02 14:42:53 810
filezilla绿色版
2018-12-20
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人