Posts

URL क्या है

Image
                       Rajeev Ranjan Tiwari URL क्या है क्या आप  URL  शब्द से परिचित हैं? अगर आप इन्टरनेट का इस्तेमाल करते हैं, तो हम guarantee से यह कह सकते हैं कि आपने “URL” के बारे में जरुर सुना होगा और देखा भी होगा। आज के इस लेख में हम आपको बताने वाले हैं कि  URL क्या है  (What is URL in Hindi)  और इसके 3 सबसे महत्वपूर्ण Parts  कौन से हैं? तो यह जानने के लिये आज के इस article को पूरा पढ़ें। URL क्या है (What is URL in Hindi) Url   का full form होता है Uniform Resource Locator, URL इंटरनेट पर किसी विशिष्ट (specific) website, page या file का एक स्थान (location) होता है। URL के तीन महत्वपूर्ण Parts तो, आईये अब जानते हैं कि URL के 3 Important Parts कौन से है: 1. The protocol निम्नलिखित URL पर विचार करें: https: //www. rajupandit12. Blogspot.com/firewall  इस address का सबसे आसान हिस्सा जो है वह सबसे पहला हिस्सा है। आप शायद हर URL की शुरुआत में http: // और https: // देखते होंगे, पर शायद आप इस पर विचार न किये हों। हालाँकि, यह element – URL का ‘protocol’ होता है जिसके बारे में आपको ज़रूर जान

Java Data type

Image
                       Rajeev Ranjan Tiwari Java Data Types As explained in the previous chapter, a variable in Java must be a specified data type: (1) public class MyClass {  public static void main(String[] args)  { int myNum = 5; // integer (whole number)  float myFloatNum = 5.99f; // floating point number  char myLetter = 'D'; // character  boolean myBool = true; // boolean  String myText = "Hello"; // String  System.out.println(myNum);  System.out.println(myFloatNum);  System.out.println(myLetter);  System.out.println(myBool);  System.out.println(myText); } }  (2) public class MyClass {  public static void main(String[] args) {  byte myNum = 100;  System.out.println(myNum); } }  (3) public class MyClass {  public static void main(String[] args) {  short myNum = 5000;  System.out.println(myNum); } } (4) public class MyClass {  public static void main(String[] args) {  int myNum = 100000;  System.out.println(myNum); } }  (5) public class MyClass {  public static vo

Java introduction

Image
                      Rajeev Ranjan Tiwari   Java  Tutorials What is Java? Java is a popular programming language, created in 1995. It is owned by Oracle, and more than  3 billion  devices run Java. It is used for: Mobile applications (specially Android apps) Desktop applications Web applications Web servers and application servers Games Database connection And much, much more! Why Use Java? Java works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc.) It is one of the most popular programming language in the world It is easy to learn and simple to use It is open-source and free It is secure, fast and powerful It has a huge community support (tens of millions of developers) Java is an object oriented language which gives a clear structure to programs and allows code to be reused, lowering development costs As Java is close to   and  it makes it easy for programmers to switch to Java or vice versa Java Install Some PCs might have Java already installed. To check if you hav

Python Oprater

Image
                       Rajeev Ranjan Tiwari Python Operators Operators are used to perform operations on variables and values. Python divides the operators in the following groups: Arithmetic operators Assignment operators Comparison operators Logical operators Identity operators Membership operators Bitwise operators (1)  x = 5 y = 3 print(x + y) (2) x = 5 y = 3 print(x - y) (3) x = 5 y = 3 print(x * y) (4) x = 12 y = 3 print(x / y) (5) x = 5 y = 2 print(x % y) (6) x = 2 y = 5 print(x ** y)  #same as 2*2*2*2*2 (7) x = 15 y = 2 print(x // y) #the floor division // rounds the result down to the nearest whole number Python Assignment Operators Assignment operators are used to assign values to variables: (1) x = 5 print(x) (2) x = 5 x += 3 print(x) (3) x = 5 x -= 3 print(x) (4) x = 5 x *= 3 print(x) (5) x = 5 x /= 3 print(x) (6) x = 5 x//=3 print(x) (7) x = 5 x//=3 print(x) (8) x = 5 x **= 3 print(x) (9) x = 5 x &= 3 print(x) (10 x = 5 x <<= 3 print(x) Python Comparison Operator

Python variable program

Image
                         Rajeev Ranjan Tiwari Python  Variables Creating Variables Variables are containers for storing data values. Unlike other programming languages, Python has no command for declaring a variable. A variable is created the moment you first assign a value to it. (1)   x = 5 y = "Rajeev" print(x) print(y) (2) x = 4 x = "gorgeous" print(x) (3) x = "John" print(x) #double quotes are the same as single quotes: x = 'John' print(x) (4) #Legal variable names: myvar = "John" my_var = "John" _my_var = "John" myVar = "John" MYVAR = "John" myvar2 = "John" #Illegal variable names: 2myvar = "John" my-var = "John" my var = "John" Assign Value to Multiple Variables Python allows you to assign values to multiple variables in one line: (5) x, y, z = "GRAPS", "Apple", "mango" print(x) print(y) print(z) (6) x = y = z = "Orang

Python language

Image
                        Rajeev Ranjan Tiwari Python  Tutorial Learning by Examples With our "Try it Yourself" editor, you can edit Python code and view the result. print ( "Hello, World!" ) What is Python? Python is a popular programming language. It was created by Guido van Rossum, and released in 1991. It is used for: web development (server-side), software development, mathematics, system scripting. What can Python do? Python can be used on a server to create web applications. Python can be used alongside software to create workflows. Python can connect to database systems. It can also read and modify files. Python can be used to handle big data and perform complex mathematics. Python can be used for rapid prototyping, or for production-ready software development. Why Python? Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc). Python has a simple syntax similar to the English language. Python has syntax that allows developers to write pr

Lock folder बिना सोफ्टवेयर के

Image
                        Rajeev Ranjan Tiwari Folder lock कैसे लगाए बिना सोफ्टवेयर के   दोस्तो आज मै आपको बताने जा रहा हूं कि आप बीना कोई software के आप अपने computer में password कैसे लागा सकते हैं   सिम्पल और असान तरीका सेे तो दिखते हैं कि password  का कया ज़रूरत है और यह क्यो लगय। जता है  दोस्तों हमर जो फ़ोल्डर हाेता है उसमें हम बहुत ज़रूरी कोई document या file photo रखते हैं जो क़िसी से दिखाना नहीं चाहते हैं  तो इसलए password protected करना पड़ता है जो कि सेव है  (1)   सब्से पहले हमे फोल्डर पर right click करना है  फ़िर property open होगा इसमें आपको security tab में ज़ाना है फिर  add पर click करना है उसके बाद name लिखना हैं फिर name को salect करके ok करें फ़िर denay का option total  टिक लगाना  हैं  ओर apply ओर ok करें फ़िर फ़ोल्डर के ओपन करें फोल्डर open नहीं होगा  तो दोस्तों ये बहूत साधरण तरीका है  अब आपका document  कोई नहीं ख़ोल पायेगा अब दूसरा तरीक़ा जानते हैं जो बिलल  साधारण ओर  सिंपल है जो हम cmd से करना सीखेंगे दोस्तों आगर अापको सीएमडी नही  आता तो कोइ बात नही है क्यो की हम आज आ