We use google search all the time, mostly by typing a keyword into the search bar and press enter. This gives us lots of content, sometimes more than needed. With some constrain, we can narrow down the search.
- "java +xyzcode" this will search java, but the page must contains xyzcode, you can change + to - to indicate that the page must not contain xyzcode.
- "cache:xyzcode.blogspot.com" this will search google cached page history. As a blogger, if you saved something by mistake, don't panic, google has the backup.
- "site:xyzcode.blogspot.com java" this will search java only on website xyzcode.blogspot.com
- "filetype:pom JGraphT" this will search JGraphT only in file type pom.
- "inurl:xyzcode" this will search xyzcode in the url itself.
- "xyzcode@facebook" this will search xyzcode in facebook.
- "#xyzcode" this will search hashtag xyzcode.
No comments:
Post a Comment