Miscellaneous Spring Security By Nikhilesh Spring Security Spring provides a configurable framework for implementing authentication and authorization for an application. The security framework provides ways to login and logout from an application. It also provides authentication at view level and method level. It can also...
Miscellaneous Important Time Stamp Command (LINUX) By Nikhilesh TIMESTAMP A timestamp is a sequence of characters or encoded information identifying when a certain event occurred, usually giving date and time of day, sometimes accurate to a small fraction of a second. A timestamp is the current time of an event that is...
Miscellaneous CREATE EVENT IN MYSQL AND SOME ADVANCED MYSQL COMMANDS By Nikhilesh Dear Readers, this blog will be talking about how to create even in MySQL and some advanced MySQL commands. To create event in MySQL, we have to follow a Pattern which is written below.. Make data easy with Helical Insight....
Miscellaneous Set root password for MariaDB By Nikhilesh [h1]Set root password for MariaDB on windows[/h1] [h2]Problem Definition[/h2] Have you just downloaded zip archive of MariaDB, unizipped it and don’t know how to start with MariaDB? Wait, this article will walk you through few steps, so that you will...
Miscellaneous How to Untar / Extract a TAR file using Java By Nikhilesh Hi, we will explain how to extract the contents of a TAR file through a Java . In order to decompress TAR file, we will be using Apache Commons Compress library, so make sure you have a copy of this library commons-compress-1.4.1.jar loaded into your classpath. You...
Miscellaneous JSON – Brief Introduction By Nikhilesh JSON stands for JavaScript Object Notation.it is lightweight .It gives us text-based open standard designed for human-readable collection of data that we can access in a really logical manner. It is used primarily to transmit data between a server and...
Miscellaneous How to create Backup using C,Best Practices while creating CSV or txt file By Nikhilesh How to create Backup using C? Backup is the process of taking the backup of Data and saving it on another location for future Reference. This process includes Creating CSV files or txt files of data on Daily basis Hourly...