when developing swift with appcode, there is no code hint after cocoapods import. But after a few days, there is inexplicable again, every project is like this, it must be a few days later, has anyone ever encountered this problem? Can it be solved? ...
I enter the bash environment of the docker container, and executing pstree-a shows only one process. How can I make all the processes show? for example, execute ps-auxf , and the process is displayed completely. How do you write pstree? ...
for example, there are two modules on the page now, one with the "more " button when you click more, the pop-up Modal, shows more. After closing, click another "more ", you will see the data in Modal flickering into new data, how to solve this pr...
there is a code like this package com.pmi.reader.data.battery_info; import android.annotation.TargetApi; import android.bluetooth.BluetoothGattCharacteristic; import android.util.Log; import com.pmi.reader.data.CharacteristicData; import com.pmi.reade...
for example: data = { name: } methods = { changeName(){ this.$apply() this.name = } changeName(){ this.setData() this.setData({ name: }) } } ...
this is how I used to add error prompts at home if the code went wrong. The browser will print it on the screen. But now this method of writing does not respond to the configuration in the company. I don t know why ...