Michael Morrison与电脑世界结下不解之缘的开端,就是他的第一台个人电脑TI-99/4A,配件包括至高无上的人体工程学键盘、黑白TV“显示器”,还有那甜美的卡式带存储系统。往后的岁月里,他又曾拥有过其他电脑“玩具”,不过仍然时时怀念着当年在TI上把玩Parsec、在后院玩Nerf足球的日子。
Michael Morrison与电脑世界结下不解之缘的开端,就是他的第一台个人电脑TI-99/4A,配件包括至高无上的人体工程学键盘、黑白TV“显示器”,还有那甜美的卡式带存储系统。往后的岁月里,他又曾拥有过其他电脑“玩具”,不过仍然时时怀念着当年在TI上把玩Parsec、在后院玩Nerf足球的日子。
Lynn Beighley is a fiction writer stuck in a technical book writer's body. Upon discovering that technical book writing actually paid real money, she learned to accept and enjoy it. After going back to school to get a Masters in Computer Science, she worked for the acronyms NRL and LANL. Then she discovered Flash, and wrote her first bestseller. A victim of bad timing, she moved to Silicon Valley just before the great crash. She spent several years working for Yahoo! and writing other books and training courses. Finally giving in to her creative writing bent, she moved to the New York area to get an MFA in Creative Writing. Her Head First-style thesis was delivered to a packed room of professors and fellow students. It was extremely well received, and she finished her degree, finished Head First SQL, and just finished Head First PHP & MySQL. Whew!
Lynn loves traveling, writing, and making up elaborate background stories about complete strangers. She's a little scared of UFOs.
It's possible to skip the php substr() function and limit the job description data in the SQL query itself.You use a very similar MySQL function called SUBSTRING() that accepts the same arguments as substr(). The only difference is that the starting index starts at 1 instead of 0.So grabbing the first 100 characters of the job description looks like this:
SELECT SUBSTRING(job_description, 1, 100) FROM riskyjobs; (查看原文)
Remember that our goal is to simplify the messy Mismatch queries with INNER JOIN.When an inner join involves matching columns with the same name, we can further simplify the query with the help of USING statement.The USING statement takes the place of ON in an INNER JOIN query, and requires the name of the column to be used in the match.Just make sure the column is named exactly the same in both tables.As an example, here's the Mismatch query again:
SELECT mismatch_topic.topic_id, mismatch_category.name FROM mismatch_topic INNER JOIN mismatch_category USING (category_id) WHERE mismatch_topic.name = 'Horror movies' (查看原文)
O'Reilly Head First系列(中译本)(共59册),
这套丛书还有
《Head First Python(中文版)》《深入浅出Ajax(中文版)》《Head First Ajax(中文版)》《Head First HTML5 Programming(中文版)》《Head First 敏捷开发》
等
。
1 有用 Jason Lee 2013-08-11 17:19:06
入门经典。不过还是要吐槽一下:文字之外的图片、知识点、头脑风暴等的编排实在有点乱,小版块横飞,不断分散视觉焦点,看得有点焦躁。还有就是,里面那些说话的真人穿的衣服都好土啊,可以换些新潮点的吗?
0 有用 sam 2013-03-24 01:00:30
入门
0 有用 huibin 2011-11-22 08:58:45
非常不错的入门书·
0 有用 过尽潮来 2023-07-19 14:23:00 北京
废话太多了,个人比较接受无能
0 有用 拉格朗日 2013-04-06 21:08:13
入门好书