wenhaoyx的博客

私信 关注
wenhaoyx
码龄13年
  • 7,688
    被访问量
  • 13
    原创文章
  • 369,302
    作者排名
  • 6
    粉丝数量
  • 于 2008-03-21 加入CSDN
获得成就
  • 获得2次点赞
  • 内容获得9次评论
  • 获得7次收藏
荣誉勋章
兴趣领域
  • #人工智能
    #PyTorch
TA的专栏
  • OOP
    11篇
  • Editor
    2篇
  • 最近
  • 文章
  • 资源
  • 问答
  • 课程
  • 帖子
  • 收藏
  • 关注/订阅

安装IBM Rational Software Architect V9.0

目录安装IBM Rational Software Architect V9.0一、查找IBM Rational Software Architect V9.0资源二、安装试用版三、破解如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表F...
原创
5748阅读
9评论
2点赞
发布博客于 2 年前

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

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

Testbed学习总结V1.0

总结Testbed基本的使用,相关的测试所需的概念和知识总结。
pdf
发布资源于 2 年前

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

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

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 启动该处理模式。出现类似下面的界面,然后进行相关设...
原创
114阅读
0评论
0点赞
发布博客于 3 年前

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...
原创
690阅读
0评论
0点赞
发布博客于 3 年前

《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...
原创
127阅读
0评论
0点赞
发布博客于 3 年前

《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...
原创
164阅读
0评论
0点赞
发布博客于 3 年前

《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...
原创
82阅读
0评论
0点赞
发布博客于 3 年前

《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...
原创
65阅读
0评论
0点赞
发布博客于 3 年前

《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...
原创
107阅读
0评论
0点赞
发布博客于 3 年前

《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...
原创
145阅读
0评论
0点赞
发布博客于 3 年前

《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...
原创
86阅读
0评论
0点赞
发布博客于 3 年前

《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...
原创
50阅读
0评论
0点赞
发布博客于 3 年前

《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][美] [...
原创
62阅读
0评论
0点赞
发布博客于 3 年前

《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...
原创
56阅读
0评论
0点赞
发布博客于 3 年前