当前位置:网站首页>程序员的浪漫七夕
程序员的浪漫七夕
2022-08-01 12:46:00 【郑同学要努力】
*七夕来袭!是时候展现专属于程序员的浪漫了!你打算怎么给心爱的人表达爱意?鲜花礼物?代码表白?还是创意DIY?或者…无论那种形式,快来秀我们一脸吧!
提醒:获取一个勋章、可以略过此文章(非技术)
1、记录一起走过的那些日子
讲述和亲爱的TA一起经历的那些故事
- 那些初见印象
- 那些浪漫的开始
- 那些铭记于心的大小事
- 那些经历的曲折
- 那些经历的幸福与快乐
- 那些珍贵的瞬间
- 那些对未来的期许/计划
…
2、创意代码表白(借自复联三中的一句话【爱你三千遍】)
2.1 效果演示

2.2 制作过程
- 1、首先第一步、你的电脑安装了IDEA、JDK1.8(如果没有安装、可以看我之前的博客有写)
- 2、其次第二步、你理解循环并且会用
- 3、最后一步、编写代码、然后进行效果测试
2.3 代码
package com.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、个人建议
有这个闲工夫、还不如带女朋友出去吃顿饭、送个花、看个电影、出去溜达玩一下。哈哈哈哈哈哈哈哈
边栏推荐
- PanGu-Coder:函数级的代码生成模型
- 英特尔全方位打造算力基础,助推“算”赋百业
- Deep understanding of Istio - advanced practice of cloud native service mesh
- 关于亚马逊测评,你了解多少?
- win10系统重装,无法登录进行同步的情况下chrome数据恢复
- Software designer test center summary (interior designer personal summary)
- SQL函数 %SQLUPPER
- 数字证书原理
- 大中型网站列表页翻页过多怎么优化?
- Find objects with the same property value Cumulative number Summarize
猜你喜欢
随机推荐
关于亚马逊测评,你了解多少?
力扣160题,相交链表
关于Request复用的那点破事儿。研究明白了,给你汇报一下。
程序员的自我修养
pandas connects to the oracle database and pulls the data in the table into the dataframe, filters all the data from the current time (sysdate) to one hour ago (filters the range data of one hour)
.NET性能优化-使用SourceGenerator-Logger记录日志
软件设计师考点汇总(室内设计师个人总结)
实现集中式身份认证管理的案例
LeetCode_动态规划_中等_313.超级丑数
Programmer's self-cultivation
MVVM响应式
Istio Meetup China: Full Stack Service Mesh - Aeraki Helps You Manage Any Layer 7 Traffic in an Istio Service Mesh
CloudCompare&PCL ICP配准(点到面)
2022 Go ecosystem rpc framework Benchmark
Towhee 每周模型
数字证书原理
如何成功通过 CKA 考试?
[5 days countdown] to explore the secret behind the great quality promotion, gift waiting for you to take of $one thousand
[Open class preview]: Research and application of super-resolution technology in the field of video quality enhancement
Meshlab&Open3D SOR滤波








