A new series is out: Vue2 and Vue3 Tips Booklet
Wechat search [Great Relocation to the World], I will share with you the front-end industry trends, learning methods, etc. as soon as possible.
This article GitHub https://github.com/qq449245884/xiaozhi has been included, there are complete test sites, materials and my series of articles for interviews with first-line manufacturers.
Google is a more commonly used search tool for our programmers because there are fewer advertisements and more accurate information. However, sometimes we can't find the answer we think of no matter how we search. At this time, it may be that your keywords are wrong. As it happens, here are some practical skills to share with you, so that you can quickly find the content you want.
1: Search for an exact word or phrase
Use quotation marks to search for an exact word or phrase.
"what is kubernetes"
2: Exclude words
The minus sign allows us to specify words that should not appear in the result. Use "-"
to exclude words.
hover over an element -css
3: Site Search
site
Keyword, which can be searched within the specified site.
site:geeksforgeeks.org merge sort
If you want to exclude content under a domain name, just add -
-site:wikipedia.org
4. Asterisk ( *
)
The asterisk is a wildcard that matches any word. For missing words or phrases, use *
.
build a todo app with *
5: File Type
FileType
: The operator allows us to search for type-specific files. Some available types: PDF
, PPT
, DOC
, XLS
.
filetype:pdf how to learn react
6.Word definitions
Use the following search techniques to find inline definitions:
define:machine learning
7: Use ~
to search for a word and all its synonyms
How to increase font-size of paragraph ~tag
8: Use OR
to perform multiple searches
9:Related
Use related
to find websites that are similar to the specified website.
related: udemy.com
10: Number range
Use ...
to search within a range of numbers:
Updated css course 2020...2021
11: Time Frame
javascript after:2021
javascript before:2019
12: +
Use "+"
to return pages containing both words
JavaScript Oops+React
13: AND
Used to get results that must contain some of the given words.
React AND CSS
14: allintext
If you want to find web pages that contain every word of your search query, you can put allintext
in : followed by the word you want to search for.
allintext: CSS fundamentals like the box model, cascade and specificity
Finally, if you still have any cheats that you want to share, you can leave a message and share, and I will definitely let you expose, withdraw, and go to Die.
The bugs that may exist after the code is deployed cannot be known in real time. In order to solve these bugs afterwards, a lot of time is spent on log debugging. By the way, I recommend a useful bug monitoring tool , Fundebug .
Author: Ruphaa Translator: Front-end Xiaozhi Source: dev
Original: https://dev.to/ruphaa/14-tips-to-gooe-like-a-pro-14jo
comminicate
If you have dreams and dry goods, you can search for [Great Move to the World] on WeChat and pay attention to this Shawanzhi who is still washing dishes in the early hours of the morning.
This article GitHub https://github.com/qq449245884/xiaozhi has been included, there are complete test sites, materials and my series of articles for interviews with first-line manufacturers.
comminicate
If you have dreams and dry goods, you can search for [Great Move to the World] on WeChat and pay attention to this Shawanzhi who is still washing dishes in the early hours of the morning.
This article GitHub https://github.com/qq449245884/xiaozhi has been included, there are complete test sites, materials and my series of articles for interviews with first-line manufacturers.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。