{"id":28323189,"url":"https://github.com/lzyrapx/database_design","last_synced_at":"2026-05-05T06:36:08.596Z","repository":{"id":192773371,"uuid":"89847224","full_name":"lzyrapx/Database_Design","owner":"lzyrapx","description":"🍟My Database_Design System","archived":false,"fork":false,"pushed_at":"2017-07-24T06:20:15.000Z","size":7285,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-01T23:42:45.956Z","etag":null,"topics":["database","database-management"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lzyrapx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-04-30T11:40:23.000Z","updated_at":"2023-03-25T15:12:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ead6b25d-c81d-4861-8d14-1c6f1607466e","html_url":"https://github.com/lzyrapx/Database_Design","commit_stats":null,"previous_names":["lzyrapx/database_design"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lzyrapx/Database_Design","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzyrapx%2FDatabase_Design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzyrapx%2FDatabase_Design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzyrapx%2FDatabase_Design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzyrapx%2FDatabase_Design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lzyrapx","download_url":"https://codeload.github.com/lzyrapx/Database_Design/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lzyrapx%2FDatabase_Design/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261566996,"owners_count":23178071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","database-management"],"created_at":"2025-05-25T15:11:06.539Z","updated_at":"2026-05-05T06:36:03.566Z","avatar_url":"https://github.com/lzyrapx.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n这是LzyRapx小菜鸡大二时的数据库系统课程设计。\n以下是这个Database的简要介绍。\n\n========================================================================\n\n       MICROSOFT FOUNDATION CLASS LIBRARY : Database\n       \n========================================================================\n\n\n\nAppWizard has created this Database application for you.  This application\nnot only demonstrates the basics of using the Microsoft Foundation classes\nbut is also a starting point for writing your application.\n\nThis file contains a summary of what you will find in each of the files that\nmake up your Database application.\n\nDatabase.dsp\n\n    This file (the project file) contains information at the project level and\n    is used to build a single project or subproject. Other users can share the\n    project (.dsp) file, but they should export the makefiles locally.\n\nDatabase.h\n\n    This is the main header file for the application.  It includes other\n    project specific headers (including Resource.h) and declares the\n    CDatabaseApp application class.\n\nDatabase.cpp\n\n    This is the main application source file that contains the application\n    class CDatabaseApp.\n\nDatabase.rc\n\n    This is a listing of all of the Microsoft Windows resources that the\n    program uses.  It includes the icons, bitmaps, and cursors that are stored\n    in the RES subdirectory.  This file can be directly edited in Microsoft\n\tVisual C++.\n\nDatabase.clw\n\n    This file contains information used by ClassWizard to edit existing\n    classes or add new classes.  ClassWizard also uses this file to store\n    information needed to create and edit message maps and dialog data\n    maps and to create prototype member functions.\n\nres\\Database.ico\n\n    This is an icon file, which is used as the application's icon.  This\n    icon is included by the main resource file Database.rc.\n\nres\\Database.rc2\n\n    This file contains resources that are not edited by Microsoft \n\tVisual C++.  You should place all resources not editable by\n\tthe resource editor in this file.\n\n/////////////////////////////////////////////////////////////////////////////\n\nFor the main frame window:\n\nMainFrm.h, MainFrm.cpp\n\n    These files contain the frame class CMainFrame, which is derived from\n    CFrameWnd and controls all SDI frame features.\n\nres\\Toolbar.bmp\n\n    This bitmap file is used to create tiled images for the toolbar.\n    The initial toolbar and status bar are constructed in the CMainFrame\n    class. Edit this toolbar bitmap using the resource editor, and\n    update the IDR_MAINFRAME TOOLBAR array in Database.rc to add\n    toolbar buttons.\n    \n/////////////////////////////////////////////////////////////////////////////\n\nAppWizard creates one document type and one view:\n\nDatabaseDoc.h, DatabaseDoc.cpp - the document\n\n    These files contain your CDatabaseDoc class.  Edit these files to\n    add your special document data and to implement file saving and loading\n    (via CDatabaseDoc::Serialize).\n\nDatabaseView.h, DatabaseView.cpp - the view of the document\n\n    These files contain your CDatabaseView class.\n    CDatabaseView objects are used to view CDatabaseDoc objects.\n\n\n\n/////////////////////////////////////////////////////////////////////////////\n\nOther standard files:\n\nStdAfx.h, StdAfx.cpp\n\n    These files are used to build a precompiled header (PCH) file\n    named Database.pch and a precompiled types file named StdAfx.obj.\n\nResource.h\n\n    This is the standard header file, which defines new resource IDs.\n    Microsoft Visual C++ reads and updates this file.\n\n/////////////////////////////////////////////////////////////////////////////\n\nOther notes:\n\nAppWizard uses \"TODO:\" to indicate parts of the source code you\nshould add to or customize.\n\nIf your application uses MFC in a shared DLL, and your application is \nin a language other than the operating system's current language, you\nwill need to copy the corresponding localized resources MFC42XXX.DLL\nfrom the Microsoft Visual C++ CD-ROM onto the system or system32 directory,\nand rename it to be MFCLOC.DLL.  (\"XXX\" stands for the language abbreviation.\nFor example, MFC42DEU.DLL contains resources translated to German.)  If you\ndon't do this, some of the UI elements of your application will remain in the\nlanguage of the operating system.\n\n/////////////////////////////////////////////////////////////////////////////\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flzyrapx%2Fdatabase_design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flzyrapx%2Fdatabase_design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flzyrapx%2Fdatabase_design/lists"}