节流和防抖 防抖 所谓防抖就是,触发事件后,把触发非常频繁的时间合并成一次去执行。比如,在指定的时间内只执行一次回调函数,如果在指定的时间内又触发了该事件,则回调函数的执行时间会基于此刻重新开始计算。 节流 所谓的节流就是,频繁触发事件时,只会在指定的时间段内执行时间的回调,也就是说触发事件间隔大于等于指定时间才会执行回调函数。
ui optimistic
身份验证的本质是对请求方的不信任产生的,信任 Github
php larveal 迁移到 pg https://tonyfrenzy.medium.com/using-postgresql-with-laravel-c4c320ca7f34
UPDATE ashcan
SET code
=‘0001-00142’,ashcan_type_id
=1,sequnce
=2,ashcan_station_id
=5,devicename
=‘868238054077935’,dev_type
=‘cap’,zd_dev_code
=’’,firmware_version
=‘Ver.WasterbinTest.Z4.8.2.3N.FormalServer’,bluetooth
=’’,device_info
=’{“netModuleSn1”:“868238054077935”,“MSISDN1”:“898604311121C0064029”,“netModuleSn2”:“868238054078065”,“MSISDN2”:“89860486102070571405”}’,status
=‘normal’,free_volumn
=83.000000,weight
=0.000000,dump_energy
=12678,smoke_rate
=0,type
=‘recycle’,created_at
=‘2021-09-30 19:45:53’,updated_at
=‘2022-02-25 16:01:39.995’,deleted_at
=NULL,net_status
=‘offline’,error
=‘00000’,community_id
=11,blur_status
=’’ WHERE id
= 164
https://kuzzle.io/kuzzle-iot-open-source-platform/
https://www.section.io/engineering-education/how-to-set-up-golong-api-with-the-prisma-orm/