There are always seemingly small problems at work, but they often make me stupid for a long time. Today is the case:
Two minor issues:
- Change the modification time of a given file without changing its MD5 value;
- The test program always keeps writing logs. If you use the system notepad to open the logs, you cannot refresh them in time. You can only open the logs later;
So I met the following two tools to help me solve these two problems. I am very grateful to them. I don't want to think about them when I don't need them. I can only find them when I need them. In fact, you cannot ask how many advantages a tool has and how many problems it can solve. It is also good to remember them.
1. Attribute Manager
A manager dedicated to file properties. Similar to windows resource manager, you can modify attributes of a large number of files or folders. You can specify the necessary file (folder) attributes, dates, and times.
Right-click a single or multiple files or folders to view the details and change the file attributes.
2. NotePad ++
It can be seen from the name that it is an enhanced version of notepad, which is much more powerful. In fact, this tool should be used by many people to replace notepad, but it is just a few simple eyes and can be found now;
Take a look at the official introduction:
Notepad ++ is a distinctive editor that is open-source software and can be used for free.
Features:
① The built-in support for up to 27 syntaxes with High Brightness Display (including various common source code and scripts, it is worth mentioning that the perfect support for. nfo File Viewing) and support for custom languages;
② The file type can be detected automatically. nodes can be freely folded/opened based on keywords, and the code is very appealing! This is one of the most distinctive embodiment of this software;
③ Two windows can be opened, and multiple subwindows can be opened in different windows. Full Screen Display Mode (F11) can be quickly switched, and document display ratio can be changed with the mouse wheel;
4. provides several special things, such as adjacent row interchange locations, macro functions, and so on... there are a lot of file editors on the Internet, but this is a rare one. Whether it is daily use or handwritten programming code, you can appreciate its unique advantages and convenience. Supported languages: C, C ++, Java, C #, XML, HTML, PHP, Javascript, RC resource file, makefile, ASCII art file (extension. nfo, screenshot1, screenshot2), doxygen,
Ini file, batch file, ASP, VB/VBS source files, SQL, Objective-C, CSS, Pascal, Perl, Python and Lua.
Let's see if I opened the python script interface, which is much better than notepad? If you like it, replace your notepad.
Vivilisa 03.11.2009