- 博客(13)
- 资源 (3)
- 收藏
- 关注
原创 安装IBM Rational Software Architect V9.0
目录安装IBM Rational Software Architect V9.0一、查找IBM Rational Software Architect V9.0资源二、安装试用版三、破解如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表F...
2019-04-10 23:01:57
16629
16
原创 Emacs使用cpp-highlight-buffer mode进行C代码预处理
本来看到说对于#if ...#elif...#endif这种预处理语句,可以用M-x hide-ifdef-mode进入hide-ifdef-mode进行智能的显示处理,但没弄会。后来发现cpp-highlight-buffer mode可以做预处理。就尝试探索了一下,看下面。原本代码是下面的样子:M-x cpp-highlight-buffer 启动该处理模式。出现类似下面的界面,然后进行相关设...
2018-07-04 01:13:32
285
原创 spacemacs报错Company backend 'xxx' could not be initialized.解决方案
原本是在windows 7上安装的spacemacs。安装GNU Emacs 24.5.1,然后在%HOME%目录下使用.emacs.d、.spacemacs.d、.spacemacs这三个文件/文件夹进行管理配置。平时主要对这三个文件/文件夹进行备份。而之前是可以正常补全的。层下面packages.el的相关配置如下:(defconst wenhao-packages '(youdao-dic...
2018-06-25 02:15:34
1756
原创 《The Object-Oriented Thought Process》读书笔记10
15 Design PatternsDesign Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma,Richard Helm, Ralph Johnson, and John Vlissides.Gang of Four.GoF.Why Design Patterns?TheFour Elements of...
2018-05-14 01:15:49
279
原创 《The Object-Oriented Thought Process》读书笔记8
12 Persistent Objects: Serialization and RelationalDatabasesPersistent Objects BasicsThe concept ofsaving the state of an object so that it can be used later is called persistence.Figure 12.2 Object l...
2018-05-14 01:12:51
345
原创 《The Object-Oriented Thought Process》读书笔记9
11 Objects and Portable Data: XMLXML is astandard mechanism for defining and transporting data between potentiallydisparate systems.Portable DataXML providesstandards to move data in a variety of ways...
2018-05-14 01:10:13
234
原创 《The Object-Oriented Thought Process》读书笔记7
10 Creating Object Models with UMLWhat Is UML?Unified Modeling Language.The Structure of a Class DiagramFigure 10.1 A UML diagram of the Cabbie class.Attributes and Methods Attributesall attributes...
2018-05-06 22:39:39
195
原创 《The Object-Oriented Thought Process》读书笔记6
9 Building ObjectsWhen inheritanceis used, the end result is, at least conceptually, a single class thatincorporates all of the behaviors and attributes of the inheritance hierarchy. Whencomposition i...
2018-05-05 23:49:50
295
原创 《The Object-Oriented Thought Process》读书笔记5
8 Frameworks and Reuse: Designing with Interfaces andAbstract ClassesCode: To Reuse or Not to Reuse?One way tocreate reusable code is to create frameworks. In this chapter, we focus onusing interfaces...
2018-05-05 00:06:36
270
原创 《The Object-Oriented Thought Process》读书笔记4
7 Mastering Inheritance and CompositionInheritanceand composition play major roles in the design of object-oriented(OO) systems.Reusing ObjectsInheritancerepresents the is-a relationship that was intr...
2018-05-03 23:30:22
241
原创 《The Object-Oriented Thought Process》读书笔记3
6 Designing with ObjectsYouhave to pay attention to the overall design and invest the proper amount oftime and effort to create the best possible product.Design GuidelinesManyorganizations do not foll...
2018-04-29 23:31:05
244
原创 《The Object-Oriented Thought Process》读书笔记2
5 Class Design GuidelinesIdentifying the public interfacesThe entire purpose of building a class isto provide something useful and concise.The minimum public interfacenecessitate[英] [niˈsesiteit][美] [...
2018-04-26 23:28:55
180
原创 《The Object-Oriented Thought Process》读书笔记1
4 An Anatomy(解剖,分析) of Class /* This class defines a cabbie and assigns a cab*/public class Cabbie{ //Place name of Company Here private static String companyName = "Blue Cab Company"; //Na...
2018-04-25 00:16:51
271
Testbed静态测试使用指南V1.1
2019-04-08
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人