Skip to main content

Posts

Showing posts from 2020

Computer क्या है – Computer की पूरी जानकारी

  Computer की पूरी जानकारी  – आज के इस पोस्ट में हम आपको देने वाले है  Computer क्या है  ,  input device और output device , keyboard ,mouse, Type of Computer, कंप्यूटर का परिचय और पीढ़ियों  Software और Hardware  आदि  |  Computer का यूज़ बहुत जगहों पर किया जाता है जैसे – शिक्षा , रेल और वायुयान आरक्षण , वैज्ञानिक शोध , चिकित्सा , बैंक , रक्षा , मनोंरजन , संचार , प्रशासनिक आदि | अब लगभग सभी परीक्षो में Computer से सम्बंधित प्रश्न पूछे जाते है इस पोस्ट में आपके  सभी Basic Computer के Question और Answer मिल जायेगा | इस पोस्ट में आपको लोग को Computer की A to Z जानकारी मिल जाएगी | Computer एक इलेक्ट्रोनिक मशीन है जोकि मनुष्य द्वारा दिए गए निर्देशों  व डेटा को Process करके उसका परिणाम हमें देता है कंप्यूटर डेटा को इनपुट के रूप में लेता है और उसको Process करके आवश्यक परिणामो को आउटपुट के रूप देता है | Computer शब्द लैटिन भाषा के “ Compute ” शब्द से बना है | जिसका मतलब है “ गणना ” करना | कंप्यूटर को हिंदी में  “संगणक” कहा जाता है | Comput...

How to create advanced keyboard management using parse server?

  We will cover the following: Native PFObject subclasses Efficient caching Access control User signup / login We’ll discuss each technique individually. But before we move on, let me make it clear that this article assumes you have a basic understanding of Parse and how to create a new app, etc. If you need to brush up on your Parse basics, read about  the introductory tutorial of Parse  and learn how to  host your own instance of Parse Server . Needless to mention, a working knowledge of the Swift language is also assumed. If you need to learn more about Swift, visit the  Apple Developer website  or check out  our tutorials here . Subclassing PFObject When creating apps, we write a lot of code. Often times, we end up writing more code than we were originally expecting. When this is the case, as it usually is, every line counts. The goal is to make our code as concise as possible, without sacrificing its clarity and readability. Take, for example, a s...