Sometimes you may wish to prevent MongoDB from returning more results than required for processing. To set a limit, chain the limit function onto your call to find. For example, to only return three results, use this:...
[ Click to Continue ]Let’s try to begin this tutorial by creating a new document. Enter the following code to create a new document in the info collection....
[ Click to Continue ]It’s time to rebuild or update your existing OpenSSL library in case you are still using version below of 1.0.1g. Based on the CVE-2014-0160, the Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing the information protected, under normal conditions, by the SSL/TLS encryption used to secure......
[ Click to Continue ]This tutorial will guide you on how to compile and install OpenSSL on 64bit Windows. In case you are looking for how to compile and build on 32 bit Windows, you may visit to the following page Compiling and Installing OpenSSL for 32 bit Windows to get more information....
[ Click to Continue ]Ever need to build your project in command based environment instead of using MS Visual Studio IDE? Here are the tips that you help you on this matter in case you are still trying to resolve the problem encounter whenever you want to build x64 based project using command line....
[ Click to Continue ]Here is the tip of the day in case you are still wonder why your HTML5 code doesn’t work as expected in old browser e.g IE8 or below....
[ Click to Continue ]Want to access mongodb server remotely? It can be done easily by using of mongo shell from your client machine. To run the mongo shell, make sure that you are in the directory where you have your mongo bin files located....
[ Click to Continue ]Installing MongoDB in Ubuntu is pretty easy. The following steps will guide you on how to install and run the mongodb server....
[ Click to Continue ]If you’ve noticed that your BHO or toolbar is not working anymore with IE11 on Win 8, or perhaps, if you’ve observed the similar popup message as following:...
[ Click to Continue ]This following code sample will guide you on how to convert a tab delimited text file to JSON format, with the following JSON file structure, using of Python programming....
[ Click to Continue ]
Limiting The Number of Results Returned in MongoDB