Have you been frustrated that the files can’t be deleted because they are being used by some other program that you don’t know? For example, the thumbs.db files (picture …
Jenkis, the famous CI (Continuous Server) throws out the following error recently and occasionally. FATAL: Java heap space java.lang.OutOfMemoryError: Java heap space The solution is to edit the jenkins.xml …
Modern IDE-s (Integrated Development Environment) eat memory (32-bit Visual Studio and Delphi 2007/XE8 Eat Memory) and 32-bit only can use up to 4GB (with Large Address Aware) and (3GB …
Given an integer, write a function to determine if it is a power of two. This is not new, and the solution has been posted at Using a Faster …
VBScript under Windows Script Host is very powerful. Most daily administrative tasks can be implemented and performed using VBScript, which comes at each Windows Versions from and after Win98. …
HSTS – HTTP Strict Transport Security, is a enforced HTTPS. It is actually a declaration by the server that says the connection is 100% secure, which will be reviewed …