The sunshine in my life--Sun Yingsha

news/2025/3/17 22:59:23/文章来源:https://www.cnblogs.com/Han77shasha/p/18777947

Have you ever been stuck in the mud, unable to move? I was once that person until Sun Yingsha’s story illuminated my path.
During the epidemic period, exposed to various electronic devices, I was addicted to online games. Time slipped through my fingers and my precious study time vanished unnoticed. On arriving school, the examination’s scores hit me in head with a brick. My math scores plummeted from 90 to 62 in three months. I knew I had to made some changes. However, it’s so difficult for me to get back to textbooks that I swiped the screen again.
The awakening point came when I searched for suggestions and then a documentary about Sun Yingsha flashed across my screen. Her eyes blazing with determination. The documentary showed even though sweat had drenched her clothes and her arms were trembling, she still persisted in arm strength training. As the camera focused on her hands, I was stunned to find that thick calluses covered every inch of her palms, looking nothing like what one would expect from a girl barely out of her teens.
Deeply moved by Sun Yingsha, I determined to delete my beloved apps. Since there was nothing that could distract me, I immersed myself in study from dusk till midnight. Eyes became bloodshot and the smell of coffee permeated my whole bed room. Gone was the red-inked mistakes, replaced by triumphant ticks. Two months later, my math scores soared to 93! Unprecedented excitement surged through me. Out of triumph, I skipped and shouted as if I were a bird who had just learnt how to fly!
I owe my growth to Sun Yingsha, the sunshine in my life, who has not only plucks me out of the mud, but also enlightens me that “the darkest soil is where the strongest roots grow”.



本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.hqwc.cn/news/900648.html

如若内容造成侵权/违法违规/事实不符,请联系编程知识网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

工具-typora 字数太多卡顿问题

进入设置打开高级设置在文件夹中编辑 配置文件修改 flags 后面的内容 "flags": [] 为 "flags": [["disable-gpu"],] 如图保存后重启 typora

Python实验一报告

学号 20233309 《Python程序设计》实验一报告课程:《Python程序设计》班级:2333姓名:侯成子学号:20233309实验教师:王志强实验日期:2025年3月12日必修/选修:公选课一、实验内容1.熟悉Python开发环境;2.练习Python运行、调试技能;3.编写程序,练习变量和类型、字符串…

第03章 基本的SELECT语句

第03章 基本的SELECT语句 1. SQL概述 1.1 SQL背景知识SQL(Structured Query Language,结构化查询语言)是使用关系模型的数据库应用语言。 SQL有两个重要的标准:SQL92和SQL99。1.2 SQL分类DDL(Data Definition Languages):定义数据库对象,这些语句定义了不同的数据库、表…

Transformer(自然语言处理)笔记

Transerformer架构(自然语言处理) 尝试学习和从零构建一个大语言模型就目前我的认知 Transformer架构主要分为编码器、解码器、词表、训练集、训练算法(T5) 编码器(Encoder) Encoder主要负责将输入转换为计算机能够理解的内容(也就是词表中的向量词元) 解码器(Decoder) 将词…

20241101 实验一《Python程序设计》实验报告”

20241101 2024-2025-2 《Python程序设计》实验一报告 课程:《Python程序设计》 班级:2411 姓名:苏萱 学号:20241101 实验教师:王志强 实验日期:2025.3.12 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 2.练习Python运行、调试技能;(编写书中的程序,并进行…

Android 12 启用USAP

USAP是安卓10起携带的一个用来加快应用冷启动速度的功能。正常的情况下,你只需要设置属性persist.device_config.runtime_native.usap_pool_enabled为true即可启用该功能。 但是可能是因为这个功能默认是不开的,实际上Android 12有BUG导致功能不生效,谷歌也没人发现。 实际使…

高铁站智能监控预警系统

高铁站智能监控预警系统实时检测高铁出站口人员逆行预警,提示管理者及时阻止,可降低火车站安全事故。在出站口梯部署科缔欧AI智能分析识别预警摄像机,获取出站及附近的画面,摄像机集成算法,分析旅客逆行等各类事件,将原始数据和算法产生的分析数据传输至后台。当有旅客从…

第1个必会服务-定时任务

1.定时任务注意事项(箴言) 1.1.增加注释 书写定时任务的时候,尽量添加上一个注释. 用于说明这条定时任务作用. 1.2.尽量使用脚本 定时任务未来避免一些故障,推荐使用脚本.调试脚本的方法: sh -x 或bash -x ,显示脚本执行过程. 有+开头的表示脚本背后执行的过程. 如果开头没有+,…

攻防世界 level2 WriteUp

WriteUp 题目信息 来源:攻防世界 名称:level2 分类:Pwn 描述:菜鸡请教大神如何获得flag,大神告诉他‘使用面向返回的编程(ROP)就可以了’题目链接: https://adworld.xctf.org.cn/challenges/list解题思路 首先使用DIE对文件进行查壳,发现这是一个无壳的32位ELF文件。所以…

4、常量

常量是固定值,在程序执行期间不会改变。这些固定的值,又叫做字面量。 常量可以是任何的基本数据类型,比如整数常量、浮点常量、字符常量,或字符串字面值,也有枚举常量。 常量就像是常规的变量,只不过常量的值在定义后不能进行修改。 常量可以直接在代码中使用,也可以通过…

【视频讲解】R语言逐步回归模型对电影票房、放映场数、观影人数预测可视化

全文链接:https://tecdat.cn/?p=34335 原文出处:拓端数据部落公众号 分析师:Junjie Tan讲解|R语言回归模型分析电影票房影响因素本文通过利用回归模型帮助客户对电影的票房数据(以及放映场数,观影人数)进行了研究,确定了决定电影的票房的重要因素。并讲述、论证了预测电…