自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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 13978 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 238

原创 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 1647

原创 《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 227

原创 《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 272

原创 《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 165

原创 《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 152

原创 《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 224

原创 《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 228

原创 《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 197

原创 《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 198

原创 《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 135

原创 《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 118

Testbed静态测试使用指南V1.1

使用Testbed的进行静态分析测试基本流程和方法,分三个部分:Testbed功能介绍 ,使用 Testbed 进行编码规则的定制和检查,结果分析及测试报告编写。

2019-04-08

Testbed学习总结V1.0

总结Testbed基本的使用,相关的测试所需的概念和知识总结。

2019-04-08

2016年上半年系统分析师下午真题及答案解析

计算机技术与软件专业技术资格(水平)考试,2016年上半年系统分析师下午真题及答案解析。小任老师的。

2019-03-09

空空如也

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

TA关注的人

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