this is the case now. Simple business logic can be written, framework can also be used, composer components will also be called, equivalent to only can spell building blocks, but not building blocks, programming head and tail can see clearly, but intern...
for example, a UI is particularly complex and will show text in four cases, where click events are not the same. void updateUI() { if (mIsA) { if (mIsB) { mTextView.setText("111111"); } else { mText...
problem description there has always been a doubt, that is, is it better to encapsulate a request into an object for management, or to call this interface directly? for example: for example, we have an interface to request a data void requestData (...
when I am learning react, when I write the style, the class name className written in the two components is the same, and it will all work. In vue, the control of the style has a scoped to limit the scope of the style. I do not know whether react has sim...
problem description error message: [W] Pili-ShortVideo-Authorization PLShortVideo SDK authorization status error: auth failed! this problem occasionally occurs in the real machine test after it is integrated into Qiniu Cloud. Sometimes it is clear th...
what do you need to consider at the back end? Used to do websites, write interfaces and so on. ...
react+nodejs+express+mongodb+axios+antd-mobile Instant messaging app can send and receive instant messages normally on PC, but not on mobile browsers. clicking and sending on mobile phone can pop up alert events, but the message cannot be sent, and th...
What does this code for the steps component in react.js mean? <Steps progressDot current={state ? state[0] ? state[0] : null : null} status={this.checkStatus(state ? state[1] ? state[1] : null : null)}> ...... < Steps> ...