鹿鹿

@Ezra24

Joined on May 14, 2022

  • image 知識共享 強調知識共享避免資訊孤島的狀況發生,每個孤島都會延伸一個問題,因此在團隊中建立知識庫是很重要的一步 在團隊學習中,為不熟的團隊成員構建一個心理安全的環境是重要的 團隊互動模式 推薦模式 反模式
     Like  Bookmark
  • 計算機組織課程 計算機組織課程 資工研究所考古題解析 (計算機組織,作業系統) 作業系統 計算機概論
     Like  Bookmark
  • 題目說明: 請開啟PYD101.py檔案,依下列題意進行作答,輸入整數及進行格式化輸出,使輸出值符合題意要求。作答完成請另存新檔為PYA101.py再進行評分。 設計說明: 請撰寫一程式,輸入四個整數,然後將這四個整數以欄寬為5、欄與欄間隔一個空白字元,再以每列印兩個的方式,先列印向右靠齊,再列印向左靠齊,左右皆以直線 |(Vertical bar)作為邊界。 a=eval(input()) a1=eval(input()) a2=eval(input()) a3=eval(input()) print("|{:5d} {:5d}|".format(a,a1))
     Like  Bookmark
  • 英文 109 英文 promotes 鼓勵, 促進 suffers 遭受;忍受;容忍,寬恕,聽任;允許,准許 · vi. 受苦;患病;受損失;變差,變糟;處於不利地位 108 英文
     Like  Bookmark
  • Trolls are attacking your comment section! A common way to deal with this situation is to remove all of the vowels from the trolls' comments, neutralizing the threat. Your task is to write a function that takes a string and return a new string with all vowels removed. For example, the string "This website is for losers LOL!" would become "Ths wbst s fr lsrs LL!". Note: for this kata y isn't considered a vowel. def disemvowel(string):
     Like  Bookmark
  • 安全群組 20 21 22 80 443 ubuntu 環境建立 1.安裝 Apache Web Server (Step One: Installing apache web server) sudo apt-get update sudo apt-get install apache2 2.安裝MySql
     Like 2 Bookmark