在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C# windows窗体 招聘管理系统

C# windows窗体 招聘管理系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.60M
  • 下载次数:29
  • 浏览次数:118
  • 发布时间:2021-01-24
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
C# windows窗体 招聘管理系统 数据库的增删查改
【实例截图】
【核心代码】
e8cf8b81-14c9-4f5f-8a7b-e5bf1cf9fcdb
└── C#招聘简历
├── Database
│   ├── rsume_log.ldf
│   └── rsume.mdf
├── 招聘简历
│   └── zhaopinjianli
│   ├── Database
│   │   ├── rsume_log.ldf
│   │   └── rsume.mdf
│   ├── Resources
│   │   ├── 200561719365434.jpg
│   │   ├── 2005617193759591.jpg
│   │   ├── 20100406094922546.jpg
│   │   ├── 330126-5-embed.jpg
│   │   ├── ACDSee9_2328.ico
│   │   ├── b1.gif
│   │   ├── bot11.gif
│   │   ├── Comctl32_20481.ico
│   │   ├── delete.PNG
│   │   ├── Diak02.GIF
│   │   ├── Doc1.GIF
│   │   ├── EditCopy.png
│   │   ├── EditCut.png
│   │   ├── EditPaste.png
│   │   ├── embed.jpg
│   │   ├── FileNew.png
│   │   ├── FileOpen.png
│   │   ├── FilePrint.png
│   │   ├── filesave1.png
│   │   ├── FileSave.png
│   │   ├── fontext_4.ico
│   │   ├── fxsclntr_167.ico
│   │   ├── hh.png
│   │   ├── icardres_302.ico
│   │   ├── ii.png
│   │   ├── inetcpl_4481.ico
│   │   ├── ll.png
│   │   ├── LoadData16.gif
│   │   ├── LoadData.gif
│   │   ├── Other MacOS X 065.ico
│   │   ├── printPreviewControl.PNG
│   │   ├── SHELL32_134.ico
│   │   ├── SHELL32_23.ico
│   │   ├── SHELL32_255.ico
│   │   ├── SHELL32_290.ico
│   │   ├── SHELL32_291.PNG
│   │   ├── smallfail.gif
│   │   ├── Woa02.jpg
│   │   ├── Woa10.jpg
│   │   ├── xpic8975_s.jpg
│   │   └── 水果材质.jpg
│   ├── zhaopinjianli
│   │   ├── AboutForm.cs
│   │   ├── AboutForm.Designer.cs
│   │   ├── AboutForm.resx
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── ColorLib.dll
│   │   │   ├── ColorLib.pdb
│   │   │   ├── zhaopinjianli.exe
│   │   │   ├── zhaopinjianli.exe.config
│   │   │   ├── zhaopinjianli.pdb
│   │   │   ├── zhaopinjianli.vshost.exe
│   │   │   ├── zhaopinjianli.vshost.exe.config
│   │   │   └── zhaopinjianli.vshost.exe.manifest
│   │   ├── Employ.cs
│   │   ├── Employ.Designer.cs
│   │   ├── Employ.resx
│   │   ├── JobDataSet1.Designer.cs
│   │   ├── JobDataSet1.xsc
│   │   ├── JobDataSet1.xsd
│   │   ├── JobDataSet1.xss
│   │   ├── JobDataSet.Designer.cs
│   │   ├── JobDataSet.xsc
│   │   ├── JobDataSet.xsd
│   │   ├── JobDataSet.xss
│   │   ├── JobInfo.cs
│   │   ├── JobInfo.Designer.cs
│   │   ├── JobInfo.resx
│   │   ├── LoginDialog.cs
│   │   ├── LoginForm.cs
│   │   ├── LoginForm.Designer.cs
│   │   ├── LoginForm.resx
│   │   ├── MainForm.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── TempPE
│   │   │   │   ├── JobDataSet1.Designer.cs.dll
│   │   │   │   ├── JobDataSet.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── zhaopinjianli.AboutForm.resources
│   │   │   ├── zhaopinjianli.csproj.FileListAbsolute.txt
│   │   │   ├── zhaopinjianli.Employ.resources
│   │   │   ├── zhaopinjianli.exe
│   │   │   ├── zhaopinjianli.JobInfo.resources
│   │   │   ├── zhaopinjianli.LoginForm.resources
│   │   │   ├── zhaopinjianli.MainForm.resources
│   │   │   ├── zhaopinjianli.pdb
│   │   │   ├── zhaopinjianli.Properties.Resources.resources
│   │   │   ├── zhaopinjianli.ResumeForm.resources
│   │   │   ├── zhaopinjianli.TextForm.resources
│   │   │   └── zhaopinjianli.UserControl1.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── 123.png
│   │   │   ├── 12.jpg
│   │   │   ├── 2012052412255329[1].jpg
│   │   │   ├── 222.png
│   │   │   ├── 330126-5-embed.jpg
│   │   │   ├── 333.png
│   │   │   ├── 661.jpg
│   │   │   ├── 66.jpg
│   │   │   ├── 881.jpg
│   │   │   ├── 88.jpg
│   │   │   ├── ACDSee9_2328.ico
│   │   │   ├── b1.gif
│   │   │   ├── bot11.gif
│   │   │   ├── C400200.JPG
│   │   │   ├── C800600.JPG
│   │   │   ├── Comctl32_20481.ico
│   │   │   ├── delete.PNG
│   │   │   ├── Diak02.GIF
│   │   │   ├── Doc1.GIF
│   │   │   ├── EditCopy.png
│   │   │   ├── EditCut.png
│   │   │   ├── EditPaste.png
│   │   │   ├── embed.jpg
│   │   │   ├── FileNew.png
│   │   │   ├── FileOpen.png
│   │   │   ├── FilePrint.png
│   │   │   ├── filesave1.png
│   │   │   ├── FileSave.png
│   │   │   ├── fontext_4.ico
│   │   │   ├── fxsclntr_167.ico
│   │   │   ├── hh.png
│   │   │   ├── icardres_302.ico
│   │   │   ├── ii.bmp
│   │   │   ├── ii.png
│   │   │   ├── ii.png.png
│   │   │   ├── inetcpl_4481.ico
│   │   │   ├── ll.png
│   │   │   ├── LoadData16.gif
│   │   │   ├── LoadData.gif
│   │   │   ├── Other MacOS X 065.ico
│   │   │   ├── outicon_1005.ico
│   │   │   ├── printPreviewControl.PNG
│   │   │   ├── SHELL32_134.ico
│   │   │   ├── SHELL32_23.ico
│   │   │   ├── SHELL32_255.ico
│   │   │   ├── SHELL32_28.ico
│   │   │   ├── SHELL32_290.ico
│   │   │   ├── SHELL32_291.PNG
│   │   │   ├── smallfail.gif
│   │   │   ├── wab32res_6042.ico
│   │   │   ├── Woa02.jpg
│   │   │   ├── Woa10.jpg
│   │   │   ├── 未命名-2.png
│   │   │   └── 水果材质.jpg
│   │   ├── ResumeForm.cs
│   │   ├── ResumeForm.Designer.cs
│   │   ├── ResumeForm.resx
│   │   ├── TextForm.cs
│   │   ├── TextForm.Designer.cs
│   │   ├── TextForm.resx
│   │   ├── UserControl1.cs
│   │   ├── UserControl1.Designer.cs
│   │   ├── UserControl1.resx
│   │   └── zhaopinjianli.csproj
│   ├── zhaopinjianli.sln
│   └── zhaopinjianli.suo
└── 第十章
├── Backup
│   ├── recruitment
│   │   ├── AboutForm.cs
│   │   ├── AboutForm.designer.cs
│   │   ├── AboutForm.resx
│   │   ├── app.config
│   │   ├── Employ.cs
│   │   ├── Employ.Designer.cs
│   │   ├── Employ.resx
│   │   ├── JobDataSet.Designer.cs
│   │   ├── JobDataSet.xsc
│   │   ├── JobDataSet.xsd
│   │   ├── JobDataSet.xss
│   │   ├── JobInfo.cs
│   │   ├── JobInfo.Designer.cs
│   │   ├── JobInfo.resx
│   │   ├── LoginForm.cs
│   │   ├── LoginForm.Designer.cs
│   │   ├── LoginForm.resx
│   │   ├── MainForm.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── recruitment.csproj
│   │   ├── Resources
│   │   │   ├── b1.gif
│   │   │   ├── bot11.gif
│   │   │   ├── delete.PNG
│   │   │   ├── Diak02.GIF
│   │   │   ├── Doc1.GIF
│   │   │   ├── EditCopy.png
│   │   │   ├── EditCut.png
│   │   │   ├── EditPaste.png
│   │   │   ├── filesave1.png
│   │   │   ├── inetcpl_4481.ico
│   │   │   ├── LoadData16.gif
│   │   │   ├── LoadData.gif
│   │   │   ├── Other MacOS X 065.ico
│   │   │   ├── SHELL32_28.ico
│   │   │   ├── smallfail.gif
│   │   │   ├── wab32res_6042.ico
│   │   │   ├── Woa02.jpg
│   │   │   └── Woa10.jpg
│   │   ├── ResumeForm.cs
│   │   ├── ResumeForm.designer.cs
│   │   ├── ResumeForm.resx
│   │   ├── TextForm.cs
│   │   ├── TextForm.designer.cs
│   │   └── TextForm.resx
│   ├── recruitment.sln
│   └── recruitment.suo
├── Backup1
│   ├── recruitment
│   │   ├── AboutForm.cs
│   │   ├── AboutForm.designer.cs
│   │   ├── AboutForm.resx
│   │   ├── app.config
│   │   ├── Employ.cs
│   │   ├── Employ.Designer.cs
│   │   ├── Employ.resx
│   │   ├── JobDataSet.Designer.cs
│   │   ├── JobDataSet.xsc
│   │   ├── JobDataSet.xsd
│   │   ├── JobDataSet.xss
│   │   ├── JobInfo.cs
│   │   ├── JobInfo.Designer.cs
│   │   ├── JobInfo.resx
│   │   ├── LoginForm.cs
│   │   ├── LoginForm.Designer.cs
│   │   ├── LoginForm.resx
│   │   ├── MainForm.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── recruitment.csproj
│   │   ├── Resources
│   │   │   ├── b1.gif
│   │   │   ├── bot11.gif
│   │   │   ├── delete.PNG
│   │   │   ├── Diak02.GIF
│   │   │   ├── Doc1.GIF
│   │   │   ├── EditCopy.png
│   │   │   ├── EditCut.png
│   │   │   ├── EditPaste.png
│   │   │   ├── filesave1.png
│   │   │   ├── inetcpl_4481.ico
│   │   │   ├── LoadData16.gif
│   │   │   ├── LoadData.gif
│   │   │   ├── Other MacOS X 065.ico
│   │   │   ├── SHELL32_28.ico
│   │   │   ├── smallfail.gif
│   │   │   ├── wab32res_6042.ico
│   │   │   ├── Woa02.jpg
│   │   │   └── Woa10.jpg
│   │   ├── ResumeForm.cs
│   │   ├── ResumeForm.designer.cs
│   │   ├── ResumeForm.resx
│   │   ├── TextForm.cs
│   │   ├── TextForm.designer.cs
│   │   └── TextForm.resx
│   ├── recruitment.sln
│   └── recruitment.suo
├── recruitment
│   ├── AboutForm.cs
│   ├── AboutForm.designer.cs
│   ├── AboutForm.resx
│   ├── app.config
│   ├── bin
│   │   └── Debug
│   │   ├── ColorLib.dll
│   │   ├── ColorLib.pdb
│   │   ├── recruitment.exe
│   │   ├── recruitment.exe.config
│   │   ├── recruitment.pdb
│   │   ├── recruitment.vshost.exe
│   │   ├── recruitment.vshost.exe.config
│   │   └── recruitment.vshost.exe.manifest
│   ├── Employ.cs
│   ├── Employ.Designer.cs
│   ├── Employ.resx
│   ├── JobDataSet.Designer.cs
│   ├── JobDataSet.xsc
│   ├── JobDataSet.xsd
│   ├── JobDataSet.xss
│   ├── JobInfo.cs
│   ├── JobInfo.Designer.cs
│   ├── JobInfo.resx
│   ├── LoginForm.cs
│   ├── LoginForm.Designer.cs
│   ├── LoginForm.resx
│   ├── MainForm.cs
│   ├── MainForm.Designer.cs
│   ├── MainForm.resx
│   ├── NewDataTable.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── recruitment.AboutForm.resources
│   │   │   ├── recruitment.csproj.FileListAbsolute.txt
│   │   │   ├── recruitment.csproj.GenerateResource.Cache
│   │   │   ├── recruitment.Employ.resources
│   │   │   ├── recruitment.exe
│   │   │   ├── recruitment.JobInfo.resources
│   │   │   ├── recruitment.LoginDialog.resources
│   │   │   ├── recruitment.MainForm.resources
│   │   │   ├── recruitment.pdb
│   │   │   ├── recruitment.Properties.Resources.resources
│   │   │   ├── recruitment.ResumeForm.resources
│   │   │   ├── recruitment.TextForm.resources
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   ├── JobDataSet.Designer.cs.dll
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── recruitment.csproj.FileList.txt
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── recruitment.csproj
│   ├── recruitment.suo
│   ├── Resources
│   │   ├── 330126-5-embed.jpg
│   │   ├── ACDSee9_2328.ico
│   │   ├── b1.gif
│   │   ├── bot11.gif
│   │   ├── C400200.JPG
│   │   ├── C800600.JPG
│   │   ├── Comctl32_20481.ico
│   │   ├── delete.PNG
│   │   ├── Diak02.GIF
│   │   ├── Doc1.GIF
│   │   ├── EditCopy.png
│   │   ├── EditCut.png
│   │   ├── EditPaste.png
│   │   ├── embed.jpg
│   │   ├── FileNew.png
│   │   ├── FileOpen.png
│   │   ├── FilePrint.png
│   │   ├── filesave1.png
│   │   ├── FileSave.png
│   │   ├── fontext_4.ico
│   │   ├── fxsclntr_167.ico
│   │   ├── icardres_302.ico
│   │   ├── inetcpl_4481.ico
│   │   ├── LoadData16.gif
│   │   ├── LoadData.gif
│   │   ├── Other MacOS X 065.ico
│   │   ├── outicon_1005.ico
│   │   ├── printPreviewControl.PNG
│   │   ├── SHELL32_134.ico
│   │   ├── SHELL32_23.ico
│   │   ├── SHELL32_255.ico
│   │   ├── SHELL32_28.ico
│   │   ├── SHELL32_290.ico
│   │   ├── SHELL32_291.PNG
│   │   ├── smallfail.gif
│   │   ├── wab32res_6042.ico
│   │   ├── Woa02.jpg
│   │   ├── Woa10.jpg
│   │   └── 水果材质.jpg
│   ├── ResumeForm.cs
│   ├── ResumeForm.designer.cs
│   ├── ResumeForm.resx
│   ├── Resume.suo
│   ├── TextForm.cs
│   ├── TextForm.designer.cs
│   └── TextForm.resx
├── recruitment.sln
├── recruitment.suo
├── UpgradeLog2.XML
├── UpgradeLog.XML
├── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
└── 使用说明.txt

33 directories, 386 files

标签:

实例下载地址

C# windows窗体 招聘管理系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警