• 博客(0)
  • 资源 (6)

空空如也

Linux程序员指南

L i n u x的基础就是它的内核。用户可以替换某个库,或者将所有库都进行替换,但是只要 L i n u x内核存在,它就还是L i n u x。内核包括设备驱动程序、内核管理、进程管理以及通信管 理。内核高手总是遵循P O S I X规则,该规则有时会使编程变得简单,有时会使它变得比较复 杂。如果用户的程序在一个新的L i n u x内核版本上行为发生了变化,可能是因为实现了一个新 的P O S I X规则

2011-08-18

UML 教程 第三版 Martin Fowlern著

Chapter 1 gives an introduction to the UML: what it is, the different meanings it has to different people, and where it came from. Chapter 2 talks about software process. Although this is strictly independent of the UML, I think that it's essential to understand process in order to see the context of something like the UML. In particular, it's important to understand the role of iterative development, which has been the underlying approach to process for most of the OO community. I've organized the rest of the book around the diagram types within the UML. Chapters 3 and 4 discuss the two most useful parts of the UML: class diagrams (core) and sequence diagrams. Even though this book is slim, I believe that you can get the most value out of the UML by using the techniques that I talk about in these chapters. The UML is a large and growing beast, but you don't need all of it. Chapter 5 goes into detail on the less essential but still useful parts of class diagrams. Chapters 6 through 8 describe three useful diagrams that shed further light on the structure of a system: object diagrams, package diagrams, and deployment diagrams. Chapters 9 through 11 show three further useful behavioral techniques: use cases, state diagrams (although officially known as state machine diagrams, they are generally called state diagrams), and activity diagrams. Chapters 12 through 17 are very brief and cover diagrams that are generally less important, so for these, I've only provided a quick example and explanation. The inside covers summarize the most useful parts of the notation. I've often heard people say that these covers are the most valuable part of the book. You'll probably find it handy to refer to them as you're reading some of the other parts of the book.

2011-05-05

精通正则表达式(英文版)

Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL

2010-12-04

VxWorks程序员指南

Vxworks是嵌入式实时操作系统,在航空业有着广泛应用,本书对Vxworks作了系统深入的介绍,有助于帮助在嵌入式系统方向的开发人员学习嵌入式实时OS。

2010-12-04

空空如也

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

TA关注的人

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