依據作業系統在 Git官網 下載對應版本
在 VS Code 打開終端機,輸入 git --version
檢查是否安裝成功
Learn More →
Learn More →
git config --global user.name "xxxxxx"
git config --global user.email "xxxxxx"
git config --list
,查詢結束輸入q
即可離開ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/niomoo/.ssh/id_rsa): <輸入 Enter 鍵>
Created directory '/Users/niomoo/.ssh'.
Enter passphrase (empty for no passphrase): <輸入驗證密碼>
Enter same passphrase again: <再輸入一次同樣的驗證密碼>
Your identification has been saved in /Users/niomoo/.ssh/id_rsa.
Your public key has been saved in /Users/iniomoo/.ssh/id_rsa.pub.
The key fingerprint is:
57:15:3c:ca:f2:dc:27:6d:c2:9a:88:d0:70:cf:8d:31 niomoo@niomooMBP.local
The key's randomart image is:
+--[ RSA 2048]----+
| .o. |
| .o |
| ... . |
| . . E.o |
| +So.O o . |
| . ..+ + = +|
| . . . o = |
| . . o |
| |
+-----------------+
cat ~/.ssh/id_rsa.pub
ssh-rsa
開頭整串文字複製起來python 3.10.6
Oct 30, 20232022 年「資訊科技產業專案設計」第 2 次作業 貢獻者: 藍筱裘 Basketball 🍙:interviewer 🏀:interviewee 217. Contains Duplicate ==模擬面試錄影== 測驗說明與問答 🍙:Given an integer array numbers, I want you to return ==true== if any value appears at least twice in the array, and return ==false== if every element is distinct.
Jan 3, 20232022 年「資訊科技產業專案設計」第 3 次作業 相關職缺與分析 Google - Software Engineer, Display, Pixel Job DescriptionDevelop the whole display software stack for pixel devices. Design, develop, test, deploy, maintain, and improve software. Work closely with Android platform teams and display hardware teams to land Android features on Pixel devices. Minimum qualifications: [x] Bachelor's degree in Computer Science, Electrical Engineering, a related technical field, or equivalent practical experience.
Jan 3, 20232022 年「資訊科技產業專案設計」第 1 次作業 貢獻者: 藍筱裘 Basketball 🍙:interviewer 🏀:interviewee 9. Palindrome Number ==模擬面試錄影== 測驗說明與問答 🍙:Hello, Basketball! I want you to solve a simple question. ==Given an integer x, return true if x is a palindrome integer.== So, an integer is palindrome when it ==reads the same backward as forward.== For example, ==121== is palindrome while ==123== is not. I want you to simply declare a boolean function, and it returns true or false to tell me whether an interger is palindrome or not.
Jan 3, 2023or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up