当前位置:网站首页>Programmer's Tanabata Romantic Moment
Programmer's Tanabata Romantic Moment
2022-08-05 02:33:00 【Lanson】
Foreword
The Chinese Valentine’s Day is coming!It's time to show the romance of programmers!How are you going to show your love to someone you love?Flower gift?Code confession?Or creative DIY?
The record walked togetherthose days
Meet the fleeting years, faint ink Qixi Festival The years pass between the fingers, are there so many magpies?Not everyone is suitable for the hustle and bustle, July 7th, you are not, quietly, is safe.Waiting for the old age, but let the heart vacate the pure land, not to think too much, as long as it is worth looking forward to, the sun will not wither every day.After many years of green years, at this moment, I am still willing to wait for you in the same place. I don’t know whether the next bus of youth will reach the end, but since I chose to wait, I have no turning back.Many times I think carefully, at the intersection of youth, how many people have we passed by, and in the vast crowd, just want to hold each other's hands, just wait for you to look back, that will not be hands in different directions, fortunatelyYes, you learned to turn around and look back, hold my hand, and look at the scenery of life together.Perhaps it is the sentence: if you decide to wait for you, you will never be able to wait for others.So no matter how long the road ahead is, I'll walk with you until I'm sure we're both happy with each other.Years, so many years, we always stop and go in the crowd, as if we have lost something, but stubbornly unwilling to stop, we stubbornly think, the next stop, as long as I am at the next stop, I can sit on the return journeythe car, and then return to the place where I should have stayed, but, will we really not miss the scenery of the next stop?We, always so forgetful, have lost the old self in the years and don't even know it.But I firmly believe that as long as I strengthen the waiting in my heart, you will be the most beautiful scenery in my next stop.Some people say that the bird can't fly over the ocean is not because the bird doesn't have the courage to fly over the ocean, but there is no waiting at the end of the ocean. I'm still a persistent person. I know you are here, so I wait.Fleeting words, Tanabata love, ink dyed youth title page.Let go of all your dignity and let it bloom in the dust, but the answer is really impatient, in fact, you don’t understand my heart, but you know that there will be a bad ending, and you are still reluctant to part, the reason for this is the empty share in your heartThe so-called emotion that is hard to let go, but you don't care about my sincere emotion. I gave all my soul, and what I got in return was a long sigh.It is destiny to meet you in life, a flower blooms, and a flower falls. During the blooming period, I always hope that the flowers will not wither. There is always a deadline for the blooming. When you join hands in the flowers, there is still your happy laughter, lovely.Smiley, now I miss a lot of love, who knows, I will be a lonely person in the next life, enjoy the world alone, no longer miss, no longer have heartbreak, no longer have hope.The wind is blowing gently, the rain is gently drifting, time is flowing quietly, all the thoughts will gradually fade with time, and the joy, pain, and troubles in the memory will always be silent in time, in this life.World, I will remember your long sigh, you have yours, I have mineIt is enough to let each other light.In fact, we might as well understand "Qi Xi" as "seven cherishes": firstly, cherishing parents' nurturing kindness; secondly, cherishing the love of one's lover; thirdly, cherishing the love of brothers and sisters; fourthly, cherishing the friendship of classmates and friends; fifthly, cherishing the help of colleagues;; Seven pity fate is ten thousand years old.How short life is, acquaintance is fate.Buddha said: Looking back five hundred times in the past life, in exchange for the passing of this life.Does it need more reasons to explain the acquaintance, companionship, acquaintance and love in just a few dozen springs and autumns?I like a sentence very much: life is grace, existence is joy.
Creative code confession
HTML code
Do you like me?
JS code
function f1(){alert("Haha, I like you too!!!")}var flag=1;function f(){var Bn = document.getElementById('Bn');var aWidth= document.body.clientWidth || document.documentElement.clientWidth;var aHeight= document.body.clientHeight || document.documentElement.clientHeight;var sJs1=Math.floor(Math.random()*aHeight);var sJs2=Math.floor(Math.random()*aWidth);if(flag==1){Bn.style.top=sJs1 + 'px';Bn.style.left=sJs2+'px';flag=2;}else if(flag==2){Bn.style.top=sJs1+'px';Bn.style.left=sJs2+'px';flag=3;}else if(flag==3){Bn.style.top=235 + 'px';Bn.style.left=286 + 'px';flag=4;}else if(flag==4){Bn.style.top=235 + 'px';Bn.style.left=360 + 'px';flag=1;}}function f2(){alert('This is not your truth!');}Effects
边栏推荐
- select tag custom style
- lua学习
- Images using redis cache Linux master-slave synchronization server hard drive full of moved to the new directory which points to be modified
- Error: Not a signal or slot declaration
- 如何模拟后台API调用场景,很细!
- 虚拟内存原理与技术
- 如何逐步执行数据风险评估
- LeetCode使用最小花费爬楼梯----dp问题
- What should I do if the self-incrementing id of online MySQL is exhausted?
- 后期学习计划
猜你喜欢

The design idea of DMicro, the Go microservice development framework
ROS通信 —— 服务(Service)通信](/img/4d/4657f24bd7809abb4bdc4b418076f7.png)
[ROS](10)ROS通信 —— 服务(Service)通信

关于#sql shell#的问题,如何解决?

DAY22:sqli-labs 靶场通关wp(Less01~~Less20)

LeetCode使用最小花费爬楼梯----dp问题

Go 微服务开发框架 DMicro 的设计思路

Apache DolphinScheduler新一代分布式工作流任务调度平台实战-中

2022了你还不会『低代码』?数据科学也能玩转Low-Code啦!

Unleashing the engine of technological innovation, Intel joins hands with ecological partners to promote the vigorous development of smart retail

KingbaseES V8 GIS data migration solution (2. Introduction to the capabilities of Kingbase GIS)
随机推荐
Using OpenVINO to implement the flying paddle version of the PGNet inference program
Introduction to SDC
浅谈数据安全治理与隐私计算
02 [Development Server Resource Module]
Matlab map with color representation module value size arrow
lua学习
Live preview | 30 minutes started quickly!Look at credible distributed AI chain oar architectural design
LPQ (local phase quantization) study notes
线性表的查找
海量服务实例动态化管理
Pisanix v0.2.0 发布|新增动态读写分离支持
mysql tree structure query problem
mysql树状结构查询问题
重新审视分布式系统:永远不会有完美的一致性方案……
C language diary 9 3 kinds of statements of if
力扣-二叉树的前序遍历、中序遍历、后序遍历
js中try...catch和finally的用法
常见的硬件延迟
后期学习计划
如何模拟后台API调用场景,很细!