如何选择一本不让你后悔的电脑书–以PHP为例(1)
选购电脑书的基本原则是什么?可能不同人会给出不同的答案来,可能的答案无外乎就以下这几种:好懂、全面、深入、实用、价格适中、便于和作者交流等,本人以为,最重要的是应该根据自己所处的不同阶段,有选择地来选择书,其次是选购一本自己能看懂的书,然
选购电脑书的基本原则是什么?可能不同人会给出不同的答案来,可能的答案无外乎就以下这几种:好懂、全面、深入、实用、价格适中、便于和作者交流等,本人以为,最重要的是应该根据自己所处的不同阶段,有选择地来选择书,其次是选购一本自己能看懂的书,然后才能考虑其他方面。
首先,为什么要买书?有人说,为了学习,也有的人说,为了提高,也有人说,为了解决工作中的实际问题,这些说法都没有什么问题,但是,大家都忘记了一个重要的前提,那就是自己已经有一份稳定的工作,不在为生存问题揪心。明白了这点,你就知道下面该怎么做了?
1)没有工作
就业形式怎么样?就业行情如何?竞争如何?我想这不需要我多说什么,只要你抽出一点时间,看看各大网站的新闻,看看人才网站的新闻,搜索一下相应的文章,我想你比我更清楚。那么,这样的人都知道,电脑书的选购非常令人头疼了,因为你肯定是因为不懂书中的内容才会购买,但是电脑技术的实践性很强也越来越复杂,就编程技术来说,多数情况下需要上机编写程序才能知道自己是否学会了。不过书店并不会提供机器让你编程序,你只能站着或者蹲着看书,即便腰酸腿疼地看到书店下班(这种情况一般还是很少出现的),也不一定能知道哪本书自己能看懂。那么,有没有一些简单的方法作出判断?本文将以PHP图书为例,告诉大家一些技巧。
还忘了说了,这里前提是你已经决定投入哪个技术门派了(其实,也就那几派:java,PHP,.net,没派),至于选择哪个门派的话题,我们以后会专门说道,这里只是假定你已经选择了PHP了,如果你是其他门派,也没有关系,因为选择方法与技术没有什么太大的关系。
2)有工作
这类人满足他们的需求其实就很简单了,提高和解决工作中实际问题,这里我个人认为,解决实际问题,买书并不一定比搜索来的更实际一些,首先,图书的出版速度要远远落后与技术,大多数的图书其实都是在技术已经成熟一段时间内才出版的,往往是技术都快升级到新版了,图书才刚刚上市,所以,想通过图书解决实际问题的人,恐怕要失望了。提高水平,这个话题有点大,其实,大多数情况主要是想提高自己的理论水平的(含分析,设计),那么,买本书来看看还是有很大作用的,至于说提高编程能力,书的作用不是很大,可有可无。
对于,目前电脑书的现状,本人认为基本的事实是好书不多,坏书不少,凡是认真看过几本书的读者应该或多或少有所体会,问题有多严重不便在此描述,就用下面的图示作为支持本人观点的一个证据吧。(水军的评论就不贴!)
分析造成如此局面的原因同样不是本文的目的,那是需要很多长篇大论才能彻底曝光的,本文只是想告诉读者,如果我们不得不在垃圾箱中找食物充饥,怎样才能找到比较卫生可口的。
下面,本文将介绍这个过程,建议大家在该过程的各个阶段中,应该注意哪些事项。中心思想是怎样根据能看懂的内容,对书的质量和是否选够作出决定。当然,通常情况下,书中的技术内容在书店中很难看懂(这种说法有点太武断了),但是有些非技术内容可以看懂,例如书名、作者名等,某些书评等。
(待续)
更多的内容参见铭家在线:www.ityouku.com

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

If you are an experienced PHP developer, you might have the feeling that you’ve been there and done that already.You have developed a significant number of applications, debugged millions of lines of code, and tweaked a bunch of scripts to achieve op

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

Static binding (static::) implements late static binding (LSB) in PHP, allowing calling classes to be referenced in static contexts rather than defining classes. 1) The parsing process is performed at runtime, 2) Look up the call class in the inheritance relationship, 3) It may bring performance overhead.

What are the magic methods of PHP? PHP's magic methods include: 1.\_\_construct, used to initialize objects; 2.\_\_destruct, used to clean up resources; 3.\_\_call, handle non-existent method calls; 4.\_\_get, implement dynamic attribute access; 5.\_\_set, implement dynamic attribute settings. These methods are automatically called in certain situations, improving code flexibility and efficiency.
