auto commit
This commit is contained in:
parent
00db8656e2
commit
e7c0cfdaac
@ -315,3 +315,4 @@ context.stroke(); // 进行勾勒
|
|||||||
|
|
||||||
|
|
||||||
-*EOF*-
|
-*EOF*-
|
||||||
|
|
||||||
|
|||||||
@ -30,4 +30,4 @@
|
|||||||
op.style.marginLeft = "200px";
|
op.style.marginLeft = "200px";
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -49,3 +49,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
@ -233,3 +233,4 @@
|
|||||||
|
|
||||||
|
|
||||||
-*EOF*-
|
-*EOF*-
|
||||||
|
|
||||||
|
|||||||
@ -214,4 +214,4 @@
|
|||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
-*EOF*-
|
-*EOF*-
|
||||||
|
|||||||
@ -50,4 +50,4 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
-*EOF*-
|
-*EOF*-
|
||||||
|
|||||||
@ -220,4 +220,4 @@ db.transaction(function (tx) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
-*EOF*-
|
-*EOF*-
|
||||||
|
|||||||
@ -881,4 +881,4 @@ openDB('stuDB', 1)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
-*EOF*-
|
-*EOF*-
|
||||||
|
|||||||
@ -327,4 +327,4 @@ function deleteDB(db, storeName, id) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -60,4 +60,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -396,4 +396,4 @@ file.onchange = function () {
|
|||||||
|
|
||||||
-------
|
-------
|
||||||
|
|
||||||
-*EOF*-
|
-*EOF*-
|
||||||
|
|||||||
@ -69,4 +69,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -481,3 +481,4 @@ Cache-Control: max-age=31536000
|
|||||||
|
|
||||||
-*EOF*-
|
-*EOF*-
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -34,4 +34,4 @@ http.createServer(function (req, res) {
|
|||||||
});
|
});
|
||||||
}).listen(3000, function () {
|
}).listen(3000, function () {
|
||||||
console.log("服务器已启动,监听 3000 端口...");
|
console.log("服务器已启动,监听 3000 端口...");
|
||||||
})
|
})
|
||||||
|
|||||||
@ -22,4 +22,4 @@ img:first-of-type{
|
|||||||
|
|
||||||
img:last-of-type{
|
img:last-of-type{
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -26,4 +26,4 @@
|
|||||||
<script src="../js/index.js"></script>
|
<script src="../js/index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -2,4 +2,4 @@ const h1 = document.querySelector("h1");
|
|||||||
|
|
||||||
h1.onclick = function(){
|
h1.onclick = function(){
|
||||||
window.alert("这是一个标题");
|
window.alert("这是一个标题");
|
||||||
}
|
}
|
||||||
|
|||||||
@ -659,4 +659,4 @@ console.log("服务器已启动...");
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
```
|
```
|
||||||
|
|||||||
@ -23,4 +23,4 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -19,4 +19,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -28,4 +28,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -18,4 +18,4 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -5,4 +5,4 @@ self.addEventListener("message", async event=>{
|
|||||||
clients.forEach(function(client){
|
clients.forEach(function(client){
|
||||||
client.postMessage(event.data.value);
|
client.postMessage(event.data.value);
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@ -16,4 +16,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -20,4 +20,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -24,4 +24,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -23,4 +23,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -12,4 +12,4 @@ onconnect = function (e) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -84,4 +84,4 @@ function getDataByKey(db, storeName, key) {
|
|||||||
resolve(request.result);
|
resolve(request.result);
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@ -43,4 +43,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -77,4 +77,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -16,4 +16,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -21,4 +21,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -31,4 +31,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -17,4 +17,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -26,4 +26,4 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -29,4 +29,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -35,4 +35,4 @@ wss.on("connection", function(client){
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log("Web Socket 服务器已经启动....");
|
console.log("Web Socket 服务器已经启动....");
|
||||||
|
|||||||
@ -253,4 +253,4 @@ onconnect = function (e) {
|
|||||||
|
|
||||||
-------
|
-------
|
||||||
|
|
||||||
-*EOF*-
|
-*EOF*-
|
||||||
|
|||||||
@ -29,4 +29,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -2,4 +2,4 @@ let count = 0;
|
|||||||
setInterval(function(){
|
setInterval(function(){
|
||||||
count++;
|
count++;
|
||||||
postMessage(count);
|
postMessage(count);
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|||||||
@ -288,3 +288,4 @@
|
|||||||
> - window.open window.postMessage
|
> - window.open window.postMessage
|
||||||
> - Websocket
|
> - Websocket
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -35,3 +35,4 @@
|
|||||||
18. 各个浏览器兼容前缀?
|
18. 各个浏览器兼容前缀?
|
||||||
|
|
||||||
19. 跨标签页的通讯方式有哪些(哔哩哔哩)
|
19. 跨标签页的通讯方式有哪些(哔哩哔哩)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user