码迷,mamicode.com
首页 >  
搜索关键字:car    ( 3306个结果
实验四 类的继承、派生和多态(1)
一、实验内容 1、车辆基本信息管理 基于Car类派生出ElectricCar类、派生类ElectricCar中新增数据成员Battery类对象。 #ifndef BATTERY_H #define BATTERY_H class Battery { public: Battery(int batte ...
分类:其他好文   时间:2019-05-18 00:21:41    阅读次数:157
CRS does not start GIPC error: [29] msg [gipcretConnectionRefused]
CRS does not start GIPC error: [29] msg [gipcretConnectionRefused] Table of Contents What to do first ? Scenario 1: Wrong IP Address Scenario 2: Files... ...
分类:其他好文   时间:2019-05-17 12:10:58    阅读次数:190
python之路——38
复习 学习内容 见代码区 代码区 1.子进程中不能有input操作 2.进程同步控制——信号量 (多个锁) 3.事件——一个信号控制多个进程同时执行或阻塞 红绿灯 4.队列 5.消费者,生产者模型——joinablequeue ...
分类:编程语言   时间:2019-05-17 10:53:37    阅读次数:153
Trade and the Ancient Middle East
Trade and the Ancient Middle East Trade was the mainstay of the urban economy in the Middle East, as caravans negotiated the surrounding desert, restr ...
分类:其他好文   时间:2019-05-16 00:01:32    阅读次数:162
SpringBoot环境中使用MyBatis代码生成工具
一、Maven配置文件中添加如下依赖<dependency><groupId>org.mybatis.generator</groupId><artifactId>mybatis-generator-core</artifactId><version>1.3.7</version></dependency&g
分类:编程语言   时间:2019-05-14 16:15:19    阅读次数:155
mybatis执行insert后马上能获取自增主键的语句写法
<!--keyColumn keyProperty useGeneratedKeys 用于在插入数据后,能直接使用user.getId()获取主键--> 在今天的项目中,使用了mybatis中的如上sql语句,其中的keyColumn为数据库字段名, keyProperty为实体类的该属性名. us ...
分类:其他好文   时间:2019-05-14 09:42:40    阅读次数:123
HashMap实现原理及源码分析
HashMap实现原理及源码分析 原文作者: dreamcatcher-cx 出处: <http://www.cnblogs.com/chengxiao/> 感谢原作者! 哈希表(hash table)也叫散列表,是一种非常重要的数据结构,应用场景及其丰富,许多缓存技术(比如memcached)的核 ...
分类:其他好文   时间:2019-05-13 12:27:12    阅读次数:117
[Functional Programming] Add, Mult, Pow, isZero
succ :: Doing N + 1 times fn. add :: Doing N times succ, based on K mult :: is B pow :: or Thrush, is flip isZero :: return just T otherwise K(F) , K ...
分类:其他好文   时间:2019-05-13 09:21:23    阅读次数:121
c++第四次实验
1.车辆基本信息管理 battery.h battery.cpp car.h car.cpp electricCar.h electricCar.cpp main.cpp 更改了一些信息,并且在里程数小于之前时会报错 2.补足程序 arrayInt.h arrayInt.cpp main.cpp 对 ...
分类:编程语言   时间:2019-05-12 19:38:15    阅读次数:137
linux命令之which,whatis,whereis,tty
which 1.说明:shows the full path of (shell) commands;Which takes one or more arguments意思是该命令用于显示命令所在包括shell命令的绝对路径,并且该命令至少需要一个参数 默认在/usr/local/sbin:/usr ...
分类:系统相关   时间:2019-05-12 15:20:12    阅读次数:173
3306条   上一页 1 ... 73 74 75 76 77 ... 331 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!