Initial commit
touch README.md git init git add README.md git commit -m "first commit" git remote add origin http://gitea.trustie.net/wangwenqing12/cwzzz.git git push -u origin master
git remote add origin http://gitea.trustie.net/wangwenqing12/cwzzz.git git push -u origin master
我们设计的移动存储设备软件安全防护盾通过在电脑接入移动载体时自动检测移动存储设备中的Autorun.inf(此程序的自动运行往往也伴随着病毒的传播),当发现程序开始启动或者移动存储设备发生异常的读写,我们的防护盾会强制关闭它(阻止Autorun.inf及包含Autorun.inf的文件通过USB设备),从传播途径上阻止病毒的传播,以保证数据的安全。
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
从命令行创建一个新的仓库
从命令行推送已经创建的仓库