हाल में खोजे गए कोरोना वायरस से संक्रमित बीमारी का नाम COVID-19 है। डब्ल्यूएचओ के मुताबिक, CO का मतलब (Corona) कोरोना, VI का मतलब (Virus) वाइरस, D का मतलब (Disease) बीमारी और 19 का मतलब (2019) वर्ष से है, जिस साल में इस बीमारी की खोज हुई। ध्यान रहे कि सबसे पहले दिसंबर 2019 में चीन के वुहान शहर से कोरोना वायरस के संक्रमण से लोग के बीमार होने की रिपोर्टें आनी शुरू हुईं थी। इसलिए वर्ष 2019 में खोजे गए कोरोना वायरस डिसीज को संक्षेप में कोविड-19 (COVID-19) नाम दिया गया है।
wartalab.blogspot.com is the best website and blog to provide tutorial for the, PHP, Drupal, Drupal 8 and general topic. Visit for programming knowledge and tutorial and solution
Covid-19: जानिए क्या है कोरोना वायरस
कोरोना वायरस का संबंध वायरस के ऐसे परिवार से है, जिसके संक्रमण से जुकाम से लेकर सांस लेने में तकलीफ जैसी समस्या हो सकती है. इस वायरस को पहले कभी नहीं देखा गया है. इस वायरस का संक्रमण दिसंबर में चीन के वुहान में शुरू हुआ था. डब्लूएचओ के मुताबिक, बुखार, खांसी, सांस लेने में तकलीफ इसके लक्षण हैं. अब तक इस वायरस को फैलने से रोकने वाला कोई टीका नहीं बना है.
Subscribe to:
Post Comments (Atom)
Write a program in PHP to reverse a number
A number can be written in reverse order. For example 12345 = 54321 <?php $ num = 23456; $ revnum = 0; while ($ num > 1) { $...
-
For taxonomy term $ aliasManager = \Drupal::service(' path_alias.manager '); $ alias = $aliasManager->getAliasByPath(' /taxon...
-
Dependency injection is a technique whereby one object supplies the dependencies of another object What is Dependency Injection — Wikipe...
-
Drupal 10 builds upon the Drupal 9 but introduces several key changes and improvements. Below are the main differences: 1. Symfony Upgrade ...
-
The Drupal session management subsystem is built on top of the Symfony session component. It is optimized in order to minimize the impact o...
-
A patch is a software update comprised code inserted (or patched) into the code of an executable program. Typically, a patch is installed in...
-
What are advantages of Drupal What are disadvantages of Drupal Difference between Drupal 7 and 8 How to connect multiple database to Drupal ...
-
Drupal 8 function drupal_mkdir drupal_mkdir($uri, $mode = NULL, $recursive = FALSE, $context = NULL) Creates a directory, optionally creatin...
-
Drupal is not just a CMS. It's CMF (Content Management Framework). CMS is a derivative of CMF, a particular use case implemented by def...
-
The split filter splits a string by the given delimiter and returns a list of strings. If you want to split a url , use split filter, suppo...
-
Drupal 8 has introduced symfony request reponse object. So anything related to request/response header or body level changes should be usin...
No comments:
Post a Comment