蓝屏查看,主要用于查找蓝屏错误 BlueScreenView v1.05 Copyright (c) 2009 Nir Sofer Web site: http://www.nirsoft.net Descr iption =========== BlueScreenView scans all your minidump files created during 'blue screen of death' crashes, and displays the information abou
ep
一个有趣的小项目,可从刮取历史性危险问题/答案并将其写入sqlite数据库
工作进度演示
make practice
makefile命令
make scrape :运行scraper并将输出写入data/dump.json
make initdb :在sqlite数据库中创建表
make dumptodb :使用dump.json文件中的数据填充sqlite数据库
make practice :运行简单的练习游戏循环
make clean :删除data/目录的内容
make cle