Skip to content

Commit

Permalink
add 100224.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yushengtzou committed Oct 2, 2024
1 parent ca17446 commit 4978a14
Show file tree
Hide file tree
Showing 1,209 changed files with 669,554 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vite/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"hash": "9d94683b",
"configHash": "dfd2a1ba",
"lockfileHash": "e3b0c442",
"browserHash": "13d8b5e5",
"optimized": {},
"chunks": {}
}
3 changes: 3 additions & 0 deletions .vite/deps/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
71 changes: 71 additions & 0 deletions category/3.blog/100224.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Blog | Yu Sheng Tzou</title>
<link rel="shortcut icon" href="../../images/logo.jpg">
<link rel="apple-touch-icon" href="../../images/logo.jpg">
<link rel="stylesheet" href="../../stylesheets/styles.css">
<link rel="stylesheet" href="../../stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width">
<script src="https://kit.fontawesome.com/15acf50b31.js" crossorigin="anonymous"></script>
<style>
hr {
width: 66%; /* Adjust to the desired width */
border: none;
margin: 0 auto; /* Center the line */
}
</style>
</head>
<body>
<div class="wrapper">
<header>
<a href="https://yushengtzou.github.io"><h1 style="color: #39c;" >Yu-Sheng Tzou</h1></a>
<img src="../../images/logo.jpg" alt="Logo">
<p style="text-align: center; padding-top: 20px;">
<a href="mailto:[email protected]" style="margin-right: 15px;"><i style="color: #828282;" class="fa-solid fa-envelope fa-xl"></i></a>
<a href="https://github.com/yushengtzou/" style="margin-right: 15px;"><i style="color: #828282;" class="fa-brands fa-github fa-xl"></i></a>
<a href="https://www.linkedin.com/in/yushengtzou/" style="margin-right: 15px;"><i style="color: #828282;" class="fa-brands fa-linkedin fa-xl"></i></a>
<a href="https://twitter.com/yushengtzou" style="margin-right: 15px;"><i style="color: #828282;" class="fa-brands fa-twitter fa-xl"></i></a>
<a href="https://www.instagram.com/yushengtzou/"><i style="color: #828282;" class="fa-brands fa-instagram fa-xl"></i></a>
</p>

</header>

<section>
<h1>Blog</h1>
<br>
<h3>解決困難的問題</h3>
<i>2024/10/02 晚</i>
<br>
<br>
<br>

<strong><p>問題</p></strong>
<p>
1. 為什麼在我們的環境中,很少聽到有人在問一些重要的問題呢?

</p>
<p>
2. 為什麼很少遇到有人,在談論他正在解決什麼很困難的問題呢?
</p>
<ul>
<li>做一個筆記軟體的初衷是什麼,它想要解決什麼樣的問題,就是一個很有意思的問題。</li>
<li>真正讓人覺得工作有意思的地方在於,他覺得自己在解決一個很困難的問題,在這個過程當中,感到有收穫,這個過程當中,就會不斷累積成就感,也就不知怎的有自信了。很可能在這當中,他會利用程式來做計算,利用程式來建設平台,利用程式來實作人機介面。</li>
</ul>


<br>
<hr>
<br>


</section>
<footer style="text-align: center;">
<p style="font-size: 14px;">&copy; 2024 Yu-Sheng Tzou</p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>
5 changes: 5 additions & 0 deletions category/3.blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<section>
<h1>Blog</h1>
<br>
<a href="../3.blog/100224.html"><h3>解決困難的問題</h3></a>
<i>2024/10/02 晚</i>
<br>
<br>
<br>
<a href="../3.blog/062923.html"><h3>成大修課心得 — 動態網頁程式設計</h3></a>
<i>2023/06/29 晚</i>
<br>
Expand Down
1 change: 1 addition & 0 deletions node_modules/.bin/esbuild

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/nanoid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/rollup

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/vite

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

242 changes: 242 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions node_modules/.vite/deps/_metadata.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions node_modules/.vite/deps/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4978a14

Please sign in to comment.