2025年5月5日月曜日

いろいろ情報メモ

https://memo.onl.jp/ ::メモ専用 テキストだけにするのに便利

https://qiita.com/ryemug1/items/d5038551dadd4b2dcf4b :: vim tutorial

https://novicengineering.com/ubuntu_lock_error/ :: sudo apt upgrade失敗時の処理

----------ウィンドウズ---------------------------------------

https://qiita.com/tetsuy/items/22cba0bc2048967b270a そして

https://qiita.com/unknown_user1423/items/3a5f17a0854f67b2b3b8

とりわけbusybox64u.exe が便利

---------------wemos 注意--------------------------------

LOLIN(WEMOS)D1 mini ProでないとWDTばかりかかる 

esp-wroom2,esp01はたぶんgeneric esp8266でいい 

ちなみにesp32はESP32 Dev Module

-----------------uno r4 wifi 注意-------------------------------------------------------------------

どうもuno-r4-wifiでwifiするにはsecret.hから情報をとるように設定せんといかんようだ!

古い教科書は信じてはいけない(arduino6も上記処理でうごいた)

-----------firestore by nodejs,python3,golang ---------------------------------------

my-firestoreプロジェクト使用!

https://qiita.com/ozaki25/items/565c889a9941a5bbdd76

nodejsでfirestoreしてみる

https://qiita.com/Mikumirai/items/f8a2ead6a6a1a4f57df8

とりあえずPythonでFireBase Cloud Firestoreを使ってみる

golangもOK https://rightcode.co.jp/blogs/8047

ーーーーーーーーーーーーfetch in javascriptーーーーーーーーーーーーーーーーーー

const url = 'https://www.jma.go.jp/bosai/forecast/data/overview_forecast/370000.json';


fetch(url)

.then(res => {

return res.json();

})

.then(data => {

console.log(data);

}) こりゃ便利

https://qiita.com/puripuri_corgi/items/0a4de52d5770017dacd1 
【JavaScript】fetchを使って外部データを取得する

https://apidog.com/jp/blog/javascript-fetch-ajax/ fetch vs ajax

https://moewe-net.com/nodejs/node-fetch :: nodejs and fetch (crossorigin制約なし?)


0 件のコメント:

コメントを投稿