新文章 网摘 文章 随笔 日记

10 2021 档案

摘要:var fs = new FileStream(path, FileMode.Open, FileAccess.Read, FileShare.None, 4096, FileOptions.DeleteOnClose); return File( fileStream: fs, contentTy 阅读全文
posted @ 2021-10-14 17:06 岭南春 阅读(170) 评论(0) 推荐(0)
摘要:function test() { var stringArray = new Array(); stringArray[0] = "item1"; stringArray[1] = "item2"; stringArray[2] = "item3"; var postData = { values 阅读全文
posted @ 2021-10-08 19:55 岭南春 阅读(35) 评论(0) 推荐(0)
摘要:.ui-dialog { height: 600px !important; } .ui-dialog .ui-dialog-content { height: 90% !important; } @@media (min-width:1px) { .ui-dialog { width: 80% ! 阅读全文
posted @ 2021-10-07 15:19 岭南春 阅读(219) 评论(0) 推荐(0)
摘要:基于.NET 5和Vue开发的企业级前后端分离权限管理开发框架(后台管理系统),具有组织管理、角色管理、用户管理、菜单管理、授权管理、计划任务、文件管理等功能。支持国内外多种流行数据库,支持IdentityServer4统一认证。 Github开源地址:https://github.com/once 阅读全文
posted @ 2021-10-06 14:07 岭南春 阅读(1122) 评论(0) 推荐(0)