Table of Contents
回复内容:
Home Backend Development PHP Tutorial 程序员一般都会浏览哪些网站?

程序员一般都会浏览哪些网站?

Jun 06, 2016 pm 04:45 PM

回复内容:

我是个程序员,以下是我经常浏览的网站,排名不分先后.我也不知道哪些访问得比较多.
github.com 找开源项目,写blog
stackoverflow.com 碰到问题怎么办?
codeproject.com 需要设计某个复杂的gui,又不想自己写怎么办?
google.com/ncr 为什么是ncr?因为效率高.
v2ex.com 痴汉乐园,为什么是痴汉?因为geek.
oschina.net 一些技术的八卦可以看看.
zhihu.com 我现在给你回帖的网站.
douban.com 找书,找电影,找音乐,听音乐.
xiami.com 找单曲,听音乐.
淘宝,亚马逊,京东,各大电商网站. 发现这个习惯不好,容易乱买东西.准备少逛了.

blog:
云风,coolshell,李笑来,阮一峰. 说一下自己常逛的网站:
英文:
stackoverflow.com
codeproject.com
infoq.com
ibm.com/developerworks
中文:
infoq.com/cn/
ibm.com/developerworks/
jobbole.com/
zhihu.com
iteye.com
51cto.com
除此之外,就是关注一些个人博客,偶尔浏览一下别人的git页或者一些google code... 没有人混这个么。。。。

前端乱炖, 最专业的前端技术内容社区

前端码农必备 自夸一下吧,欢迎围观我们滴 SegmentFault SegmentFault.com

一些整理:你经常访问的技术社区或者技术博客(IT类)有哪些? stackoverflow.com/ 不错 zhihu.com 把别人喝咖啡和上厕所的时间都用上了。
stackoverflow.com 给你无穷的力量,让你还能有时间喝咖啡和上厕所。 觉得好的点个赞吧,请身旁的人用用
基于自己的经历收集了些网址,分类标注了下,
有兴趣可以看下,保证相见恨晚

技术:
  1. Java工程师
  2. PHP工程师
  3. C语言值得一看的网站
  4. C++网址收藏
  5. Android网址收藏
  6. IOS研发工程师
  7. 前端开发网址收藏
  8. 运维工程师网址收藏
产品:
  1. 产品经理网址
  2. 数据产品经理网址
  3. APP设计师
  4. 后台产品经理
  5. 网页产品经理
设计:
  1. 设计师网址
  2. 网页产品设计师
  3. UI设计师
  4. 无线产品设计师
  5. Flash设计师
运营:
  1. 内容运营
  2. 产品运营
职能:
  1. 人事HR
  2. 培训经理
  3. 薪资福利经理
  4. 会计
  5. 绩效考核经理
收集了很多网站,简单的分了下类,
其实大多算不上有趣的网站,贴在这里也不合适,
如果能对你的工作学习有些许的帮助,满足已。 看了下@李力的那个单子,发觉我还有网站可以推荐的……
news.ycombinator.com/ Hacker News,新闻。其实很多网站都有新闻,不过这个社区里面新闻是靠人去顶的,而且口味特别,还不错。
thedailywtf.com/ 搞笑博客。文章主要是嘲笑网站的一些奇怪的 UX,还有某些 Java 项目有多么臃肿。
aqee.net/ 外刊 IT 评论,看了都说好。
cnblogs.com/ 曾经有不少好文章的,现在仍然可以看看无脑喷子。
coolshell.cn/ 酷壳。作者文笔不错,观点也不会太偏颇。
v2ex.com/ 程序员常混的社区。有些人觉得很温暖,不过我没发现…… .net 的话 cnblogs 博客园 补充一个吧。
Codecademy学习新语言,敲代码玩就在这里了
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Working with Flash Session Data in Laravel Working with Flash Session Data in Laravel Mar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

cURL in PHP: How to Use the PHP cURL Extension in REST APIs cURL in PHP: How to Use the PHP cURL Extension in REST APIs Mar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Simplified HTTP Response Mocking in Laravel Tests Simplified HTTP Response Mocking in Laravel Tests Mar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

12 Best PHP Chat Scripts on CodeCanyon 12 Best PHP Chat Scripts on CodeCanyon Mar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Explain the concept of late static binding in PHP. Explain the concept of late static binding in PHP. Mar 21, 2025 pm 01:33 PM

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP Logging: Best Practices for PHP Log Analysis PHP Logging: Best Practices for PHP Log Analysis Mar 10, 2025 pm 02:32 PM

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

Discover File Downloads in Laravel with Storage::download Discover File Downloads in Laravel with Storage::download Mar 06, 2025 am 02:22 AM

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:

HTTP Method Verification in Laravel HTTP Method Verification in Laravel Mar 05, 2025 pm 04:14 PM

Laravel simplifies HTTP verb handling in incoming requests, streamlining diverse operation management within your applications. The method() and isMethod() methods efficiently identify and validate request types. This feature is crucial for building

See all articles