-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"hash": "9d94683b", | ||
"configHash": "dfd2a1ba", | ||
"lockfileHash": "e3b0c442", | ||
"browserHash": "13d8b5e5", | ||
"optimized": {}, | ||
"chunks": {} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"type": "module" | ||
} |
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;">© 2024 Yu-Sheng Tzou</p> | ||
</footer> | ||
</div> | ||
<script src="javascripts/scale.fix.js"></script> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.