Recently, I have been using MindManager to sort out my teaching materials. Key code, database scripts, and other content are often stored inNotesFor ease of viewing and use, I used to save the document by Ctl + S. I thought everything was fine. I didn't think that the next day I copied the notes to my students and went wrong in the development environment? Why?
After some research, the problem was finally solved.
Cause:MindManager is saved in UTF-8 format by default. Before saving, MindManager will compress space, while MindManager has a Bug in space compression, which has no effect on reading the content of the document, however, it does not affect our program documentation. At the time of the error, it was my MyBatis configuration file that went wrong. On the surface, everything was normal, that is, there was an error in the document format. I must be certain about encoding, especially space, so I changed the encoding format of the documentUS-ASCIIFormat, the truth is clear, it turned out to be a Bug in the MindManager software, the reason for not handling spaces, spaces inUS-ASCIIEncoding is garbled.
After finding the cause of the problem, the problem is solved. ctr + F replaces the garbled characters with spaces in English.
There are already too many other
An error occurred while pasting the MindManager tab content to the development tool.