登录
首页 » C# » C# 学生信息管理系统 源码

C# 学生信息管理系统 源码

于 2016-12-26 发布
0 224
下载积分: 1 下载次数: 0

代码说明:

首先附加数据库, 管理员账号 admin 密码 00000 教师账号 t001 密码 12345 学生账号 SunPeng 密码 12345

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 图片拖放
    图片拖放
    2014-11-04下载
    积分:1
  • 某大学图书馆C#开发的成熟图书管理系统
    【实例简介】
    2021-11-09 00:31:14下载
    积分:1
  • Astar算法(c++源码)
    多机器人系统路径规划技术
    2021-07-31 00:31:22下载
    积分:1
  • Winform中鼠标穿透效果,类似桌面壁纸的效果
    鼠标穿透效果实例,可实现类似桌面浮动效果,详见截图
    2013-01-11下载
    积分:1
  • ASP.NET MVC5+EF6后台管理系统源码(含部署文档以及数据库脚本)
    mvc后台,登录账户:admin     密码:zxczxc
    2019-12-17下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • C# 坦克大战 游戏代码
    C# 坦克大战 游戏代码
    2015-06-10下载
    积分:1
  • C# 学生请假管理系统(源码+数据库)
    【调试步骤】 1. 附加数据库 2. 无须修改源码,直接运行源码即可看到如下截图
    2019-06-23下载
    积分:1
  • SPY++ 工具下载,非源码
    查看窗口句柄
    2014-11-26下载
    积分:1
  • easyui管理系统源码(含数据库以及 统计图功能)
    easyui管理系统源码(含数据库以及 统计图功能)
    2019-07-30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载