<<Multi Level Inheritance>> _HakerRank_C++_Inher

#include cmath#include cstdio#include vector#include iostream#include algorithmusing namespace std;class Triangle{public:void triangle() {coutI am a triangle\n;}};class Isosceles : public Triangle{ pub
安装ApacheDS

ApacheDS 是一款由 Java 开发的 LDAP 伺服器,官方网站中有提供编译完成的 .deb 或 .rpm 档。 这边我是直接使用独立安装的方式处理,以下是我自己的作法。 环
PYTHON 学习笔记 001

1.基础概念 print( ★)print( /^\ )print( /^^^\ )print( /VVVVV\ )print( |)print( |)#变数命名规则:1.只能是英文或数字或_的组合 2.开头不能是数字#清除指令:WIN (CLS) MAC(CLEA
PYTHON 学习笔记 002

2.数字运算 #数字运算: 加+ 减- 乘* 除/print(8+5)print(8-5)print(8*5)print(8/5)#数字运算: 整数除法// 只取整数print(8//5)#数字运算: 连续运算 (先乘除后加减)print(8+8*5
PYTHON 学习笔记 003

3.基础计算机 name = input(请输入你的名字: )print(hello, + name)age = input(请输入你的年纪: )print(hello, + name + 你今年 + age + 岁)print(-----------------------------)number1 =
Day05-LeetCode-SQL启航~

昨天在看魔笛最后一舞~今天多刷一点题,晚上看能不能看到梅西封王, 会不会也是2:1呢?? 175. Combine Two Tables +-------------+---------+| Column Name | Type |+----------
利用AWS S3 & CloudFrnot 发布静态网站

关于AWS的使用方法,其实网路上有很多的解答 不过由于AWS更新的其实不慢,导致很多答案过没两三年会过时 刚好之前在发布前端网站时所遇到的坑,把它
Day06-LeetCode-SQL启航~

今天也是菜味十足,5题中有3题都要去爬文了解才能完成,不过晚上终于可以狂欢看球了~ 197. Rising Temperature +---------------+---------+| Column Name | Type |+---------
Docker import 后, DockerCompose 无法启动

在原机器使用 Docker export 输出 image 档 移至目标机器使用 Docker import 后 使用 Docker-Compose 会发生缺少 command 的错误导致无法启用 docker image Cannot create contain