2022 iThome 鐵人賽
「連續 30 天發表技術文章不中斷」爆發驚人的技術能量,
寫出一整年的成長與學習。
自我挑戰組
選手 361 文章 6248
Day 10
2022-09-10
1186
0
Reorder List You are given the head of a singly linked-list. The list can be rep...
Day 10
2022-09-10
743
0
Remove Nth Node From End of List Given the head of a linked list, remove the nth...
Day 10
2022-09-10
963
0
基本型別混合運算 package com.sea.java8; public class OpTest4 { public static void ma...
Day 7
2022-09-10
1613
0
DAY7 小白開始學習Linux基本指令 進到Linux作業系統畫面,想要學習指令當然是先開啟Terminal(終端機)啦,最開始在桌面沒看到,點選左下九宮格開...
Day 10
2022-09-10
814
0
前面介紹了 RSpec 的規格與測試,讓大家都能明白 TDD 的測試流程,紅燈、綠燈、優化與重構。接下來,我們會花好幾篇來介紹 RSpec 的 語法。 今天我們...
Day 9
2022-09-10
2338
0
既然提到了Bootloader,也順便來講一下硬碟的分區表格式與檔案格式 舊式WIN系統使用MBR(Master Boot Record 主引導磁區)做為分割表...