• 大小: 801KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-14
  • 语言: C#
  • 标签:

资源简介

本程序是C#+ACCESS开发的成绩管理系统,也可以修改成oracle数据库

资源截图

代码片段和文件信息

//------------------------------------------------------------------------------
// 
//     此代码由工具生成。
//     运行时版本:4.0.30319.1008
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// 

//------------------------------------------------------------------------------

#pragma warning disable 1591

namespace StudentManager {
    
    
    /// 
    ///Represents a strongly typed in-memory cache of data.
    ///

    [global::System.Serializable()]
    [global::System.ComponentModel.DesignerCategoryAttribute(“code“)]
    [global::System.ComponentModel.ToolboxItem(true)]
    [global::System.xml.Serialization.xmlSchemaProviderAttribute(“GetTypedDataSetSchema“)]
    [global::System.xml.Serialization.xmlRootAttribute(“db1DataSet“)]
    [global::System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
    public partial class db1DataSet : global::System.Data.DataSet {
        
        private 表1DataTable table表1;
        
        private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “4.0.0.0“)]
        public db1DataSet() {
            this.BeginInit();
            this.InitClass();
            global::System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
            base.Tables.Collectionchanged += schemaChangedHandler;
            base.Relations.Collectionchanged += schemaChangedHandler;
            this.EndInit();
        }
        
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “4.0.0.0“)]
        protected db1DataSet(global::System.Runtime.Serialization.SerializationInfo info global::System.Runtime.Serialization.StreamingContext context) : 
                base(info context false) {
            if ((this.IsBinarySerialized(info context) == true)) {
                this.InitVars(false);
                global::System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
                this.Tables.Collectionchanged += schemaChangedHandler1;
                this.Relations.Collectionchanged += schemaChangedHandler1;
                return;
            }
            string strSchema = ((string)(info.GetValue(“xmlSchema“ typeof(string))));
            if ((this.DetermineSchemaSerializationMode(info context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
                global::System.Data.DataSet ds = new global::System.D

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-01-08 07:55  StudentManager\
     目录           0  2014-01-09 11:07  StudentManager\StudentManager\
     文件        1632  2013-12-31 23:12  StudentManager\StudentManager.sln
     文件       42496  2014-01-10 15:39  StudentManager\StudentManager.suo
     文件        9662  2014-01-09 08:09  StudentManager\StudentManager\20131231095628437---www.ico.la---.ico
     文件         436  2013-12-31 17:26  StudentManager\StudentManager\app.config
     目录           0  2014-01-08 07:55  StudentManager\StudentManager\bin\
     目录           0  2014-01-08 07:55  StudentManager\StudentManager\bin\Debug\
     文件      307200  2014-01-02 14:11  StudentManager\StudentManager\bin\Debug\db1.mdb
     文件       68096  2013-12-31 23:10  StudentManager\StudentManager\bin\Debug\StudentManager.exe
     文件         436  2013-12-31 17:26  StudentManager\StudentManager\bin\Debug\StudentManager.exe.config
     文件       75264  2013-12-31 23:10  StudentManager\StudentManager\bin\Debug\StudentManager.pdb
     文件       11592  2013-12-31 23:10  StudentManager\StudentManager\bin\Debug\StudentManager.vshost.exe
     文件         436  2013-12-31 17:26  StudentManager\StudentManager\bin\Debug\StudentManager.vshost.exe.config
     目录           0  2014-01-08 07:55  StudentManager\StudentManager\bin\Release\
     目录           0  2014-01-08 07:55  StudentManager\StudentManager\bin\x64\
     目录           0  2014-05-09 10:17  StudentManager\StudentManager\bin\x64\Debug\
     文件     1642496  2014-01-10 15:41  StudentManager\StudentManager\bin\x64\Debug\db1.mdb
     文件       72192  2014-01-02 14:11  StudentManager\StudentManager\bin\x64\Debug\StudentManager.exe
     文件         436  2013-12-31 17:26  StudentManager\StudentManager\bin\x64\Debug\StudentManager.exe.config
     文件       91648  2014-01-02 14:11  StudentManager\StudentManager\bin\x64\Debug\StudentManager.pdb
     文件       14328  2014-01-06 09:41  StudentManager\StudentManager\bin\x64\Debug\StudentManager.vshost.exe
     文件         436  2013-12-31 17:26  StudentManager\StudentManager\bin\x64\Debug\StudentManager.vshost.exe.config
     文件         490  2007-07-21 02:33  StudentManager\StudentManager\bin\x64\Debug\StudentManager.vshost.exe.manifest
     目录           0  2014-01-08 07:55  StudentManager\StudentManager\bin\x86\
     目录           0  2014-01-10 15:41  StudentManager\StudentManager\bin\x86\Debug\
     文件     1642496  2014-01-10 15:41  StudentManager\StudentManager\bin\x86\Debug\db1.mdb
     文件       91648  2014-01-09 11:07  StudentManager\StudentManager\bin\x86\Debug\StudentManager.exe
     文件         436  2013-12-31 17:26  StudentManager\StudentManager\bin\x86\Debug\StudentManager.exe.config
     文件       91648  2014-01-09 11:07  StudentManager\StudentManager\bin\x86\Debug\StudentManager.pdb
     文件       14848  2014-01-10 15:29  StudentManager\StudentManager\bin\x86\Debug\StudentManager.vshost.exe
............此处省略96个文件信息

评论

共有 条评论

相关资源