摘要 NetDisk更新日志,及项目使用说明. 开发工具 Vs2013+mysql+ef6+mvc5 bug 1.在加载列表的时候,默认加载的所有,修改为,过滤逻辑删除的文件. 2.加载音乐,文档等分类时,过滤逻辑删除的文件. 3.删除了api文件夹. 4.将图标文件路径,以及项目中用到的提示语,提取到一个常量类中. using System; using System.Collections.Generic; using System.Linq; using System.Web; names…
mysql的日志文件 日志文件大致分为 error log, binary log, query log, slow query log, innodb redo log ;如图: 1.error log the error log file contains information indicating when mysqld was started and stopped also any critical errors that occur while the server is run…