Niomoo

@Niomoo

Joined on May 10, 2019

  • IDH 預警系統 Environment python 3.10.6 Django 4.1.2 $ pip install django $ pip install django_extensions $ python manage.py runserver 0.0.0.0:80 資料庫 ER-model
     Like  Bookmark
  • 2022 年「資訊科技產業專案設計」第 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.
     Like  Bookmark
  • 2022 年「資訊科技產業專案設計」第 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.
     Like  Bookmark
  • 2022 年「資訊科技產業專案設計」第 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.
     Like  Bookmark
  • Git 基礎課程 行前提醒 軟體安裝 VS Code 依據筆電作業系統到 VS Code官網 選擇對應的版本安裝 下載後開啟 VS Code 並點選左側欄的 Extensions 按鈕 搜尋 Git Graph 套件並按下 Install 安裝成功後左側欄會多出一個按鈕
     Like 2 Bookmark