This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml" ng-app="rtwApp"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>完成版:Angular-Mqtt-Sub</title> | |
<link rel="icon" type="image/png" href="assets/imgs/ok.ico"> | |
<link href="assets/css/bootstrap.css" rel="stylesheet" /> <!-- 讓網頁漂亮一點的CSS Style --> | |
<link href="assets/css/main.css" rel="stylesheet" /> <!-- 讓表單與角落離開一點 --> | |
<script src="assets/js/angular.min.js"></script> <!-- 操控網頁元件的函式庫 --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml" ng-app="rtwApp"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>完成版:Angular-Mqtt-Pub</title> | |
<link rel="icon" type="image/png" href="assets/imgs/ok.ico"> | |
<link href="assets/css/bootstrap.css" rel="stylesheet" /> <!-- 讓網頁漂亮一點的CSS Style --> | |
<link href="assets/css/main.css" rel="stylesheet" /> <!-- 讓表單與角落離開一點 --> | |
<script src="assets/js/angular.min.js"></script> <!-- 操控網頁元件的函式庫 --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "mysql-d3", | |
"container": { | |
"docker": { | |
"image": "mysql", | |
"network": "BRIDGE", | |
"portMappings": [ | |
{ "containerPort": 3306, "hostPort": 0 } | |
], | |
"privileged": true, |
NewerOlder