摘要:
#include<stdio.h> typedef struct Test{ float Item1; char Item2; int Item3; short Item4; long Item5; double Item6; }TestStr1; int main(){ struct Test T 阅读全文
摘要:
贴片电容103等于10NF:即10*10^3PF=10NF; 贴片电容 104等于100NF:即10*10^4PF=100NF; 贴片电容105等于1UF;即10*10^5PF=1000纳法=1NF。 贴片电容的精度最常用的分为F、J、K、L、M、Z档位 F代表2%精度 J代表5%精度 K代表10% 阅读全文
摘要:
1.TPS70918DBVT: 2.ADP150AUJZ-1.8: 阅读全文
摘要:
SD卡格式化操作:开始=》运行=》输入command(win7以上系统输入cmd)进入DOS系统,输入format/q H:/fs:fat32/a:4096H是您的SD卡的盘号 注意:右键格式化无效,一般sd卡的大小2-16G都可以。 阅读全文
摘要:
运行命令./studio.sh报错: CompileCommand:exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true[0.118s][error][jfr,startup]'i 阅读全文
摘要:
显示隐藏最下方导航栏:按ctrl+B; 显示隐藏菜单栏:按ctrl+M; 阅读全文
摘要:
问题: !! {"code":"key111", "msg": "Extrude below minimum temp 解决办法: 在配置文件中修改: 增加:min_extrude_temp:0 阅读全文
摘要:
修改配置文件stepper_z的配置 终点需要改下,看你热床允许的倾斜度,相对于归零点,负的,最大的值 阅读全文
摘要:
报错信息如下: 2023-05-09 10:33:22.819 W [MediaServer] [13423-MediaServer] sockutil.cpp:421 bind_sock6 | Bind socket failed: address already in use2023-05-09 阅读全文