Python Examples
Greatest Among Three numbers
Greatest Among Three numbers
Here we will get data from the database to servlet JDBC and show data on the JSP page using Jakarta Server Pages and the JSTL library. Technology used apache-tomcat-10.1.1 JavaSE-17 eclipse IDE for Enterprise Java and Web Developers Steps to develop programs Create MySql Table and insert data Create A Dynamic Web Project Create package … Read more
प्राकृतिक विभाजन प्रतिशत् क्षेत्रफल 1) छत्तीसगढ़ का मैदान/ 50.34ः 68064 वर्ग कि.मी. महानदी बेसिन 2) दण्डकारण्य का पठार 28.91ः 39060 वर्ग कि.मी. 3) पूर्वी बघेल का पठार 16.16ः 21863 वर्ग कि.मी 4) जशपुर सामरी पाट 4.59ः 6205 वर्ग कि.मी. छत्तीसगढ़ का मैैदान इसके भौतिक उपविभाग पेण्ड्रा, लोरमी का पठार, व छुरी उदयपुर की पहाड़ियों छ.ग. … Read more
In the digital age, the concept of trust has grown crucial in many sectors, particularly banking and transactions. Here we will discuss Proof of Work (PoW) on Blockchain. Blockchain technology has emerged as a game changer, enabling decentralised trust and security. The Proof of Work (PoW) consensus method is at the heart of blockchain’s security … Read more
Before understanding how to calculate the percent, let us know what a percent is. What’s The Percentage Of A Number? The term “percentage or percent” was adapted from the Latin word “per centum”, which implies “by the hundred”. A number or a ratio expressed in terms of fractions of 100 is known as a percentage. … Read more
ASCII stands for American Standard Code for Information Interchange, which is a standardized encoding system used to represent text characters in computers. Each ASCII character is assigned a unique numeric value between 0 and 127. What are ASCII Values? ASCII values, also known as ASCII codes or ASCII character codes, are a standardized set of … Read more
*/2 * * * * /opt/script/backup.sh * * * * * /usr/bin/php /var/www/domain.com/backup.php > /dev/null 2>&1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
server { listen 80; root /opt/tomcat/webapps/ROOT/;//or path where you want to redirect the nginx serviceN server_name mysite.com www.mysite.com; server_name_in_redirect off; access_log /var/log/nginx/site/site_access.log; error_log /var/log/nginx/site/site_error.log debug; location / { proxy_set_header Host $host; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_cookie_path ~*^/.* /; proxy_pass http://localhost:8080; } } |
Earth Earth is the third planet from the Sun and the only object in the Universe known to harbor life. According to radiometric dating and other sources of evidence, Earth formed over 4.5 billion years ago. Earth’s gravity interacts with other objects in space, especially the Sun and the Moon, Earth’s only natural satellite. Earth … Read more
छ.ग. राज्य लगभग 17.46 उतरीय अक्षांश से 24.5 उतरी अक्षांश तथा 80.15 पुर्वी देशान्तर में 84.25 पूर्वी देशान्तर के बीच स्थित है, क्षेत्रफल छ.ग. राज्य का क्षेत्रफल -1,35,192 वर्ग ाउ देश का 26 वाॅ राज्य (27 वाॅ उत्तराखण्ड, 28 वाॅ झारखण्ड,29 वाॅ 2जून 2014 तेलंगाना) देश के क्षेत्रफल का हिस्सा – 4.11ः म.प्र. के क्षेत्रफल … Read more