红外探测干烧(一)
https://item.taobao.com/item.htm?spm=a1z09.2.0.0.46472e8dvvo6IN&id=645361867700&_u=21ka3ne72f0e 使用的是淘宝的这种模块优点是可以探测到300度左右我没有能力焊接,所以忽然想到可以用面包线的排针通过弯折紧贴的...
菜谱、技术笔记和生活记录。
https://item.taobao.com/item.htm?spm=a1z09.2.0.0.46472e8dvvo6IN&id=645361867700&_u=21ka3ne72f0e 使用的是淘宝的这种模块优点是可以探测到300度左右我没有能力焊接,所以忽然想到可以用面包线的排针通过弯折紧贴的...
### 下载好官方的ubuntu的镜像https://mirror.tuna.tsinghua.edu.cn/help/ubuntu/改用清华的源,否则太慢了apt update### 安装ldpkg -i xxxx.deb### 解决错误* 缺少 libappindicator3包https://github.co...
应该这么实现就可以了,明天写一下
1、docker那边不说了,把17600本地端口给docker 容器8080端口建立关系2、群晖这边使用反向代理,把8200和群晖本地17600做反向代理3、紧接着,在群晖里,ddns给群晖绑定上动态域名 http://lemonhall.synology.me:8200/notesview/add 4、ipv6的配...
https://docs.m5stack.com/zh_CN/core/atom_lite https://docs.m5stack.com/zh_CN/download 下载好Buner记得要去选3.0的然后报错,记得要把东西放到应用程序下面然后就是烧录之后就配置好了wifi了
https://github.com/ipfs-shipyard/py-ipfs-http-client #pip3 install ipfshttpclient import ipfshttpclient client = ipfshttpclient.connect() # Connects to: /dns/l...
HTTP Client Reference¶ All commands are accessed through the ipfshttpclient.Client class. Exceptions¶ The class hierachy for exceptions is: Error ├── VersionMi...
第一个文件是:index.jsimport { create } from 'ipfs-http-client' // connect to the default API address http://localhost:5001 const client = create(); // call Core API ...
这brew的安装啊,得配置一堆和代理相关的事情顶麻烦大概思路就是,直接把后面那个url里的sh下载下来然后直接对着bash执行蓝灯的配置,参照第一行,把ssl那个关掉brew install ipfsTo restart ipfs after an upgrade: brew services restart ipf...
git config --global http.proxy http://127.0.0.1:59428 git config --global http.sslverify false