in China, aurora is usually used for RN push, but now it is impossible to receive a push after killing the app process. Normal should be like this, but the domestic app seems to generally kill the process can also receive messages, a comparison appears ...
JIM is not defined;at pages record record page lifeCycleMethod onLoad function ReferenceError: JIM is not defined ** * -- * onLoad: function (option) { wx.showLoading({ title: , mask: true }); JIM.login({...
as shown in the figure, the width of both images is set width:6rem;, but the display is like this, which needs to be refreshed several times, and occasionally will be good, but even if the css takes effect and refreshes again, it may become such a si...
set a key-value pair in redis and expire after 1000 seconds set test nnn expire test 1000 After , change the system time to this time tomorrow, using the following command: ttl test -2 The result of is-2. excuse me: what is the impact of modif...
my statement is select user_vip_card . , flow_of_vipcard . , if ((user_vip_card.max_times IS NULL OR user_vip_card.max_times= 0 OR user_vip_card.max_times=9999),-1, (user_vip_card.max_times-count (flow_of_vipcard.id) AS remain_times ...
normally, when comparing object and number types, the valueOf method will be called first. If the return value is not the original type, the toString method will be called. If the return value is not the original type, an error will be reported. but I...
because the view is rendered in a loop, it doesn t get it right for a long time use ternary operation to judge the id currently clicked, and then display:none thought is completely wrong circular rendering list, all are unified variables ther...