概述
相信很多刚用google 搜索资料的童鞋, 对于搜索时用什么关键词,或者如何提问会比较懵逼, 本文整理了一些比较常用的 搜索关键词,助你搜索出更优质的资料。更多搜索关键词请探索 Stack Overflow。
最佳实践
xx best practice
最好的xx
the best of java IO library
命名约定(规范)
What are naming convention for mongodb
如何做?
- How do I enumerate an enum?
- how do you ....
- how to get/do ... in C#
- How does the “this” keyword work?
是什么?
- what are the dog
- What is a NullReferenceException, and how do I fix it?
- What is the best way to iterate over a Dictionary in C#?
- What is the ...
如何能
- How can I prevent SQL-injection in PHP?
- How can I SELECT rows with MAX(Column value), DISTINCT by another column in SQL?
xx 和 yy 有什么不同
what is the difference between xx and yy
xxx 和 yyy 比较
xxx vs yyy
应用场景 : 好处, 作用, 优缺点 ,功能
- when to use mongodb
- mongodb usage scenarios
xx原理, 工作机制
- how xxx internal works
- xx architecture
- understand xxx
xx 生命周期
xx lifecycle
编码规范
coding convertion
判断一个文件是否在使用的方式
is there a way to check if a file is in use
判断一个列是否存在
how to check if a colum exist in sql server
常用的 xx
frequently used java packages