- 博客(4)
- 资源 (2)
- 收藏
- 关注
原创 关于python清屏
对于不知道自己python安装目录的,可以通过python的idle查看,打开idle,然后输入import sys,然后输入sys.path,就可以找到了,然后去到idlelib文件夹里,创建一个ClearWindows.py文件,将以下代码复制并保存到ClearWindows.py。class ClearWindow: menudefs = [ ('option...
2019-12-27 10:50:23
213
原创 web课设(学生宿舍管理)
自己碰到的问题还有具体资料都会打包上传,给自己日后提提醒,毕竟自己比较懒,还是把源码啥的都上传,然后报告也指出了自己的问题,这样就可以了。 点击下载地址...
2019-06-29 16:13:38
1346
2
原创 DES密钥生成
第一次写原创东西,有不好的地方请多多包涵。此次写的是关于des密钥生成的,话不多说,先把代码给出如下#include<stdio.h>int main(){ char zz[]={"0000000100100011010001010110011110001001101010111100110111101111"}; char ll[29],rr[29...
2018-12-04 22:35:29
11518
转载 关于安装vmware tools时出现的Setup is unable to find the ifconfig
Setup is unable to find the "ifconfig" program on your machineVMware 安装 Ubuntu,之后安装 VMware Tools ,安装过程中可能遇到如下提示:Setup is unable to find the "ifconfig" program on your machine. Please make sure it is i...
2018-06-29 16:38:53
6167
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人