javascript - Is there any way to memorize documents?
我想大声告诉你
我想大声告诉你 2017-05-19 10:39:27
0
13
1253

It is easy to get distracted when reading technical documents, and you forget what you have finished reading after a while. How can you improve the efficiency of reading documents? Can you remember it after watching it?

我想大声告诉你
我想大声告诉你

reply all(13)
巴扎黑

while('不熟') {

  1. First go through all the APIs to see what they can do;

  2. When you are writing something yourself, summarize and sort out the requirements, then check the documentation to see which API/APIs can be used to solve the problem, and write down the answer;

  3. When you encounter questions raised by others, summarize and sort out the requirements, then check the documentation to see which API/APIs can be used to solve the problem, and give the answer;

}

Finally, give up the trap/try to build your own wheel.

phpcn_u1582

Just take a look at the documentation. You can get a rough impression by watching more

PHPzhong

After reading, use a pen or other tools to summarize the content again.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template