摘要: ls -la 查看当前文件夹的文件 mrdir 目录名称 [创建目录,创建 文件夹] 关机,重启 shutdown -h now 关机 shutdown -h 1 [1分钟后关机] shutdown -r now 重启系统 halt 关机 reboot 重启系统 sync 将内存的数据保存到硬盘 用 阅读全文
posted @ 2022-09-15 11:06 baivfhpwxf 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 控制器中注入 [ApiController] //[Authorize] [ServiceFilter(typeof(LDAPPLoginFilter))] [Route("/file/api/[controller]/[action]")] public class BaseController 阅读全文
posted @ 2022-09-15 09:40 baivfhpwxf 阅读(742) 评论(0) 推荐(0) 编辑