YuriStudio

@YuriStudio

YuriStudio

Private team

Joined on Mar 26, 2024

  • 目的 彼此好維護:確保一致性、易讀性 執行效能更好:了解執行成本 更安全:避免掉不安全的作法 減少專案交接時,由於程式碼風格水土不服所帶來的風險。 可以減少加人時所帶來的人力浪費(可以讓一個人花更少的時間去看懂某個專案的程式碼)。 防止專案過了一段時間一些實現自己都看不懂了。 規範說明 邏輯基於MVC
     Like  Bookmark
  • 1、分數表紀錄存取機制: -POST方法: APIManager.cs line 322 public void POST_Record(TypeFlag.API.POST.RecordData recordData) 資料結構: public class RecordData { public string session_id;
     Like  Bookmark
  • :question: Purpose This tutorial is for understanding the basics of routing table and ping for testing. Here, we will try to disconnect our computer to the internet and reconnect it. :feet: Step Open a command prompt window by typing cmd in the run box as shown in previous weeks and ensure you run as administrator by right clicking on "cmd" when it appears as a search result as shown in following image image To view your routing table, type route print | more and press Enter. The | more after the route print command causes output to be displayed one screen at a time You should see the following results for your route print | more command.
     Like  Bookmark
  • 首先要安裝官方提供的 SDK (不分PC 或 Android) 一開始先按照官方教學做就可以了 https://developer.vive.com/resources/openxr/unity/tutorials/how-to-install-vive-openxr-plugin/ 若想要基本的鏡頭、控制器功能,只要做到框起來的步驟就行了 螢幕擷取畫面 2024-04-09 125114 完全按照教學做的情況下 (除非官方有更新教學內容) 會遇到以下問題:
     Like  Bookmark
  • Install nodejs and npm -GCP sudo apt-get -y update sudo apt-get install -y nodejs npm sudo apt install git Install nodejs and npm - AWS sudo yum update curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash - sudo yum install -y nodejs npm Create file and init npm mkdir node-web-app
     Like  Bookmark
  • 1. 網頁的東西放到 public 資料夾下 Screenshot 2024-03-16 at 11.55.29 PM 2.到 Build > Piplines editor 新增 .gitlab-ci.yaml pages: stage: deploy script: - echo "The site will be deployed to $CI_PAGES_URL" artifacts: paths:
     Like  Bookmark