当前位置:网站首页>Programmer's Romantic Tanabata
Programmer's Romantic Tanabata
2022-08-01 13:03:00 【Zheng must work hard】
*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?Or... whatever form, come and show us!
Reminder: Get a badge to skip this article (non-technical)
1. Record the days we walked together
Tell the stories of my experiences with my dear TA
- Those first impressions
- Those romantic beginnings
- Those big and small things to keep in mind
- Those twists and turns
- The happiness and joy of those experiences
- Those precious moments
- Those expectations/plans for the future
…
2. Confession of creative code (borrowed from a sentence in Fulian III [Love you three thousand times])
2.1 effect demo
2.2 Production Process
- 1. The first step is to install IDEA and JDK1.8 on your computer (if not installed, you can see what I wrote in my previous blog)
- 2. Second step, you understand loops and can use
- 3, the last step, write code, and then test the effect
2.3 code
package com.span>zyz.test_springboot.Controller;public class QiXi {public static void ShowLove(){for (int i = 0; i <3000; i++) {System.out.println("I LOVE YOU THREE THOUSAND");}}public static void main(String[] args) {QiXi.ShowLove();}}
3. Personal suggestion
If you have this spare time, why not take your girlfriend out for a meal, send flowers, watch a movie, or go out for a walk.Hahahahahahaha
边栏推荐
猜你喜欢
随机推荐
关于亚马逊测评,你了解多少?
数据挖掘-03
ECCV22|只能11%的参数就能优于Swin,微软提出快速预训练蒸馏方法TinyViT
SQL函数 %SQLUPPER
[Unity3D Plugin] AVPro Video Plugin Share "Video Player Plugin"
批量替换Word中的表格为图片并保存
安全又省钱,“15岁”老小区用上管道燃气
多线程案例——阻塞式队列
LeetCode_动态规划_中等_313.超级丑数
Feign 从注册到调用原理分析
一文带你读懂云原生、微服务与高可用
CAN通信标准帧和扩展帧介绍
批量任务导入到数据库中
CloudCompare&PCL ICP配准(点到面)
英特尔全方位打造算力基础,助推“算”赋百业
SQL functions STR
态路小课堂丨浅谈优质光模块需要具备的条件!
SQL函数 STR
Do wildcard SSL certificates not support multiple domains?
数据挖掘-04