rashid jorvee blog
acquire knowledge and impart it to the people
Menu
Environment
About
Tutorials
Java
Adobe AEM
OSGi
SQL
React
AI/ML
JavaScript
EDS
History
First in India
World
Ancient
Medieval
Modern
Tourism
Asia
Europe
Tourism in India
Polity
Constitution of India
Constitution
Government
Poetry
Allama Iqbal
Ameer Khusro
Amjad Islam Amjad
Faiz Ahmed Faiz
Gulzar
Kabeer
Meer Taqi Meer
Mirza Ghalib
Rahat Indori
Rabindranath Tagore
Sahir Ludhianvi
Shakeel Badayuni
Philosophy
Western philosophy
Indian philosophy
Rationalism
Materialism
Quotes
Mahatma Gandhi
Hazrat Ali
Science and Technology
Information
Constitution of India
GoI websites
India
Others
Gallery
Showing posts with label
programming
.
Show all posts
Showing posts with label
programming
.
Show all posts
How to declare two classes for element with SCSS?
›
Below is an example of SCSS code using that we are generating two classes that are being use for the same html element. SCSS code .image-tex...
Nested if else in Bash Shell scripting
›
Today in this tutorial we will see how to write if else and nested if else in Bash Shell scripting. 1 2 3 4 5 6 7 8 9 10 11 ...
4 comments:
Convert date-time from 12 to 24 hours of format
›
Today we are going to see, how we can convert a 12 hour time format into 24 hour(military) time format. For example we have date like 12 A...
2 comments:
Pass by reference and pass by value in Java
›
Today in this tutorial of Java program we will see how to work with pass by value and pass by reference. Below is code snippet. 1 ...
If else condition in shell script with $? and grep command
›
In shell script condition check is very easy and simple using if else statements. Here is a example which we would like to discuss with ou...
4 comments:
How to show related posts in blogger with thumbnail view
›
In this post we are going to show you people hot to show related or relevant posts in your blog (Google blogger) with thumbnail view. I t...
1 comment:
Cannot make a static reference to the non-static method
›
Cannot make a static reference to the non-static method display(String) from the type RunAndTest. We cannot access or call a non static me...
1 comment:
How to set property of a bean from external source file using Spring framework
›
Today in this tutorial we are going to discuss how to set property of a bean from external source file using Spring framework . As we al...
2 comments:
What is Sling and why have multiple scripts/renderers for a Component?
›
Apache Sling is one of the technology stack of AEM/CQ5 CMS on which AEM is built on. Sling is a Web application framework based on RES...
5 comments:
Date and Time classes in Java
›
Today in this tutorial we will look how to work with date and times in Java programming. Date and time is very important for every app...
2 comments:
Simple Spring project example
›
Create a implementation class ImplCode.java 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 import org.springframewor...
›
Home
View web version