跳到主內容
進階搜尋
搜尋字串
內容類型

精確符合
標籤搜尋
日期選項
在此之後更新
在此之前更新
在此之後建立
在此之前建立

搜尋結果

找到了 570 個結果

【AWS】【Elastic Beanstalk】 常見部署結構推薦指南&費用最佳化建議

【Treeman】總覽 AWS 相關

  Elastic Beanstalk 常見部署結構推薦指南 Elastic Beanstalk 很方便,但如果搭配得好,會讓你的應用又穩又省錢;搭配得不好,可能會出現: 資源不足導致...

APP自動化測試環境建置

【Treeman】總覽 自動化測試

  建立應用程式 UI 自動化測試 - 以 Robot Framework 為例 https://ithelp.ithome.com.tw/users/20168859/ironman/76...

APP自動化測試安裝(IOS)

【Treeman】總覽 自動化測試

$xcode-select -p /Applications/Xcode.app/Contents/Developer $xcode-select -print-path /App...

Xcode安裝

【Treeman】IOS開發

gemini-cli

【Treeman】總覽 AI相關

  來源: https://github.com/google-gemini/gemini-cli參考: https://www.darrelltw.com/google-gemini-cli...

【 VScode】 加入class path

【Treeman】總覽 VSCode

了解,你的意思是想讓 code 指令(用來從終端機開啟 VS Code)在 Zsh 中可以使用。這通常是因為 code 沒有被加入 PATH。以下是解法: ✅ macOS 上讓 code 指令...

【Python】套件安裝

【Treeman】總覽 Python

# 羅列需要安裝的 Python 套件 --> 寫在 requirements.txt 檔    # requirements.txt  requests robotframework ...

【NodeJs】從 Windows 移除 Node.js:

【Treeman】總覽 Node.js

  🧹 如何從 Windows 移除 Node.js: 執行以下指令清除 npm 快取(強制執行): npm cache clean --force 前往 控制台 > 程...

【Python】venv vs pyenv 比較

【Treeman】總覽 Python

venv 與 pyenv 都是 Python 環境管理工具,但功能不同、用途也不同。以下是兩者的詳細比較: 🆚 venv vs pyenv 比較表 項目 venv pyenv ✅ 功能...

【Mac】使用自簽憑證

【Treeman】總覽 Mac

產生憑證 在要放置自簽憑證資料夾 openssl req -x509 -out localhost.crt -keyout localhost.key -days 365 -newkey r...

【AWS】Day 8:運算服務 - AWS Lambda(Serverless 運算服務)

【Treeman】總覽 AWS 相關

  從前幾篇我們一路看了 EC2(自己管主機)、Elastic Beanstalk(半自動化部署)。 但如果你希望: 完全不用開伺服器 完全不用自己處理機器、網路、Scali...

學習 Typescript

【Treeman】總覽 稍後閱讀

https://www.typescriptlang.org/ https://ts.xcatliu.com/ 推薦學習資源 1. 官方與經典教材 (權威必讀) TypeScript...

ECMAScript 6 入门

【Treeman】總覽 稍後閱讀

ECMAScript 6 入门

Web API

【Treeman】總覽 稍後閱讀

https://ithelp.ithome.com.tw/users/20120631/ironman/7640

web.dev

【Treeman】總覽 稍後閱讀

https://web.dev/learn/css

【轉載】2022 iThome 鐵人賽網頁開發小小地圖

【Treeman】總覽 稍後閱讀

  來源:https://ithelp.ithome.com.tw/articles/10286463 2022 iThome 鐵人賽網頁開發小小地圖 前端三本柱 從0開始系列 【每天...

mac 安裝 php 7.4

【Treeman】總覽 PHP

mac 安裝 php 7.4 brew tap shivammathur/php brew install php@7.4 brew link --overwrite --force ph...

【Shell】【Tip】列出環境變數網址解析dns

【Treeman】Linux shell

#!/bin/bash export A_HOST="https://www.google.com/a/b" export B_HOST="https://tw.yahoo.com/...

【Docker】自動分配網路用盡

【Treeman】總覽 Docker

failed to create network pub-sub_pubsub: Error response from daemon: could not find an available,...

相關連結

【Treeman】總覽 自動化測試

AppiumLibrary key word https://serhatbolsu.github.io/robotframework-appiumlibrary/AppiumLibrary....