- 
    
        
              Spring Boot + Hibernate Search exampleHere we will create a Spring Boot web application example with Hibernate Search + Thymeleaf template engine, and deploy it as a WAR to Wildfly 10.1. Date: 2019-08-11 View: 1854 
- 
    
        
              PrimeFaces Open Window By Dropdown SelectionTechnology: Primefaces it’s java based web framework to develop web applications using java. It’s one of the compliance frameworks for JSF, there are many other frameworks like omnifaces, richfaces. Primefaces has rich UI components. Date: 2019-08-11 View: 1498 
- 
    
        
              Nginx + PHP No input file specifiedA common Nginx + PHP error message “No input file specified.” Date: 2019-08-11 View: 1739 
- 
    
        
              php-cgi.exe The application was unable to start correctlyRun php-cgi.exe and hits a pop up dialog showing the following error message : Date: 2019-08-11 View: 1929 
- 
    
        
              Nginx + PHP on WindowsThis article shows you how to install and integrate Nginx and PHP on Windows. Date: 2019-08-11 View: 1809 
- 
    
        
              PHP + Windows Call to undefined function mysql_connect()Install WordPress and hits the following error message : Date: 2019-08-11 View: 1764 
- 
    
        
        Nginx + WordPress ERR_TOO_MANY_REDIRECTSFresh installs a WordPress on Windows for development, and hits the ERR_TOO_MANY_REDIRECTS error message? Date: 2019-08-11 View: 2171 
- 
    
        
        ERROR 1045 (28000): Access denied for user root@localhost (using password: NO)Try to log into the MySQL server, but it prompts the following error message: Date: 2019-08-11 View: 1830 
- 
    
        
              Intellij IDEA default static void main shortcutIn IDEA, you can type psvm and press Tab to generate the public static void main(String[] args) automatically. Date: 2019-08-11 View: 1617 
- 
    
        
              Intellij IDEA System.out.println shortcutIn IDEA, you can type sout and press Tab to generate System.out.println automatically. Date: 2019-08-11 View: 1890 
- 
    
        
        Kotlin How to Loop a MapIn Kotlin, you can loop a Map via the following ways: Date: 2019-08-11 View: 1563 
- 
    
        
        Java Bubble sort exampleBubble sort is the simplest sorting algorithm, it compares the first two elements, if the first is greater than the second, swaps them, continues doing (compares and swaps) for the next pair of adjacent elements. It then starts again with the first two elements, compares, swaps until no more swaps are required. Date: 2019-08-11 View: 1663 
- 
    
        
        Java Selection sort exampleSelection sort is an in-place comparison sort. It loops and find the first smallest value, swaps it with the first element; loop and find the second smallest value again, swaps it with the second element, repeats third, fourth, fifth smallest values and swaps it, until everything is in correct order. Date: 2019-08-11 View: 1490 
- 
    
        
        How to check MySQL versionIn terminal, type mysql -V (uppercase V) to display the current MySQL version installed on the server. Date: 2019-08-11 View: 1647 
- 
    
        
        Python How to convert float to StringIn Python, we can use str() to convert float to String. Date: 2019-08-11 View: 1836 
