资 源 简 介
Library for Java developers.
SS.Logs: - With this library the developers can generate periodic log files (of exceptions or others) for java applications, with defined periodicity like daily, weekly, monthly or annuallity logs.
SS.Performance: - This library allows to analyze the performance of the methods and constructors of objects. You get the time in milliseconds that a construct or method delays to be executed in one determined number of interactions. Useful to determine the betters alternatives methods or constructors.
SS.Strings: - This library have a method to count the number of occurrences of a string in other string and one method that return one array with the positions of that occurrences.