摘要:
AND 与门 ANTENNA 天线 BATTERY 电池,直流电源 BELL 铃,钟 BVC 同轴电缆接插件 BRIDGE 整流桥(二极管) BUFFER 缓冲器 BUZZER 蜂鸣器 CAP 电容 CAPACITOR 电容器 CAPACITOR POL 有极性电容 CAPVAR 可调电容 CIRC 阅读全文
posted @ 2022-01-05 13:41
admin-xiaoli
阅读(270)
评论(0)
推荐(0)
摘要:
网络基本命令使用方法 ping 命令: 计算机必须安装了TCP/IP 协议才可以使用,运行方法: Windows 9x 单击[开始]→[程序]→[MS-DOS 方式]。 Windows 2000 单击[开始]→[程序]→[附件]→[命令提示符]。 Windows 下单击[开始]→[运行]。 1.pi 阅读全文
posted @ 2022-01-05 13:37
admin-xiaoli
阅读(136)
评论(0)
推荐(0)
摘要:
1新建文件夹 2打开Keil uVision2软件 3打开project,新建项目, 4以文件扩展名.c保存在自己新建的文件夹里面,文件名要相同,注意保存类型为(*.uv2) 5然后鼠标右键新建的项目(Target 1),打开options for Target'Target 1'一栏,然后点开ou 阅读全文
posted @ 2022-01-05 13:34
admin-xiaoli
阅读(462)
评论(0)
推荐(0)
摘要:
Linux 文件复制 先创建目录 mkdir dir2 cd dir2 ls cd cp file1 dir2//copy cd dir2 ls file1 cat file1 追加 cp file1 file2 >>file3 阅读全文
posted @ 2022-01-05 13:30
admin-xiaoli
阅读(28)
评论(0)
推荐(0)
摘要:
1.Don't cry over spilt milk . 2.Don't let the cat out of the bag . 3.Love me love my dog . 4.Don't put the cart before the horse . 5.Everybodys busine 阅读全文
posted @ 2022-01-05 13:27
admin-xiaoli
阅读(56)
评论(0)
推荐(0)
摘要:
电脑u盘锁: 新建一个文本文件,输入: @echo off if not exist E:\开机密钥.txt shutdown -s -t 3 -c ‘抱歉,此电脑不对外使用’ :Repeat if not exist E:\开机密钥.txt goto Repeat shutdown -a 保存为. 阅读全文
posted @ 2022-01-05 13:17
admin-xiaoli
阅读(150)
评论(0)
推荐(0)