360learntocode
Home
Java
Spring
Spring Boot
Grails
Contact
Friday, July 29, 2022
How to grant privileges Mysql user for remote host machine
›
In this tutorial, we will learn how to grant privileges MySQL users for remote host/ip_address of the machine SSH into remote server: Firs...
Wednesday, July 27, 2022
Install Mysql in Docker on Ubuntu Linux server
›
In this tutorial, we will learn how to install Mysql on Docker. Please follow the steps to install docker using this tutorial Install Docke...
Install Docker on Ubuntu 20.04
›
In this tutorial, we will learn how to install docker on Ubuntu Linux. Install docker using the repository: For this, first set up the rep...
Tuesday, July 26, 2022
Setup Http client for API using OkHttp in Java
›
In this tutorial, we will learn how to use OkHttp for HTTP requests while consuming APIs. OkHttp is an HTTP client which will do HTTP effic...
Sunday, July 24, 2022
How to watch the change in arrays and objects in VueJs
›
In this tutorial, we will learn how to watch the nested data like arrays and objects in Vue.js Watching Props Arrays: export default { n...
How to parse JSON string to Object and vice versa in Groovy Grails application
›
In this tutorial, we will learn how to parse or convert the object to JSON string and JSON string to object. Convert Object to JSON String:...
Tuesday, July 19, 2022
Java round double to decimal places with up and down rounding
›
This is a quick tutorial on how we can round the double or float value to x decimal places Here we are using DecimalFormat class to do so....
Saturday, July 9, 2022
Setup and run Appium for Android with Java client on Linux
›
How to set up and run Appium for android apps with Java client with Emulator setup. Table Of Contents 1. Intro...
How to call parent window function from child window in javascript
›
In this tutorial, we will learn how to call the parent window function from the child window in javascript. In some cases, we need to open ...
Tomcat Invalid character found in the request target
›
While running an application in the tomcat server, sometimes we might get the following error. org.apache.coyote.http11.Http11Processor.ser...
‹
›
Home
View web version
Search for: