雄中程式設計社

@kspgc

Markdown files of KSPGC

Public team

Community (0)
No community contribution yet

Joined on Oct 24, 2020

  • :::warning この番組はKSPGC ご覧のスポンサーの提供でお送りします。 :::
     Like  Bookmark
  • APCS準備方向及練習 主旨:希望能幫助到大家在APCS中取得好成績 編者:高雄中學程式設計社 J.T. 本講義參照:https://github.com/sparanoid/chinese-copywriting-guidelines :::warning この番組はKSPGC
     Like 11 Bookmark
  • 參考 宏定義 gcc編譯過程一般分為四個階段 digraph ER{ {rank=same;預處理,編譯,組合語言,連接} 預處理->編譯; 編譯->組合語言; 組合語言->連接;
     Like  Bookmark
  • 目的 旨在讓讀者進行開發工程 讓自己的想法得以藉程式實現 本篇會專注在Windows系統相關的內容 畢竟,他才是主流的OS 先備知識 IO
     Like  Bookmark
  • {%hackmd By4BVbYOv %} 概述 一個HardCore 的寒假訓練活動 旨在提供參與者精進自我的機會 活動日期 待討論 活動日程
     Like  Bookmark
  • Python入門 基本教學 變數 變數命名規則 由英文、數字、底線組成 不能以數字開頭 不能與Python內建的保留字相同
     Like  Bookmark
  • --- title: CSS tags: prefix --- <style> /* A class to align words with center*/ .display { text-align:center } /*make the code area black*/ pre.part { background-color: black; color: white; } /*invisible buttons (signin & edit)*/ .ui-infobar__actions { display: none; } script + .tooltip { display: none !important; } /*for bookmode side toolbar*/ .ui-summary-action.ui-summary-edit { display:none } .form-control{ width: 120% } </style>
     Like  Bookmark
  • :::info この番組はKSPGC ご覧のスポンサーの提供でお送りします。 :::
     Like  Bookmark
  • 駭客攻防戰 台大資工系 網路安全實驗室 蕭旭君 副教授 Security 101-什麼是資訊安全? Protect assets from unauthorized actions Attackers = entities attempt to do unauthorized actions Security requirements = properties that the protection should achieve
     Like  Bookmark
  • 前言 這是我們的粉專[target=_blank] 這是我們的DC群[target=_blank] Rust 開發環境建置 Vue.js
     Like  Bookmark
  • {%hackmd yzXWymooTFOkz4DwObyCRA %} 很簡單,接下來要裝一個管理套件 它叫做Cargo $ sudo apt install cargo
     Like  Bookmark
  • {%hackmd yzXWymooTFOkz4DwObyCRA %} 我用的環境:Ubuntu 20.04 LTS 先下載Rust $ curl https://sh.rustup.rs -sSf | sh -s -- -y 再更新GCC之類的東西
     Like  Bookmark