• 大小: 9.91M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: Xml  系统  文档  管理  

资源简介

人事管理系统,为了方便没有采用数据库,而是用XML模拟实现数据的操作

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace The_Project
{
    public class Collection
    {
        public static List userList = new List();
        public static List userAllList = new List();
        public static List jurisdiction = new List();
        public static List GInfo = new List();
        public struct UserLoginInfoMation
        {
            public string Department;
            public string AccountNum;
            public string PassWord;
            public string Position;
        }

        public struct UserAllInfoMation
     

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.     58880  2017-09-12 10:05  The Project\.vs\The Project\v15\.suo

     文件        189  2017-09-06 15:23  The Project\The Project\App.config

     文件    3124224  2017-09-11 17:44  The Project\The Project\bin\Debug\The Project.exe

     文件        189  2017-09-06 15:23  The Project\The Project\bin\Debug\The Project.exe.config

     文件      83456  2017-09-11 17:44  The Project\The Project\bin\Debug\The Project.pdb

     文件       1699  2017-09-12 09:22  The Project\The Project\Collection.cs

     文件       1772  2017-09-12 10:01  The Project\The Project\Creat.cs

     文件       1476  2017-09-11 18:05  The Project\The Project\Creat.Designer.cs

     文件       5817  2017-09-11 18:05  The Project\The Project\Creat.resx

     文件        238  2017-09-12 09:38  The Project\The Project\Gongchengbuxml\Gongchengbuxml.xml

     文件       2833  2017-09-11 18:04  The Project\The Project\Index.cs

     文件      12210  2017-09-11 17:59  The Project\The Project\Index.Designer.cs

     文件       6217  2017-09-11 17:59  The Project\The Project\Index.resx

     文件       6832  2017-09-12 10:05  The Project\The Project\Login.cs

     文件       7886  2017-09-06 17:02  The Project\The Project\Login.Designer.cs

     文件       5817  2017-09-06 17:02  The Project\The Project\Login.resx

     文件         42  2017-09-11 17:59  The Project\The Project\obj\Debug\CoreCompileInputs.cache

     文件       1464  2017-09-07 09:47  The Project\The Project\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       9929  2017-09-11 18:08  The Project\The Project\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件          0  2017-09-06 15:23  The Project\The Project\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs

     文件          0  2017-09-06 15:23  The Project\The Project\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs

     文件          0  2017-09-06 15:23  The Project\The Project\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs

     文件       7680  2017-09-06 17:00  The Project\The Project\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       1078  2017-09-11 16:32  The Project\The Project\obj\Debug\The Project.csproj.FileListAbsolute.txt

     文件       3010  2017-09-11 17:44  The Project\The Project\obj\Debug\The Project.csproj.GenerateResource.Cache

     文件       2384  2017-09-07 13:57  The Project\The Project\obj\Debug\The Project.csprojResolveAssemblyReference.cache

     文件    3124224  2017-09-11 17:44  The Project\The Project\obj\Debug\The Project.exe

     文件      83456  2017-09-11 17:44  The Project\The Project\obj\Debug\The Project.pdb

     文件        180  2017-09-11 16:21  The Project\The Project\obj\Debug\The_Project.AddUser.resources

     文件        180  2017-09-11 17:44  The Project\The Project\obj\Debug\The_Project.Index.resources

............此处省略84个文件信息

评论

共有 条评论