Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gouzil committed Nov 28, 2023
1 parent e6d4da4 commit 36e8fe4
Showing 1 changed file with 73 additions and 10 deletions.
83 changes: 73 additions & 10 deletions src/posts/chuan-story.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,44 @@ import MessageBox from '../.vitepress/components/MessageBox.vue'
**🍢🍢:** 爱好当然是出去走走玩玩,感受一下人间烟火气。打卡的话当然是福建的省会厦门啦🐶,在十里长堤跟着男女朋友看看夕阳,鼓浪屿的小巷子。平潭岛也挺不错的(🍢🍢没去过但是朋友圈已经发爆了,图中为蓝眼泪时期,需要特定的季节,且肉眼看不出来这种效果,需要相机长曝光,大家别跑空咯)。

<div style="display: flex; justify-content: space-between">
<img src="../images/chuan-story/chuan-04.jpg" alt="chuan-04" style="width: 33%;">
<img src="../images/chuan-story/chuan-05.jpg" alt="chuan-05" style="width: 33%;">
<img src="../images/chuan-story/chuan-06.jpg" alt="chuan-06" style="width: 33%;">
<center style="width: 33%;">
<img src="../images/chuan-story/chuan-04.jpg" alt="chuan-04" >
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
厦门杏林大桥(来源: 川川相册)
</div>
</center>
<center style="width: 33%;">
<img src="../images/chuan-story/chuan-05.jpg" alt="chuan-05">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
十里长堤(来源: 川川相册)
</div>
</center>
<center style="width: 28%;">
<img src="../images/chuan-story/chuan-06.jpg" alt="chuan-06">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
鼓浪屿(来源:厦门文旅公众号)
</div>
</center>
</div>

![chuan-07](../images/chuan-story/chuan-07.jpg)
<center>
<img src="../images/chuan-story/chuan-07.jpg" alt="chuan-07">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
平潭(来源: 新华社2023/04/29 )
</div>
</center>

3. **据我了解,你在初中时就用易语言写了个安卓 APP 给奶奶使用,你能详细讲讲这个 APP 的设计目的和功能么?你当时学习了些什么技术才把这个 APP 做成?那又是通过哪种方式(看书?上网学习?视频?)学习的呢?**

Expand All @@ -70,7 +102,7 @@ import MessageBox from '../.vitepress/components/MessageBox.vue'
<img src="../images/chuan-story/chuan-08.jpg" alt="chuan-08" style="width: 20%;">
</div>

4. **在 16 岁左右,你就陆陆续续自学了 PythonJavaC,后来又自学了 go,Andriod 等等,在这个自学过程中你遇到了那些困难,又有想过放弃么?**
4. **在 16 岁左右,你就陆陆续续自学了 PythonJavaC,后来又自学了 Go、Android 等等,在这个自学过程中你遇到了那些困难,又有想过放弃么?**

**🍢🍢:** 遇到困难当然是有的,很难想象 C 我看了半年视频才学会的(有部分原因是我比较拖, 学习一门新的语言时长最好不要超过两周, 因为后续的项目会慢慢的补上来的)。每次接触一门新的语言都会对计算机有更深的理解,理解不同语言为什么要这么做,这么做的优缺点,这也是不断学习的动力吧。想过放弃么: 没有,我还挺感兴趣的,兴趣是最好的老师。

Expand Down Expand Up @@ -211,13 +243,44 @@ import MessageBox from '../.vitepress/components/MessageBox.vue'

最后让我们欣赏一下川大摄影师的大作吧 📷

![chuan-14](../images/chuan-story/chuan-14.jpg)

![chuan-15](../images/chuan-story/chuan-15.jpg)
<center>
<img src="../images/chuan-story/chuan-14.jpg" alt="chuan-14">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
北京798艺术区
</div>
</center>
<center>
<img src="../images/chuan-story/chuan-15.jpg" alt="chuan-15">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
福州三江口大桥
</div>
</center>

<div style="display: flex; justify-content: space-between">
<img src="../images/chuan-story/chuan-16.jpg" alt="chuan-16" style="width: 49%;">
<img src="../images/chuan-story/chuan-17.jpg" alt="chuan-17" style="width: 49%;">
<center style="width: 49%;">
<img src="../images/chuan-story/chuan-16.jpg" alt="chuan-16">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
福州烟台山
</div>
</center>
<center style="width: 49%;">
<img src="../images/chuan-story/chuan-17.jpg" alt="chuan-17">
<div style="color:orange; border-bottom: 1px solid #d9d9d9;
display: inline-block;
color: #999;
padding: 2px;">
厦门中医院附近
</div>
</center>
</div>

---
Expand Down

0 comments on commit 36e8fe4

Please sign in to comment.