|
@@ -0,0 +1,51 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+
|
|
|
+<head>
|
|
|
+ <!-- <link async rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
|
|
|
+ integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous"> -->
|
|
|
+ <script type="text/javascript" src="../js/jquery.min.js" crossorigin="anonymous"></script>
|
|
|
+ <link rel="stylesheet" href="../css/bootstrap.min.css" crossorigin="anonymous">
|
|
|
+ <script type="text/javascript" src="../js/bootstrap.min.js" crossorigin="anonymous"></script>
|
|
|
+ <link rel="stylesheet" href="../css/style.css">
|
|
|
+ <link rel="preconnect" href="https://fonts.gstatic.com">
|
|
|
+ <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
|
|
|
+&family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
|
+ <title>日志</title>
|
|
|
+ <style>
|
|
|
+ .btn {
|
|
|
+ text-shadow: rgb(85, 85, 85) 3px 2px 4px;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <a class="btn btn-info" href="/"><span class="glyphicon glyphicon-home" aria-hidden="true"></span> 返回</a>
|
|
|
+ <div class="page-header">
|
|
|
+ <h1>网站日志</h1>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <h3>
|
|
|
+ 2022.12.2
|
|
|
+ <small>MySQL</small>
|
|
|
+ </h3>
|
|
|
+ <p>近日研究了 Bootstrap 框架很多不错的设计,如按钮组团等,进行了应用。</p>
|
|
|
+ <p>今天开始尝试在本地搭建 MySQL 数据库。希望是日后能建起一个存放中学化学式的数据库。</p>
|
|
|
+ <hr>
|
|
|
+
|
|
|
+ <h3>
|
|
|
+ 2022.11.30
|
|
|
+ <small>WebSocket</small>
|
|
|
+ </h3>
|
|
|
+ <p>有了小崔给的主机,开辟了很多新领域。</p>
|
|
|
+ <p>不用暴力地琢磨纯静态页面了,可以开始自己开发网页后端。刚起步,先用 Node.js+Express 做后端。</p>
|
|
|
+ <p>用 WebSocket 可以实现服务器与客户端的即时通讯,原先搭载在 LeanCloud 上的五子棋计算部分可以迁移到本地了。</p>
|
|
|
+
|
|
|
+ <hr>
|
|
|
+ <p>开始记录。</p>
|
|
|
+ <hr>
|
|
|
+ <p>:-)</p>
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|