摘要: 阅读全文
posted @ 2021-10-13 14:08 myrj 阅读(27) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> //当前程序运行时如果输入*回车,则一直显示需要补考,不停止 //原因:scanf()键盘输入,有一个缓冲区,遇到回车才结束 //*指针,对应scanf()中涉及到的变量 //保留scanf()后面的getchar(),则“吸收”了回车,只有*,整型为0,所以才显 阅读全文
posted @ 2021-10-13 09:30 myrj 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 1.python -m pip install --upgrade pip(升级PIP) 2.pip install wheel 3.pip install lxml 4.pip install twisted 5.pip install pywin32 6.pip install srapy 阅读全文
posted @ 2021-10-13 06:23 myrj 阅读(49) 评论(0) 推荐(0) 编辑