自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (37)
  • 收藏
  • 关注

空空如也

MySQL 5.5 Reference Manual

MySQL数据库管理系统最全面的参考手册。

2014-10-23

软件测试专业术语中英文对照表

ISTQB专业术语表有以下两个主要目的: 通过定义大纲中使用的术语,支持ISTQB大纲。 通过提供标准的测试词汇,支持国际测试界以及与利益相关者之间的交流。

2018-12-15

Beginning Python: From Novice to Professional, 2nd Edition

《Python基础教程, 第三版》的英文电子版。本书是经典的Python入门教程,层次鲜明、结构严谨、内容翔实,特别是后面几章,作者将前面讲述的内容应用到10个引人入胜的项目中,并以模板的形式介绍了项目的开发过程,手把手教授Python编程实践,让读者从项目中领略Python的真正魅力。

2018-08-19

Test-Driven Java Development

针对Java语言,结合实例介绍测试驱动开发的方法。英文原版。 Test-driven development (TDD) is a development approach that relies on a test-first procedure that emphasises writing a test before writing the necessary code, and then refactoring the code to optimize it. The value of performing TDD with Java, one of the most established programming languages, is to improve the productivity of programmers, the maintainability and performance of code, and develop a deeper understanding of the language and how to employ it effectively. Starting with the basics of TDD and reasons why its adoption is beneficial, this book will take you from the first steps of TDD with Java until you are confident enough to embrace the practice in your day-to-day routine. You'll be guided through setting up tools, frameworks, and the environment you need, and will dive right in to hands-on exercises with the goal of mastering one practice, tool, or framework at a time. You'll learn about the Red-Green-Refactor procedure, how to write unit tests, and how to use them as executable documentation. With this book you'll also discover how to design simple and easily maintainable code, work with mocks, utilise behaviour-driven development, refactor old legacy code, and release a half-finished feature to production with feature toggles. You will finish this book with a deep understanding of the test-driven development methodology and the confidence to apply it to application programming with Java.

2018-08-19

Regular Expressions Cookbook, SECOND EDITION

介绍各种语言中,正则表达式的常用写法,很实用。英文原版。 Take the guesswork out of using regular expressions. With more than 140 practical recipes, this cookbook provides everything you need to solve a wide range of real-world problems. Novices will learn basic skills and tools, and programmers and experienced users will find a wealth of detail. Each recipe provides samples you can use right away. This revised edition covers the regular expression flavors used by C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET. You’ll learn powerful new tricks, avoid flavor-specific gotchas, and save valuable time with this huge library of practical solutions.

2018-08-19

Microsoft Project 2013 Step by Step

Experience learning made easy - and quickly teach yourself how to manage the complete project life cycle with Project 2013. With Step by Step, you set the pace - building and practicing the skills you need, just when you need them! Work with Project 2013 on your PC or touch-enabled device Build and fine-tune your project plan Schedule tasks and milestones, and assign resources Track progress and costs, and manage variances Troubleshoot delays and budget overruns Customize Gantt chart views, tables, and calendars Learn project-management best practices

2018-12-15

Turbo C 2.0 安装版

运行在DOS操作系统中的经典C语言编译器。这是安装版。

2014-01-11

CSS The Missing Manual 4th Edition.pdf

CSS lets you create professional-looking websites, but learning its finer points can be tricky—even for seasoned web developers. This fully updated edition provides the most modern and effective tips, tricks, and tutorial-based instruction on CSS available today. Learn how to use new tools such as Flexbox and Sass to build web pages that look great and run fast on any desktop or mobile device. Ideal for casual and experienced designers alike.

2020-08-19

Tasm 5.0 安装版

运行在DOS操作系统中的经典汇编器。这是安装版。

2014-01-11

MASM 6.11安装版

运行在32位Windows系统中的经典汇编器。用于编写32位汇编语言程序。这是安装版。

2014-01-11

Turbo Pascal 7.0 安装版

运行在DOS操作系统中的PASCAL语言经典编译器。这是安装版。

2014-01-11

Turbo Debugger 5.5 安装版

运行DOS操作系统中的经典调试器,主要用于TC、TC++、TASM等Borland编译生成的代码。这是安装版。

2014-01-11

Tasm 3.0 汇编器

运行在DOS操作系统中的经典汇编器,Borland公司开发。

2014-01-11

Fortran 5.1

Fortran 5.1:Dos操作系统中经典的Fortran语言编译器。

2014-01-11

Turbo Debugger 3.0 调试器

运行在DOS操作系统中的经典调试器,又Borland公司开发。

2014-01-11

MASM 5.0安装版

运行在DOS操作系统中的经典汇编器,用于汇编语言学习。 这是安装版。

2014-01-11

Thinking in Java, Fourth Edition

Java语言的高阶读物,介绍很多Java语言的编程思想和用法。英文原版。

2018-08-19

Writing Documentation Using DocBook

英文名称:Writing Documentation Using DocBook 中文名称:Docbook写作指南 DocBook提供了一个使用SGML/XML撰写结构化文档的系统。这个系统非常适合于计算机类的文章、书籍、论文等的出版,当然并不仅仅限于计算机类。DocBook已经被Linux、FreeBSD等众多的项目制定作为文档撰写格式,并且有越来越多的组织和个人开始使用。

2014-10-23

Effective Java, Second Edition

Java语言的经典书,介绍Java语言优秀的写法和需要避免的错误。英文原版。

2018-08-19

Unicode Explained

Fundamentally, computers just deal with numbers. They store letters and other characters by assigning a number for each one. At one time, there were hundreds of different encoding systems for assigning these numbers - but that was before Unicode. Unicode enables a single software product or website to be targeted across multiple platforms, languages and countries without re-engineering. It's no wonder that industry giants like Apple, Hewlett-Packard, IBM and Microsoft have all adopted Unicode. Containing everything you need to understand Unicode, this comprehensive reference from O'Reilly takes you on a detailed guide through the complex character world. For starters, it explains how to identify and classify characters - whether they're common, uncommon, or exotic. It then shows you how to type them, utilize their properties, and process character data in a robust manner. The book is broken up into three distinct parts. The first few chapters provide you with a tutorial presentation of Unicode and character data. It gives you a firm grasp of the terminology you need to reference various components, including character sets, fonts and encodings, glyphs and character repertoires. The middle section offers more detailed information about using Unicode and other character codes. It explains the principles and methods of defining character codes, describes some of the widely used codes, and presents code conversion techniques. It also discusses properties of characters, collation and sorting, line breaking rules and Unicode encodings. The final four chapters cover more advanced material, such as characters in HTML and XHTML. You simply can't afford to be without the nuggets of valuable information detailed in "Unicode Explained".

2014-10-23

C/C++ Reference

C和C++语言的参考手册,小巧玲珑,方便携带和查阅。

2014-10-23

Turbo C++ 3.0 安装版

运行在DOS操作系统中的经典C++编译器。这是安装版。

2014-01-11

Maven: The Definitive Guide

Java构建工具Maven的权威指南,详细介绍Maven的使用方法。英文原版。

2018-08-19

空空如也

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

TA关注的人

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