iT邦幫忙

鐵人檔案

第 12 屆 iThome 鐵人賽
回列表
自我挑戰組

霍普菜鳥的資訊工作雜記 系列

在資訊界打滾有逾十年,阿哩阿雜的打雜,做過大大小小的客製化專案,這一次想跨出去,想改變一下自己,挑戰30天發文,也為自己的人生留下一小段美好的紀錄

參賽天數 1 天 | 共 31 篇文章 | 5 人訂閱 訂閱系列文 RSS系列文
DAY 1

D11-typescript step by step

evn of vs code config task.json for batch jobs (compile ts to js) { "ta...

DAY 1

D12-透過noble藍牙掃描裝置與點燈機制

掃描藍芽裝置: var fs = require("fs"); var noble = require('../node_modules/n...

DAY 1

D13-傷兵告假一日的colorConsole

const clCMD = { Reset: "\x1b[0m" , Bright: "\x1b[1m" , D...

DAY 1

D14-一些過去使用noble的學習

一些學習: 1.Node version management. (ref:https://github.com/tj/n) 安裝:npm install -g...

DAY 1

D15-SSL憑證申請 for https(每三個月必須重新申請憑證)

Step 1. 在首頁文字方塊輸入你要申請 SSL 憑證的網址,並按下【Create Free SSL Certificate】(註:單一憑證最多可以讓 100...

DAY 1

D16-Typescript小練習

TypeScript https://github.com/kkbruce/TypeScript/blob/master/doc/zh-tw/Handbook....

DAY 1

D17-利用socket硬體comport通訊

var Serial = require("serialport"); var port = new Serial("COM3&q...

DAY 1

D18-pure javascript 呼叫攝影機

<!DOCTYPE html> <html lang="en"> <head> <meta...

DAY 1

D19-socket io data pool

"use strict"; class pool { constructor(opt = 'http://localhost:300...

DAY 1

D20-字串轉換

function stringToBytes(s: string): Uint8Array { let arr = new Uint8Array...