マガジン

  • API

最近の記事

DS NAS iSCSI

來源來源

    • 一秒取得 Netflix 全觀看記錄

      去年透過簡陋的方法執行的XD 使用方式打開 Chrome,開啟 https://www.netflix.com/browse/my-list 按下 F12 切到 console 介面 複製以下的 JavaScript code,並貼到 Chrome console 裡面後 Enter 執行。 執行結果會顯示出來,自行手動複製到別的地方儲存。 JavaScript code//JavaScript codevar outtxt = '';for (let i = 0

      • 一秒取得 巴哈姆特動畫瘋 全觀看記錄

        需求為了保存觀看記錄,所以寫程式一秒自動複製帶走目前的所有記錄。 因為巴哈姆特動畫瘋的動畫瀏覽記錄,本身有上限值。 新的看太多,舊的記錄就不見了。就忘記看過哪些了。 使用方式打開 Chrome,隨喜好找個巴哈的網頁登入巴哈姆特帳號。 按下 F12 切到 console 介面 複製以下的 JavaScript code,並貼到 Chrome console 裡面後 Enter 執行。 目前有兩個版本 JavaScript code 可以用: JavaScript c

        • Windows10 PowerShell WoL(Wake-on-Lan)コマンドを実行するだけで大丈夫です

          $mac = 'ff:ff:ff:ff:ff:ff'; [System.Net.NetworkInformation.NetworkInterface]::GetAllNetworkInterfaces() | Where-Object { $_.NetworkInterfaceType -ne [System.Net.NetworkInformation.NetworkInterfaceType]::Loopback -and $_.OperationalStatus -e

        DS NAS iSCSI

        • 一秒取得 Netflix 全觀看記錄

        • 一秒取得 巴哈姆特動畫瘋 全觀看記錄

        • Windows10 PowerShell WoL(Wake-on-Lan)コマンドを実行するだけで大丈夫です

        マガジン

        • API
          2本

        記事

          研究一下 Postman 如何這樣輸出?

          研究一下 Postman 如何這樣輸出?

          JavaScriptの短縮形

          IF….Elseif(1==2){ console.log('a');}else{ console.log('b');} = (条件) ? (条件が成立した場合の実行) : (条件が成立しなかった場合の実行) ( 1==2 )? ( console.log('a') ):( console.log('b') ); 数値型を文字列型に強制変換するString(123); = 123 + ''; 文字列型を数値型に強制変換するparseI

          JavaScriptの短縮形

          Plurk.com API 2.0

          公式API 文件:https://www.plurk.com/API/2/ 官方測試:https://www.plurk.com/OAuth/test/#/APP/Users/me 官方情報:https://www.plurk.com/plurkapi API 文件解讀公式API 非官方文件(好讀版) Google Apps Script 專用的參考指引參考案例GO lang Ruby 有登入授權的 影片 https://i.imgur.com/usdX74K

          Plurk.com API 2.0

          SwitchBot V1.1 API + Google Apps Script 試行

          進度 讀完,未測 讀完,取用 SwitchBot 都OK。 剩下應用 Google Sheet 自動畫圖還沒測。 測完,目前正常收集數據。 收集溫濕度數據 收集插座用電數據

          SwitchBot V1.1 API + Google Apps Script 試行

          【儲藏庫】

          道具清單UI Figma https://www.plurk.com/p/p8sbrk Wireframe Wireframe繪製方法分享. 網路文章很少介紹到wireframe怎麼畫會比較清楚明瞭,因此想要分享及紀錄一下… | by Verna Gong | Medium Git https://www.gatsbyjs.com/ + time? HTTPS GET IP https://l2.io/ Webhook test https://web

          【儲藏庫】

          Windows command

          arp -aarp -a コマンドを使用すると、ローカルネットワーク内の他のデバイスのローカルIPアドレスとMACアドレスを一覧表示できます。 arp -a 會列出區域網路中,其他裝置的區域網路 IP 與 裝置 MAC 地址。 telnet 192.168.xxx.xxx 1234コマンド = telnet IP PortIP = 192.168.xxx.xxxPort = 1234 telnet コマンドを使用して、IPアドレスが192.168.xxx.xxxであるデ

          Windows command

          【SwitchBot API 1.0】装置の状態確認 GET https://api.switch-bot.com/v1.0/devices/{{devices ID}}/status

          HTTP Request by method GETGET /v1.0/devices/{{devices ID}}/status HTTP/1.1Host: api.switch-bot.comAuthorization:{{your SwitchBot API 1.0 KEY}}Content-Type: application/json; charset=utf8 cURL Windows command cURL -X GET -H "Authorization

          【SwitchBot API 1.0】装置の状態確認 GET https://api.switch-bot.com/v1.0/devices/{{devices ID}}/status

          DNS

          DigToolhttps://toolbox.googleapps.com/apps/dig/#A/ https://dnschecker.org/#A/mzcphotography.weebly.com Windows command pathping mzcphotography.weebly.com TipsChange browser use DNS server: chrome://settings/security?search=DNS DNSSECC

          JSON: https://weather.tsukumijima.net/api/forecast/city/170010 待讀https://pentan.info/ SwitchBotの記事 (11件) 放置區絶対湿度計 for SwitchBot and Home 4+ 自宅の快適度が数値とビジュアルで一目でわかる絶対湿度表示 https://www.google.com/search?q=%E5%8D%A7%E5%AE%89%E7%A7%91%E6%8A%8

          SwitchBot API

          情報SwitchBot API V 1.1 認證 Google Apps Scripthttps://qiita.com/masaki12-s/items/0295a96fd5a70442f7d5#%E6%89%8B%E9%A0%86 應用情報2023年3月に発売された「Hub2」 InfluxDB + Grafana in Docker SwitchBot API 1.0 應用例 cURL $ token="「トークンの取得」にかかれている文字列"$ curl

          SwitchBot API

          Google Apps Script

          Google Apps Script