登录
首页 » C# » C#+access学生成绩管理系统完整版

C#+access学生成绩管理系统完整版

于 2019-12-20 发布
0 194
下载积分: 1 下载次数: 2

代码说明:

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

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

发表评论

0 个回复

  • C#自动更新服务(本地服务安装)
    using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{    //获取学生信息    public class Service_Update_Data : IWindowsService    {        private ILogWriter _logWriter = null;        private const string logCategory = "Services.Info";        private string logInfoSource = "Update_Data";        private const string logErrorCategory = "Services.Error";        private const string logErrorSource = "Update_Data_Error";        private bool BeStop = true;        private System.Timers.Timer timer = null;        public void Start(Common.Log.ILogWriter logWriter, string gameCode)        {            gameCode = gameCode.ToUpper();            logInfoSource = gameCode;            _logWriter = logWriter;            BeStop = false;            StartRequestData();        }        int stata = 0;        private void StartRequestData()        {            try            {                #region 配置                //时间频率                var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData");                //更新学生开始时间                var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime");                //更新学生结束时间                var studentendtime = ServiceHelper.GetInterval("StudentEndTime");                    //是否更新学生基本信息:true为更新 false为不更新                var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet"));                                #endregion                timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () =>                {                    int timeHour = DateTime.Now.Hour;                    if (timeHour == 3)                        stata = 0;                    #region 更新学生基本信息                    if (studentbegintime
    2015-03-11下载
    积分:1
  • C# 模拟 键盘鼠标操作实例 附源码
    模拟单击开始 按钮
    2013-03-24下载
    积分:1
  • nt_serv_wiz_source
    建立带有NT Service程序的模板 (The template for creating the app with NT Service)
    2020-09-04 11:48:14下载
    积分:1
  • 743105
    该文件使用VS 创建了一个实例来使用 Google Breakpad在程序崩溃时来生成dmp文件()
    2018-04-11 08:46:53下载
    积分:1
  • Registry
    修改操作系统注册表,包括实例简介,创建过程,运行效果等等。(Modify the operating system registry, including examples of profiles, the creation process, run the effect and so on.)
    2008-03-31 20:59:54下载
    积分:1
  • WMIDemo
    WMI查询操作是学习wmi不错的例子,还是值得推荐的(WMI query is learning wmi good example is worthy of recommendation)
    2014-01-03 22:10:53下载
    积分:1
  • getmac
    vc编写的获取windows平台网络硬件地址的软件(get windows mac address)
    2020-06-21 19:00:01下载
    积分:1
  • goodsuperstar_Angel
    一个小天使提醒工具的源代码,功能非常强大。感兴趣的朋友可以下来研究下。(A small angel to remind tools source code is very powerful. Interested friends can down under study.)
    2011-12-29 15:31:39下载
    积分:1
  • 58604450
    基于多径传输和多普勒频移的 瑞利Rayleigh信道的仿真 主要考虑不同条件下的仿真(Simulation of Rayleigh channel based on multipath transmission and Doppler shift is mainly considered under different conditions.)
    2018-09-22 13:46:13下载
    积分:1
  • 3242
    数字图像处理实习代码,包括图像转换,灰度变换、几何变换.....(Digital image processing practical code, including image conversion, gray-scale transformation, geometric transformation .....)
    2010-03-06 18:04:23下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载