How do you search the web for programming related information? [closed]

筅森魡賤 提交于 2019-12-13 12:29:37

问题


Could you share your frequently used tricks to search the web for programming related information?

Here is my toolbox:

  • To find a library or an application I use del.icio.us search (ex. communication java python) or recently stackoverflow.
  • To check recent news about a project or library I use google and narrow my search results to month (ex. spellchecker.net)
  • To find examples for a library I use google code search (ex. lang:C# log4net configure)
  • For general searches I use google custom search with stackoverflow.com added as preferred site. This gives my search emphasis on the computer programing so that searching for outlook selected text returns pages related to programming not outlook user guides :).

回答1:


Just google it, but google it well.




回答2:


I find that out-of-the-box* Google covers all my bases adequately. If I need documentation on something specific, I'll just add the source as part of the query, rather than going to the source itself to search there (e.g. "msdn" for BCL information)

*so to speak




回答3:


In addition to typing a search term into Google..

I use Google Reader extensively. I subscribe via RSS to a large number of project blogs and programming web sites. I then allocate at least 30 mins each day to scanning through the feeds.

This helps me keep up to date and helps me when I want to find an answer.




回答4:


When things get really difficult I sign in the library's mailing list.




回答5:


Windows

  • MSDN

*nix

  • Man pages

General Programming

  • StackOverflow
  • SGI STL reference



回答6:


If it's a question I have, depending on the project, and you're really stuck I often turn to the IRC channel.

However, there's the risk you're asking a question that has already been asked a hundred times. So you might encounter some unfriendliness sometimes.




回答7:


Well, depends on what you mean by "web". If it means www. then I just google it. If it means the net as a whole, I prefer usenet. Kinda like stackoverflow on steroids.




回答8:


Google Code Search is invaluable.




回答9:


In all cases, beware of the fact that all of these sources include outdated information in addition to current information. Check the dates on articles - something from 2002 is much less likely to be relevant than something from 2007, even if it is clearly written and makes perfect sense - for 2002.

The example I constantly bring up is the number of articles on WSE that will come up in search results on MSDN for "web service security". I've had reports of people implementing WSE because it came up in search results, not knowing that WSE is obsolete.



来源:https://stackoverflow.com/questions/815683/how-do-you-search-the-web-for-programming-related-information

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!