自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Unopoo's Online Shadow

关于林林总总的文字和文字

  • 博客(0)
  • 资源 (9)
  • 收藏
  • 关注

空空如也

php 垃圾回收算法原理, 英文版

论文

2021-01-14

PHP the right way

If you are getting started with PHP, start with the current stable release of PHP 5.6¹. PHP has added powerful new features over the last few years. Though the incremental version number difference between 5.2 and 5.6 is small, it represents major improvements. If you are looking for a function or its usage, the documentation on the php.net² website will have the answer.

2016-01-23

Mastering the Requirements Process Second Edition.chm

Mastering the Requirements Process, Second Edition, sets out an industry-proven process for gathering and verifying requirements with an eye toward today's agile development environments. In this total update of the bestselling guide, the authors show how to discover precisely what the customer wants and needs while doing the minimum requirements work according to the project's level of agility.

2016-01-23

Implementation Pattern - Kent Beck.pdf

This is a book about programming—specifically, about programming so other people can understand your code. There is no magic to writing code other peo- ple can read. It’s like all writing—know your audience, have a clear overall structure in mind, express the details so they contribute to the whole story. Java offers some good ways to communicate. The implementation patterns here are Java programming habits that result in readable code.

2016-01-23

pro git_中文版.pdf

Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects. * A book by Git experts to turn you into a Git expert * Introduces the world of distributed version control * Shows how to build a Git development workflow What you’ll learn * Use Git as a programmer or a project leader. * Become a fluent Git user. * Use distributed features of Git to the full. * Acquire the ability to insert Git in the development workflow. * Migrate programming projects from other SCMs to Git. * Learn how to extend Git. This book is for all open source developers: you are bound to encounter it somewhere in the course of your working life. Proprietary software developers will appreciate Git’s enormous scalability, since it is used for the Linux project, which comprises thousands of developers and testers.

2015-03-01

编程珠玑_扫描版_jon.Bentley.pdf

本书是计算机科学方面的经典名著 书的内容围绕程序设计人员面对的一系列实际问题展开 作者Jon Bentley 以其独有的洞察力和创造力 引导读者理解这些问题并学会解决方法 而这些正是程序员实际编程生涯中至关重要的 本书的特色是通过一些精心设计的有趣而又颇具指导意义的程序 对实用程序设计技巧及基本设计原则进行了透彻而睿智的描述 为复杂的编程问题提供了清晰而完备的解决思路 本书对各个层次的程序员都具有很高的阅读价值 多年以来 当程序员们推选出最心爱的计算机图书时 《编程珠玑》总是位列前列 正如自然界里珍珠出自细沙对牡蛎的磨砺 计算机科学大师Jon Bentley以其独有的洞察力和创造力 从磨砺程序员的实际问题中凝结出一篇篇不朽的编程“珠玑” 成为世界计算机界名刊《ACM通讯》历史上最受欢迎的专栏 最终结集为两部不朽的计算机科学经典名著 影响和激励着一代又一代程序员和计算机科学工作者 本书为第一卷 主要讨论计算机科学中最本质的问题:如何正确选择和高效地实现算法 在书中 作者选取许多具有典型意义的复杂编程和算法问题 生动描绘了历史上众大师们在探索解决方案中发生的轶事 走过的弯路和不断精益求精的历程 引导读者像真正的程序员和软件工程师那样富于创新性地思考 并透彻阐述和总结了许多独特而精妙的设计原则 思考和解决问题的方法以及实用程序设计技巧 解决方案的代码均以C C++语言编写 不仅有趣 而且有很大的实战示范意义 每章后所附习题极具挑战性和启发性 书末给出了简洁的解答 ">本书是计算机科学方面的经典名著 书的内容围绕程序设计人员面对的一系列实际问题展开 作者Jon Bentley 以其独有的洞察力和创造力 引导读者理解这些问题并学会解决方法 而这些正是程序员实际编程生涯中至关重要的 本 [更多]

2015-03-01

精通正则表达式 第三版 中文 美 jeffrey E F Friedl pdf

随着互联网的迅速发展,几乎所有工具软件和程序语言都支持的正则表达式也变得越来越强大和易于使用。本书是讲解正则表达式的经典之作。本书主要讲解了正则表达式的特性和流派、匹配原理、优化原则、实用诀窍以及调校措施,并详细介绍了正则表达式在Perl、Java、.NET、PHP中的用法。 本书自第1 版开始着力于教会读者“以正则表达式来思考”,来让读者真正“精通”正则表达式。该版对PHP的相关内容、Java1.5和Java1.6的新特性作了可观的扩充讲解。任何有机会使用正则表达式的读者都会从中获益匪浅。">随着互联网的迅速发展,几乎所有工具软件和程序语言都支持的正则表达式也变得越来越强大和易于使用。本书是讲解正则表达式的经典之作。本书主要讲解了正则表达式的特性和流派、匹配原理、优化原则、实用诀窍以及调校 [更多]

2015-03-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除