问题
One of the problems I have with Google is that it seems to strip special characters like dots, commas and some other special characters, which are usually what I'm looking for when I'm trying to find anything programming-related
ex: django @ sign
returns irrelevant data. Perhaps you know a way (or an alternative/technique) to make this possible?
Related Questions
- Effective Googling for short names
- Why would M# be harder to Google than C#?
回答1:
Have you tried http://www.google.com/codesearch?
回答2:
If you're looking for actual code examples, you can try code.google.com. Otherwise, the safest bet is to find the main website for whatever language you've got questions about and look around there, although a little digging is likely to turn it up on google.
来源:https://stackoverflow.com/questions/947612/how-do-i-search-google-for-code-and-other-programming-related-keywords-it-seems