Mar 10, 2015 enum event interface java lof string Use a Java Enum with Strings In my project I wanted to log messages using predefined categories. Traditionally, I do it via classes (if the messages are specific to the functions
Jun 6, 2014 exact explorer search string windows Search exact string in a file on Windows The other day I found a file with a peculiar format and I needed to find it again. There are two problems I've
Jan 25, 2014 connect dump pycharm python quick sqlite string Connect PyCharm to SQLite on Windows To connect to a SQLite database on PyCharm you have two options: 1. Manual connection and 2. Automatic connection. Manual connection Use the following steps