资源简介

C# access学生成绩管理系统完整版,在上一期的基础上增加了一些功能,例如增加了学生端和管理员端,学生端只能对自己的信息进行修改和查看,管理员可以对全部学生的信息进行增删改查。

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace student
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new 登陆页面());
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-12-20 20:55  student\
     目录           0  2019-12-20 20:55  student\.vs\
     目录           0  2019-12-20 20:55  student\.vs\student\
     目录           0  2019-12-20 20:55  student\.vs\student\v14\
     文件       54784  2019-12-20 20:46  student\.vs\student\v14\.suo
     目录           0  2019-12-20 20:55  student\student\
     文件         189  2019-12-07 17:01  student\student\App.config
     目录           0  2019-12-20 20:55  student\student\Lee\
     文件      167280  2019-12-07 17:04  student\student\Lee\Login1.jpg
     文件       30858  2019-12-07 17:28  student\student\Lee\Logo.png
     文件         526  2019-12-20 19:08  student\student\Program.cs
     目录           0  2019-12-20 20:55  student\student\Properties\
     文件        1322  2019-12-07 17:01  student\student\Properties\AssemblyInfo.cs
     文件        3220  2019-12-07 17:34  student\student\Properties\Resources.Designer.cs
     文件        6195  2019-12-07 17:34  student\student\Properties\Resources.resx
     文件        1094  2019-12-07 17:01  student\student\Properties\Settings.Designer.cs
     文件         249  2019-12-07 17:01  student\student\Properties\Settings.settings
     目录           0  2019-12-20 20:55  student\student\Resources\
     文件       30858  2019-12-07 17:34  student\student\Resources\Logo.png
     目录           0  2019-12-20 20:55  student\student\bin\
     目录           0  2019-12-20 20:55  student\student\bin\Debug\
     文件         128  2019-12-20 20:53  student\student\bin\Debug\Lee.ldb
     文件      458752  2019-12-20 20:46  student\student\bin\Debug\Lee.mdb
     文件      272896  2019-12-20 20:46  student\student\bin\Debug\student.exe
     文件         189  2019-12-07 17:01  student\student\bin\Debug\student.exe.config
     文件       95744  2019-12-20 20:46  student\student\bin\Debug\student.pdb
     文件       22696  2019-12-20 20:53  student\student\bin\Debug\student.vshost.exe
     文件         189  2019-12-07 17:01  student\student\bin\Debug\student.vshost.exe.config
     目录           0  2019-12-20 20:55  student\student\bin\Release\
     目录           0  2019-12-20 20:55  student\student\obj\
     目录           0  2019-12-20 20:55  student\student\obj\Debug\
............此处省略70个文件信息

评论

共有 条评论