File tree 5 files changed +57
-0
lines changed
5 files changed +57
-0
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
+ /** /._.DS_Store
3
+ .obsidian /. *
4
+ _book /. *
5
+ docs /text /assets /. *
6
+ docs /windows /assets /. *
7
+ docs /markdown /. *
8
+ docs /python /. *
2
9
3
10
# Build and Release Folders
4
11
bin-debug /
Original file line number Diff line number Diff line change 26
26
* [ mdBook] ( ./docs/mdbook/mdbook-use.md )
27
27
* [ Makefile编写规则] ( ./docs/makefile/makefile.md )
28
28
* [ Prometheus应用监控] ( ./docs/prometheus/prometheus.md )
29
+ * [ 搜索技巧] ( ./docs/tools/search-skill.md )
29
30
30
31
## Markdown
31
32
Original file line number Diff line number Diff line change
1
+ # 搜索技巧
2
+
3
+ * “短视频”
4
+
5
+ 代表搜索的内容里面一定含有短视频
6
+
7
+ * site: douban .com 房价
8
+
9
+ 搜索“房价”相关内容,限定在豆瓣网站上。
10
+
11
+ * intitle:房价波动
12
+
13
+ 确保标题中一定含有“房价波动”这个关键词。
14
+
15
+ * all intitle: 2023 济南高新 房价
16
+
17
+ 搜索标题含有“2023 济南高新 房价”三个关键词的内容。
18
+
19
+ * intext: 牛顿
20
+
21
+ 内容包含“牛顿”这个关键词。
22
+
23
+ * all intext: 2023 济南高新 房价
24
+
25
+ 搜索“2023 济南高新 房价”相关内容,无论标题还是正文。
26
+
27
+ * filetype: pdf 房价
28
+
29
+ 搜索“房价”相关的PDF文件。
30
+
31
+ * 军事 inurl: CCTV
32
+
33
+ 搜索“CCTV”网站上含有“军事”的页面。例如,军事 inurl: douyin .com 代表搜索“douyin.com”网站上含有“军事”的短视频。
34
+
35
+ * 软件 inurl: qq .com
36
+
37
+ 搜索“fashiontech.top”网站上含有“软件”的页面。
38
+
39
+ * 房价 价格:100000..500000
40
+
41
+ 搜索“房价”相关内容,限定在100000元到500000元之间。
42
+
43
+ * 房价 面积:100..500
44
+
45
+ 搜索“房价”相关内容,限定在100平米到500平米之间。
46
+
47
+ * 房价 时间:2021-01-01..2021-12-31
48
+
49
+ 搜索“房价”相关内容,限定在2021年1月1日至12月31日之间。
You can’t perform that action at this time.
0 commit comments