当前位置: 首页 > news >正文

DAY1 JAVA PreLearning

day1

markdown leaning

font

1.set the title: # title---first class subject,## title---second class subject and so on

2.set the text to bold: text

3.set the text to italic: text

4.perform like deleting the text: text

quote

use the '>' at the first of the text

dividing line


"---" or "***"

picture

![^image name](^select the image)

[^name of hiperlink](^link address)

list

  • "-blank"

code

“···java"

java

1.use cmd to compile: \javac ^filename\

a class file will be generated in the target folder

2.execute the class file: \java ^class filename\

day1

markdown leaning

font

1.set the title: # title---first class subject,## title---second class subject and so on

2.set the text to bold: text

3.set the text to italic: text

4.perform like deleting the text: text

quote

use the '>' at the first of the text

dividing line


"---" or "***"

picture

![^image name](^select the image)

[^name of hiperlink](^link address)

list

  • "-blank"

code

“···java"

java

1.use cmd to compile: \javac ^filename\

a class file will be generated in the target folder

2.execute the class file: \java ^class filename\

·note

1.pay attention to case sensitivity

2.be careful with whether there is a blank

3.the filename and the class name need to be consistence,and the first letter must be uppercase

·note

1.pay attention to case sensitivity

2.be careful with whether there is a blank

3.the filename and the class name need to be consistence,and the first letter must be uppercase

image-20251115223115667

http://www.jsqmd.com/news/41340/

相关文章:

  • 【服务器】服务器被攻击植入了挖矿病毒,CPU一直占用100%,@monthly /root/.cfg/./dealer病毒清除 - 实践
  • 动态规划实践:数字三角形问题分析
  • 第4章 AI项目管理新范式:从交付功能到交付价值
  • 牛客101:链表 - 教程
  • LNCPC 2025 游寄
  • 第3章 传统项目管理在AI中的局限
  • Python 异常处理全面详解(附丰富实例)
  • IServiceCollection和IServiceProvider
  • multisim 13 Problem: Accessing the database解决办法
  • 完整教程:Redis 事务机制:Pipeline、ACID、Lua脚本
  • Python 一维数据、二维数据及 CSV 文件操作全解析(附实例)
  • 银行核心账户体系、账务设计、会计核心(整合版)
  • 斐波那契数列相关恒等式
  • Python 文件操作全面详解:从基础到进阶(附丰富实例)
  • 银行中外汇的由来(金融产品经理必读)
  • AI元人文框架:意义世界的探索引擎
  • abc432
  • 20232310 2025-2026-1 《网络与系统攻防技术》实验五实验报告
  • 实用指南:开源 Linux 服务器与中间件(七)数据库--MySQL
  • 版本控制与GitLab完整实践指南 - 指南
  • 利用Myo臂环采集肌电信号和角速度来建立实时手势识别
  • [MySQL] 基础操控
  • 公告栏
  • 做题笔记25
  • 云服务器部署Python后端偶遇`ImportError`: 从依赖版本到Python升级的排错全攻略 - 实践
  • 生物化学课程笔记
  • 20251115 - Hash
  • apache和nginx解析php和lnmp和lamp搭建
  • hippy字节都在用的前端主流框架
  • springboot多模块报错分析(一) - f