登录
首页 » c# » 简单的学生信息管理加DB

简单的学生信息管理加DB

于 2022-01-31 发布 文件大小:12.74 MB
0 57
下载积分: 2 下载次数: 1

代码说明:

一个功能极其简单学生信息管理,供初学者学习用

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

发表评论

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
  • MSP430F149读写卡参考例程
    说明:  MSP430F149读写卡参考例程,实现读卡模块和写卡模块的操作。基本例程全在。也可以实现 扣费钱包等功能。(The MSP430F149 read/write card reference routine implements the operation of the card reader module and the card reader module. The basic routines are all there. It is also possible to implement functions such as deducting wallets.)
    2020-06-19 15:40:02下载
    积分:1
  • 05753794
    《Office2000下内部COM插件的编程实现》配套代码,(< Office2000 internal COM plug-in programming implementation > supporting code,)
    2018-12-30 08:48:28下载
    积分:1
  • rgb2gray
    此文件为 在matlab中rgb2gray的方式(way of rgb2gray in matlab)
    2011-05-02 10:48:14下载
    积分:1
  • myTcpClient
    实现TCP通信服务器端和客户端(支持多个客户端)精简版(Implementation of TCP communication server and client (support multiple clients) simplified version)
    2020-12-26 00:29:04下载
    积分:1
  • conatant
    常用排序算法的演示程序,功能是动态的演示数据排序的过程()
    2018-03-14 11:54:41下载
    积分:1
  • Microsoft+.NET+Pet+Shop+5.0
    说明:  本系统采用C#语言开发的经典三层架构,从下至上分别为:数据访问层、业务逻辑层(又或成为领域层)、表示层(This system adopts the classical three-tier architecture developed by C# language, from bottom to top: data access layer, business logic layer (or domain layer), presentation layer.)
    2020-06-24 14:40:02下载
    积分:1
  • 扫雷小程序,希望对您有帮助
    扫雷小程序,简单的c语言,能实现简单的功能,希望对大家能够有所帮助.
    2022-03-23 11:13:59下载
    积分:1
  • C# 线性拟合求直线方程
    C# 线性拟合求直线方程,及相关系数计算 曲线直线化是曲线拟合的重要手段之一。对于某些非线性的资料可以通过简单的变量变换使之直线化,这样就可以按最小二乘法原理求出变换后变量的直线方程,在实际工作中常利用此直线方程绘制资料的标准工作曲线,同时根据需要可将此直线方程还原为曲线方程,实现对资料的曲线拟合。
    2022-04-11 12:54:59下载
    积分:1
  • Fngprnt
    采用最大方差阈值分割法,对指纹进行提取。(Using the maximum variance threshold segmentation method for fingerprint extraction.)
    2013-11-24 20:39:58下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载