PN532 支援更多 NFC 協定 支援 ntag215
RC522 主要支援 ISO14443A/B 協定
標籤
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
2021年12月12日 星期日
2021年12月3日 星期五
2021年11月30日 星期二
2021年11月26日 星期五
2021年11月23日 星期二
MariaDB
my.ini
start.bat
stop.bat
[client] port=3306 socket=/tmp/mysql.sock default-character-set=utf8mb4 plugin-dir=C:/mariadb/lib/plugin [mysqld] basedir = C:/mariadb/ datadir = C:/mariadb/data port = 3306 character-set-server = utf8mb4 character-set-client-handshake = FALSE socket=/tmp/mysql.sock [mysql] default-character-set = utf8mb4 [mariadb] character_set_server = utf8mb4 character_set_client = utf8mb4
start.bat
cd /d %~dp0bin :: 先執行 .\bin\mysql_install_db 後,修改 my.ini 設定檔,再執行 start.bat mysqld --install net start mysql pause
stop.bat
cd /d %~dp0 net stop mysql bin\mysqld --remove
2021年10月15日 星期五
oh-my-posh
A prompt theme engine for any shell
https://github.com/JanDeDobbeleer/oh-my-posh
Font
https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/CascadiaCode.zip
https://github.com/JanDeDobbeleer/oh-my-posh
Font
https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/CascadiaCode.zip
2021年10月4日 星期一
2021年9月30日 星期四
VSCode Editor
OpenVSCode Server
https://github.com/gitpod-io/openvscode-server/
Monaco Editor is the code editor that powers VS Code
https://microsoft.github.io/monaco-editor/index.html
https://github.com/gitpod-io/openvscode-server/
Monaco Editor is the code editor that powers VS Code
https://microsoft.github.io/monaco-editor/index.html
2021年9月29日 星期三
2021年9月27日 星期一
2021年9月9日 星期四
2021年9月7日 星期二
2021年9月2日 星期四
Azure
How to Download from Azure Blob Storage with Streams (using Express)
https://williamandrewgriffin.com/how-to-download-from-azure-blob-storage-with-streams-using-express/2021年8月27日 星期五
Microservices
Microservices
[Node.js] Moleculer
https://moleculer.services/
[Node.js] LoopBack
https://loopback.io/
Blog
https://microservices.io/
https://microservices.io/patterns/cn/index.html(簡體版)
Messaging system
NATS
https://nats.io/
[Node.js] Moleculer
https://moleculer.services/
[Node.js] LoopBack
https://loopback.io/
Blog
https://microservices.io/
https://microservices.io/patterns/cn/index.html(簡體版)
Messaging system
NATS
https://nats.io/
2021年7月6日 星期二
2021年7月1日 星期四
Zigbee
ZigBee 發射器 CC2531
ZigBee 裝置接收器 CC2530
Running Zigbee2MQTT on Windows
https://www.zigbee2mqtt.io/information/windows.html
ZigBee 裝置接收器 CC2530
Running Zigbee2MQTT on Windows
https://www.zigbee2mqtt.io/information/windows.html
2021年6月16日 星期三
2021年3月29日 星期一
Google APP Script
可將 Google Spreadsheet 作為 SQL 使用
https://github.com/agershun/alasql
Google Sheets SUPERSQL QUERY Function - Apps Script SQL AlaSQL UDF - Part 1
https://www.youtube.com/watch?v=0KuSD5PGQF8&t=1304s
可用 Local 開發版控
https://github.com/google/clasp
利用 APP Script 建立 HTML 網頁:
// html string function doGet(e) { var param = e.parameter; var sheet = SpreadsheetApp.getActiveSheet(); sheet.getRange(sheet.getLastRow() + 1,1).setValue([param.name]); return HtmlService.createHtmlOutput('<b>Hello, world!</b>'); } // html file function doGet() { return HtmlService.createHtmlOutputFromFile('index.html') }
2021年3月18日 星期四
訂閱:
文章 (Atom)