码迷,mamicode.com
首页 > 2016年03月05日 > 全部分享
JAVA类课后练习
1、Pg168--2 package com.hanqi; import java.util.Scanner; public class Rectangle { Rectangle() { //完成初始化 lang=12; wide=10; } //属性 double lang; double wi
分类:编程语言   时间:2016-03-05 00:02:36    阅读次数:225
单一继承多次与多重继承的构造与析构
单一继承多次 代码: class great_great_father { public: great_great_father() { cout << "function: \tgreat_great_father()" << std::endl; } ~great_great_father()
分类:其他好文   时间:2016-03-05 00:01:49    阅读次数:261
react native mac install
Mac上使用react native tips: 1. 安装Homebrew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2. 安装nvm 和 node nvm:
分类:系统相关   时间:2016-03-05 00:02:42    阅读次数:230
1023条   上一页 1 ... 58 59 60 61
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!