This is the first day of my participation in the Gwen Challenge in November. Check out the details: the last Gwen Challenge in 2021.
By Ruphaa
Have a dream, have dry goods, wechat search [big Move the world] pay attention to this in the early morning is still in the bowl washing wisdom.
In this paper, making github.com/qq449245884… Has been included, a line of large factory interview complete test sites, information and my series of articles.
Google is a popular search tool for us programmers because there are fewer ads and more accurate information. However, there are times when we can’t find the answer we want to search for. In this case, your keywords may be wrong. Here are some practical tips to help you find the content you want quickly.
1: Search for the exact word or phrase
Use quotation marks to search for an exact word or phrase.
"what is kubernetes"
Copy the code
2
The minus sign allows us to specify words that should not appear in the result. Use “-” to eliminate words.
hover over an element -css
Copy the code
3: Website search
Site keyword to perform a search within a specified site.
site:geeksforgeeks.org merge sort
Copy the code
To exclude content under a domain name, simply add – :
-site:wikipedia.org
Copy the code
4. An asterisk (*
)
The asterisk is a wildcard that matches any word. For missing words or phrases, use *.
build a todo app with *
Copy the code
5: indicates the file type
FileType: operator allows us to search for type-specific files. Some available types: PDF, PPT, DOC, XLS.
filetype:pdf how to learn react
Copy the code
6.Word definitions
Use the following search technique to find inline definitions:
define:machine learning
Copy the code
7: the use of~
To search for a word and all its synonyms
How to increase font-size of paragraph ~tag
Copy the code
8: useOR
Perform multiple searches
9:Related
Use Related to find sites similar to the specified site.
related: udemy.com
Copy the code
10: number range
The use of… Search in a numeric range:
Updated css course 2020... 2021Copy the code
11: Time frame
javascript after:2021
javascript before:2019
Copy the code
12: +
Use the “+” to return to the page containing both words
JavaScript Oops+React
Copy the code
13: AND
Used to get a result that must contain some given words.
React AND CSS
Copy the code
14: the allintext
If you want to find a web page that contains every word in your search query, you can put Allintext in: followed by your search word.
allintext: CSS fundamentals like the box model, cascade and specificity
Copy the code
And finally, if you have any secrets you’d like to share, you can leave a comment, and I’ll make sure you do it. Go, Bundy.
The possible bugs in editing can not be known in real time. In order to solve these bugs after the event, I spent a lot of time on log debugging. By the way, I recommend a good bug monitoring tool for youFundebug.
Original text: dev. To/ruphaa / 14 – t…
communication
Have a dream, have dry goods, wechat search [big Move the world] pay attention to this in the early morning is still in the bowl washing wisdom.
In this paper, making github.com/qq449245884… Has been included, a line of large factory interview complete test sites, information and my series of articles.