First episode: File comparison
You may encounter this situation in your work, such as:
1. Some code on the line has been modified, the number of code is more, to carefully troubleshoot the exception, the simplest is to do the comparison
2. Some of the Conf files left by my predecessor, I think he is right or wrong, how to prove that the most primitive way is better than the right
3. Some read-only tables have been modified, so you find that n long ago, how to deal with, can only be compared, and then recover the exception!
Specific practices:
In Linux, when comparing Conf or other files, use diff, simple and fast! But it can only list the different content!
Windows is best chosen for a variety of reasons notepad++
After loading the compare plug-in, open 2 files with notepad++, and then perform the comparison shortcut "Alt + D", it's okay.
Exception resolution:
1. Sometimes you may press the "Alt +d" after the dialog box, "Files match", according to the prompt you know, than the wrong, you and your own process than the right
Workaround: Complete Close the notepad++ and then open the document for comparison!
2. It is possible to compare the color you do not like, then open this set yourself
--not to be continued
notepad++ Advanced Application Complete