gtest是Google的一套用于编写C测试的框架,可以运行在很多平台上(包括Linux、Mac OS X、Windows、Cygwin等等)。基于xUnit架构。支持很多好用的特性,包括自动识别测试、丰富的断言、断言自定义、死亡测试、非终止的失败、生成XML报…
《Programming from the Ground Up》学习第2天,p19-p48总结,总计30页。
一、技术总结
1.object file
p20, An object file is code that is in the machine’s language, but has not been completely put together。
之前在很多地方都看到object fi…
1、目录结构 2、count/index.js
import React, {Component} from "react";
//引入store,用于获取数据
import store from ../../redux/store
//引入actionCreator 专门创建action对象
import {createDecrementAction,createIncrementAction} from ../../redux/coun…