https://github.com/typicode/lowdb
標籤
2D
3D Printer
7-Zip
穩壓器
Adobe XD
AI
AJAX
Android
Apache
APIs
APP Script
Arduino
Async
Audio
Authorization
Auto
Autocomplete
AWS
Azure
Batch
Building
Canvas
Certificate
Chrome
CI/CD
Class
CLI
Cloud
Cloud Native
CMake
CMS
codec
Color
Comodo
Compress
Config
Consent
Console application
Cookie
Cron
CSharp
CSS
CSS3
CString
CSV
CUDA
Database
Date
Day
Debug
Deep Learning
Defender
dependencies
Deploying
Design
DevOps
Diagrams
docker
Document
Domain Name
Dropbox
Eclipse
Editor
Equality
ESP8266
Excel
express
Extension
Facebook
Feature Flag
filewatcher
Float
FreeBSD
gif
git
gitlab
GLSL
Google
Gradient
grbl
Home Assistant
HTML5
HTTP
i18n
icon
ICP
Image
Image Synthesis
injection
int
IoT
IR
JavaScript
jQuery
Json
Language
Laravel
Load Testing
Loader
Logger
Maker
MariaDB
Markdown
Math
Mathematica
Messenger
MFC
Microservices
MIDI
Migration
Mobile
Mock
Moment
MongoDB
mp4
MSSQL
Music
MySQL
Named
NAT
Neural Networks
Node.js
npm
Obfuscator
Objective-C
ORM
P2P
Package
Patent
PDF
PHP
PHPMyAdmin
Planning
PostgreSQL
PowerShell
pragma
React
Regex
region
Regular Expression
REST
RESTful
Resumable
RFID
sci
Search
Serverless
Service
Session
Site
Sketch
Slide
Socket
Sort
Spark
SQL
SQLite
SSD
SSL
Static
Stream
TBD
TensorFlow
test
Time
Touch
Tutorial
Tween
TypeScript
Ubuntu
UI
ULPS
UML
UniformServer
Unleash
Unzip
Upload
UX
Validator
VC++
VisualStudio
VisualStudio2010
VSCode
VTK
Vue
Web
WebAssembly
Webpack
Wifi
Win32
Windows
WinRAR
yarn
Youtube
Zigbee
Zip
2022年12月23日 星期五
2022年12月2日 星期五
2022年11月10日 星期四
Maker
instructables
https://www.instructables.com/
HACKADAY
https://hackaday.com/
Hackster.io
https://www.hackster.io/
2022年10月31日 星期一
2022年9月27日 星期二
2022年9月16日 星期五
2022年8月31日 星期三
2022年6月30日 星期四
Docker
# Apache2
docker run -d -p 3000:80 --name myhttpd --restart always \ -v /c/www:/usr/local/apache2/htdocs/ \ -v /c/config:/usr/local/apache2/conf/ \ httpd
2022年4月15日 星期五
Git 指令
乾合併
--no-ff 不要快速合併
--no-commit 不要直接發 commit ,先進暫存
git merge master --no-commit --no-ff(將 master Merge 到當前的 branch)
git merge main --no-commit --no-ff(將 main Merge 到當前的 branch)
Local
當 Remote Branch 被刪除時,僅用來刪除 Local 殘留的 origin branch
git branch -r -d origin/1-branch
Remote
檢視 Remote 路徑
git remote -v更新 Remote 路徑
git remote set-url origin {URL}(would clobber existing tag) 更新 Local Tag 問題
git fetch --tags -f將尚未發布任何 commit 的遠端 1-branch 分支強制移動到 main 分支
git push origin main:1-branch --force
Worktree
建立 Branch 並另開工作目錄
git worktree add -b worktree_branch ../worktree_folder master檢視目前的 Worktree 清單
git worktree list刪除 Worktree ,直接刪除目錄,然後執行
git worktree prune
2022年4月10日 星期日
2022年3月26日 星期六
2022年3月2日 星期三
2022年2月14日 星期一
2022年2月8日 星期二
ESP8266
ESP8266
https://github.com/esp8266/Arduino
額外的開發版管理員網址:
原始的 ESP8266 直接選擇 Generic ESP8266 Module
ESP Link
燒錄模式:將 IO0 跟 GND 接在一起
https://github.com/esp8266/Arduino
額外的開發版管理員網址:
原始的 ESP8266 直接選擇 Generic ESP8266 Module
ESP Link
燒錄模式:將 IO0 跟 GND 接在一起
2022年1月29日 星期六
訂閱:
文章 (Atom)