实例介绍
【实例简介】仿美萍人事管理系统(C#)
期末考试交上的项目.拿出来一起学习....也没有什么好介绍的.
文件清单
└── rsMange
├── BusinessLayer
│ ├── bin
│ │ └── Debug
│ │ ├── BusinessLayer.dll
│ │ ├── BusinessLayer.pdb
│ │ ├── DataAccess.dll
│ │ ├── DataAccess.pdb
│ │ ├── Entity.dll
│ │ └── Entity.pdb
│ ├── BusinessLayer.csproj
│ ├── obj
│ │ ├── BusinessLayer.csproj.FileList.txt
│ │ └── Debug
│ │ ├── BusinessLayer.dll
│ │ ├── BusinessLayer.pdb
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── Operate_bumenTable.cs
│ ├── Operate_DiaoDong.cs
│ ├── Operate_Jiangfa2Table.cs
│ ├── Operate_Jiangfa.cs
│ ├── Operate_KaoPing.cs
│ ├── Operate_PeiXun.cs
│ ├── Operate_TiaoXin.cs
│ ├── Operate_View_Xinxi.cs
│ ├── Operate_Xinxibiao.cs
│ ├── Operate_zhichengTable.cs
│ ├── Operate_zhiweiTable.cs
│ └── Properties
│ └── AssemblyInfo.cs
├── DataAccess
│ ├── bin
│ │ └── Debug
│ │ ├── DataAccess.dll
│ │ └── DataAccess.pdb
│ ├── DAbase.cs
│ ├── DataAccess.csproj
│ ├── obj
│ │ ├── DataAccess.csproj.FileList.txt
│ │ └── Debug
│ │ ├── DataAccess.dll
│ │ ├── DataAccess.pdb
│ │ ├── Refactor
│ │ └── TempPE
│ └── Properties
│ └── AssemblyInfo.cs
├── Entity
│ ├── bin
│ │ └── Debug
│ │ ├── Entity.dll
│ │ └── Entity.pdb
│ ├── Bumen.cs
│ ├── DiaoDong.cs
│ ├── Entity.csproj
│ ├── JiangFa2.cs
│ ├── Jiangfa.cs
│ ├── Kaoping.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Entity.dll
│ │ │ ├── Entity.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ └── Entity.csproj.FileList.txt
│ ├── PeiXun.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── TiaoXin.cs
│ ├── xinxibiao.cs
│ └── Zhiwei.cs
├── rsMange
│ ├── AddBumen_Form.cs
│ ├── AddBumen_Form.Designer.cs
│ ├── AddBumen_Form.resx
│ ├── AddEmployee_Form.cs
│ ├── AddEmployee_Form.Designer.cs
│ ├── AddEmployee_Form.resx
│ ├── AddJcInfo_Form.cs
│ ├── AddJcInfo_Form.Designer.cs
│ ├── AddJcInfo_Form.resx
│ ├── AddYgfc_Form.cs
│ ├── AddYgfc_Form.Designer.cs
│ ├── AddYgfc_Form.resx
│ ├── AddYgkp_Form.cs
│ ├── AddYgkp_Form.Designer.cs
│ ├── AddYgkp_Form.resx
│ ├── AddYgpx_Form.cs
│ ├── AddYgpx_Form.Designer.cs
│ ├── AddYgpx_Form.resx
│ ├── AddYgtd_Form.cs
│ ├── AddYgtd_Form.Designer.cs
│ ├── AddYgtd_Form.resx
│ ├── AddYgtx_Form.cs
│ ├── AddYgtx_Form.Designer.cs
│ ├── AddYgtx_Form.resx
│ ├── AddZhiWei_Form.cs
│ ├── AddZhiWei_Form.Designer.cs
│ ├── AddZhiWei_Form.resx
│ ├── App.config
│ ├── BasicInfoSet2_Form.cs
│ ├── BasicInfoSet2_Form.Designer.cs
│ ├── BasicInfoSet2_Form.resx
│ ├── BasicInfoSet3_Form.cs
│ ├── BasicInfoSet3_Form.Designer.cs
│ ├── BasicInfoSet3_Form.resx
│ ├── BasicInfoSet_Form.cs
│ ├── BasicInfoSet_Form.Designer.cs
│ ├── BasicInfoSet_Form.resx
│ ├── bin
│ │ └── Debug
│ │ ├── BusinessLayer.dll
│ │ ├── BusinessLayer.pdb
│ │ ├── DataAccess.dll
│ │ ├── DataAccess.pdb
│ │ ├── DevComponents.DotNetBar2.dll
│ │ ├── DotNetMagic2005.dll
│ │ ├── Entity.dll
│ │ ├── Entity.pdb
│ │ ├── image
│ │ │ ├── AutoUpdate.ico
│ │ │ ├── bg.PNG
│ │ │ ├── bj2.PNG
│ │ │ ├── del.PNG
│ │ │ ├── dztx_move.PNG
│ │ │ ├── dztx.PNG
│ │ │ ├── edit.PNG
│ │ │ ├── exit.PNG
│ │ │ ├── gfyf_move.PNG
│ │ │ ├── gfyf.PNG
│ │ │ ├── gjcx.PNG
│ │ │ ├── ico1.ico
│ │ │ ├── info.ico
│ │ │ ├── input.PNG
│ │ │ ├── insert.PNG
│ │ │ ├── newadd.ico
│ │ │ ├── output.PNG
│ │ │ ├── print.PNG
│ │ │ ├── rjbz_move.PNG
│ │ │ ├── rjbz.PNG
│ │ │ ├── search.ico
│ │ │ ├── select.PNG
│ │ │ ├── setting.ico
│ │ │ ├── tcxt_move.PNG
│ │ │ ├── tcxt.PNG
│ │ │ ├── Thumbs.db
│ │ │ ├── tjyg_move.PNG
│ │ │ ├── tjyg.PNG
│ │ │ ├── treenode2_down.PNG
│ │ │ ├── treenode2_up.PNG
│ │ │ ├── treenode_down.PNG
│ │ │ ├── treenode_up.PNG
│ │ │ ├── xxtj_move.PNG
│ │ │ ├── xxtj.PNG
│ │ │ ├── ygcf_move.PNG
│ │ │ ├── ygcf.PNG
│ │ │ ├── ygkp_move.PNG
│ │ │ ├── ygkp.PNG
│ │ │ ├── ygpx_move.PNG
│ │ │ ├── ygpx.PNG
│ │ │ ├── ygtd_move.PNG
│ │ │ ├── ygtd.PNG
│ │ │ ├── ygtx_move.PNG
│ │ │ ├── ygtx.PNG
│ │ │ ├── ygzl_move.PNG
│ │ │ ├── ygzl.PNG
│ │ │ ├── zhuanzhong.PNG
│ │ │ └── zzzt.PNG
│ │ ├── IrisSkin2.dll
│ │ ├── rsMange.exe
│ │ ├── rsMange.exe.config
│ │ ├── rsMange.pdb
│ │ ├── rsMange.vshost.exe
│ │ ├── rsMange.vshost.exe.config
│ │ └── skin
│ │ ├── IrisSkin2.dll
│ │ └── MacOS.ssk
│ ├── CrystalReport1.cs
│ ├── CrystalReport1.rpt
│ ├── EditBumen_Form.cs
│ ├── EditBumen_Form.Designer.cs
│ ├── EditBumen_Form.resx
│ ├── EmployeeInfoManage_Form.cs
│ ├── EmployeeInfoManage_Form.Designer.cs
│ ├── EmployeeInfoManage_Form.resx
│ ├── Gjcx_Form.cs
│ ├── Gjcx_Form.Designer.cs
│ ├── Gjcx_Form.resx
│ ├── Main_Fomr.cs
│ ├── Main_Fomr.Designer.cs
│ ├── Main_Fomr.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── RdlCompile.cache
│ │ │ ├── RdlCompile.compiled
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── rsMange.AddBumen_Form.resources
│ │ │ ├── rsMange.AddEmployee_Form.resources
│ │ │ ├── rsMange.AddJcInfo_Form.resources
│ │ │ ├── rsMange.AddYgfc_Form.resources
│ │ │ ├── rsMange.AddYgkp_Form.resources
│ │ │ ├── rsMange.AddYgpx_Form.resources
│ │ │ ├── rsMange.AddYgtd_Form.resources
│ │ │ ├── rsMange.AddYgtx_Form.resources
│ │ │ ├── rsMange.AddZhiWei_Form.resources
│ │ │ ├── rsMange.BasicInfoSet2_Form.resources
│ │ │ ├── rsMange.BasicInfoSet3_Form.resources
│ │ │ ├── rsMange.BasicInfoSet_Form.resources
│ │ │ ├── rsMange.CrystalReport1.rpt
│ │ │ ├── rsMange.csproj.GenerateResource.Cache
│ │ │ ├── rsMange.EditBumen_Form.resources
│ │ │ ├── rsMange.EmployeeInfoManage_Form.resources
│ │ │ ├── rsMange.exe
│ │ │ ├── rsMange.Gjcx_Form.resources
│ │ │ ├── rsMange.Main_Fomr.resources
│ │ │ ├── rsMange.Pater_Fomr.resources
│ │ │ ├── rsMange.pdb
│ │ │ ├── rsMange.Photo_Form.resources
│ │ │ ├── rsMange.Print_Form.resources
│ │ │ ├── rsMange.Properties.Resources.resources
│ │ │ ├── rsMange.Report1.rdlc
│ │ │ ├── rsMange.Report2.rdlc
│ │ │ ├── rsMange.Reportview_Form.resources
│ │ │ ├── rsMange.ygcf_Form.resources
│ │ │ ├── rsMange.ygkp_Form.resources
│ │ │ ├── rsMange.ygpx_Form.resources
│ │ │ ├── rsMange.ygtd_Form.resources
│ │ │ ├── rsMange.ygtx_Form.resources
│ │ │ ├── skin
│ │ │ │ ├── IrisSkin2.dll
│ │ │ │ └── MacOS.ssk
│ │ │ └── TempPE
│ │ │ ├── CrystalReport1.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── rsMange.csproj.FileList.txt
│ ├── Pater_Fomr.cs
│ ├── Pater_Fomr.Designer.cs
│ ├── Pater_Fomr.resx
│ ├── Photo_Form.cs
│ ├── Photo_Form.Designer.cs
│ ├── Photo_Form.resx
│ ├── Print_Form.cs
│ ├── Print_Form.Designer.cs
│ ├── Print_Form.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Report1.rdlc
│ ├── Report2.rdlc
│ ├── Reportview_Form.cs
│ ├── Reportview_Form.Designer.cs
│ ├── Reportview_Form.resx
│ ├── Resources
│ │ ├── bj3.PNG
│ │ ├── bj41.PNG
│ │ ├── bj4.PNG
│ │ ├── cs.PNG
│ │ ├── ico.ico
│ │ ├── Thumbs.db
│ │ ├── zj.PNG
│ │ └── zp.PNG
│ ├── rsMange.csproj
│ ├── rsMange.csproj.user
│ ├── ygcf_Form.cs
│ ├── ygcf_Form.Designer.cs
│ ├── ygcf_Form.resx
│ ├── ygkp_Form.cs
│ ├── ygkp_Form.Designer.cs
│ ├── ygkp_Form.resx
│ ├── ygpx_Form.cs
│ ├── ygpx_Form.Designer.cs
│ ├── ygpx_Form.resx
│ ├── ygtd_Form.cs
│ ├── ygtd_Form.Designer.cs
│ ├── ygtd_Form.resx
│ ├── ygtx_Form.cs
│ ├── ygtx_Form.Designer.cs
│ └── ygtx_Form.resx
├── rsMange.sln
├── rsMange.suo
├── w14yz_Data.MDF
└── w14yz_Log.LDF
37 directories, 251 files
期末考试交上的项目.拿出来一起学习....也没有什么好介绍的.
【实例截图】
文件清单
└── rsMange
├── BusinessLayer
│ ├── bin
│ │ └── Debug
│ │ ├── BusinessLayer.dll
│ │ ├── BusinessLayer.pdb
│ │ ├── DataAccess.dll
│ │ ├── DataAccess.pdb
│ │ ├── Entity.dll
│ │ └── Entity.pdb
│ ├── BusinessLayer.csproj
│ ├── obj
│ │ ├── BusinessLayer.csproj.FileList.txt
│ │ └── Debug
│ │ ├── BusinessLayer.dll
│ │ ├── BusinessLayer.pdb
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── Operate_bumenTable.cs
│ ├── Operate_DiaoDong.cs
│ ├── Operate_Jiangfa2Table.cs
│ ├── Operate_Jiangfa.cs
│ ├── Operate_KaoPing.cs
│ ├── Operate_PeiXun.cs
│ ├── Operate_TiaoXin.cs
│ ├── Operate_View_Xinxi.cs
│ ├── Operate_Xinxibiao.cs
│ ├── Operate_zhichengTable.cs
│ ├── Operate_zhiweiTable.cs
│ └── Properties
│ └── AssemblyInfo.cs
├── DataAccess
│ ├── bin
│ │ └── Debug
│ │ ├── DataAccess.dll
│ │ └── DataAccess.pdb
│ ├── DAbase.cs
│ ├── DataAccess.csproj
│ ├── obj
│ │ ├── DataAccess.csproj.FileList.txt
│ │ └── Debug
│ │ ├── DataAccess.dll
│ │ ├── DataAccess.pdb
│ │ ├── Refactor
│ │ └── TempPE
│ └── Properties
│ └── AssemblyInfo.cs
├── Entity
│ ├── bin
│ │ └── Debug
│ │ ├── Entity.dll
│ │ └── Entity.pdb
│ ├── Bumen.cs
│ ├── DiaoDong.cs
│ ├── Entity.csproj
│ ├── JiangFa2.cs
│ ├── Jiangfa.cs
│ ├── Kaoping.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Entity.dll
│ │ │ ├── Entity.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ └── Entity.csproj.FileList.txt
│ ├── PeiXun.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── TiaoXin.cs
│ ├── xinxibiao.cs
│ └── Zhiwei.cs
├── rsMange
│ ├── AddBumen_Form.cs
│ ├── AddBumen_Form.Designer.cs
│ ├── AddBumen_Form.resx
│ ├── AddEmployee_Form.cs
│ ├── AddEmployee_Form.Designer.cs
│ ├── AddEmployee_Form.resx
│ ├── AddJcInfo_Form.cs
│ ├── AddJcInfo_Form.Designer.cs
│ ├── AddJcInfo_Form.resx
│ ├── AddYgfc_Form.cs
│ ├── AddYgfc_Form.Designer.cs
│ ├── AddYgfc_Form.resx
│ ├── AddYgkp_Form.cs
│ ├── AddYgkp_Form.Designer.cs
│ ├── AddYgkp_Form.resx
│ ├── AddYgpx_Form.cs
│ ├── AddYgpx_Form.Designer.cs
│ ├── AddYgpx_Form.resx
│ ├── AddYgtd_Form.cs
│ ├── AddYgtd_Form.Designer.cs
│ ├── AddYgtd_Form.resx
│ ├── AddYgtx_Form.cs
│ ├── AddYgtx_Form.Designer.cs
│ ├── AddYgtx_Form.resx
│ ├── AddZhiWei_Form.cs
│ ├── AddZhiWei_Form.Designer.cs
│ ├── AddZhiWei_Form.resx
│ ├── App.config
│ ├── BasicInfoSet2_Form.cs
│ ├── BasicInfoSet2_Form.Designer.cs
│ ├── BasicInfoSet2_Form.resx
│ ├── BasicInfoSet3_Form.cs
│ ├── BasicInfoSet3_Form.Designer.cs
│ ├── BasicInfoSet3_Form.resx
│ ├── BasicInfoSet_Form.cs
│ ├── BasicInfoSet_Form.Designer.cs
│ ├── BasicInfoSet_Form.resx
│ ├── bin
│ │ └── Debug
│ │ ├── BusinessLayer.dll
│ │ ├── BusinessLayer.pdb
│ │ ├── DataAccess.dll
│ │ ├── DataAccess.pdb
│ │ ├── DevComponents.DotNetBar2.dll
│ │ ├── DotNetMagic2005.dll
│ │ ├── Entity.dll
│ │ ├── Entity.pdb
│ │ ├── image
│ │ │ ├── AutoUpdate.ico
│ │ │ ├── bg.PNG
│ │ │ ├── bj2.PNG
│ │ │ ├── del.PNG
│ │ │ ├── dztx_move.PNG
│ │ │ ├── dztx.PNG
│ │ │ ├── edit.PNG
│ │ │ ├── exit.PNG
│ │ │ ├── gfyf_move.PNG
│ │ │ ├── gfyf.PNG
│ │ │ ├── gjcx.PNG
│ │ │ ├── ico1.ico
│ │ │ ├── info.ico
│ │ │ ├── input.PNG
│ │ │ ├── insert.PNG
│ │ │ ├── newadd.ico
│ │ │ ├── output.PNG
│ │ │ ├── print.PNG
│ │ │ ├── rjbz_move.PNG
│ │ │ ├── rjbz.PNG
│ │ │ ├── search.ico
│ │ │ ├── select.PNG
│ │ │ ├── setting.ico
│ │ │ ├── tcxt_move.PNG
│ │ │ ├── tcxt.PNG
│ │ │ ├── Thumbs.db
│ │ │ ├── tjyg_move.PNG
│ │ │ ├── tjyg.PNG
│ │ │ ├── treenode2_down.PNG
│ │ │ ├── treenode2_up.PNG
│ │ │ ├── treenode_down.PNG
│ │ │ ├── treenode_up.PNG
│ │ │ ├── xxtj_move.PNG
│ │ │ ├── xxtj.PNG
│ │ │ ├── ygcf_move.PNG
│ │ │ ├── ygcf.PNG
│ │ │ ├── ygkp_move.PNG
│ │ │ ├── ygkp.PNG
│ │ │ ├── ygpx_move.PNG
│ │ │ ├── ygpx.PNG
│ │ │ ├── ygtd_move.PNG
│ │ │ ├── ygtd.PNG
│ │ │ ├── ygtx_move.PNG
│ │ │ ├── ygtx.PNG
│ │ │ ├── ygzl_move.PNG
│ │ │ ├── ygzl.PNG
│ │ │ ├── zhuanzhong.PNG
│ │ │ └── zzzt.PNG
│ │ ├── IrisSkin2.dll
│ │ ├── rsMange.exe
│ │ ├── rsMange.exe.config
│ │ ├── rsMange.pdb
│ │ ├── rsMange.vshost.exe
│ │ ├── rsMange.vshost.exe.config
│ │ └── skin
│ │ ├── IrisSkin2.dll
│ │ └── MacOS.ssk
│ ├── CrystalReport1.cs
│ ├── CrystalReport1.rpt
│ ├── EditBumen_Form.cs
│ ├── EditBumen_Form.Designer.cs
│ ├── EditBumen_Form.resx
│ ├── EmployeeInfoManage_Form.cs
│ ├── EmployeeInfoManage_Form.Designer.cs
│ ├── EmployeeInfoManage_Form.resx
│ ├── Gjcx_Form.cs
│ ├── Gjcx_Form.Designer.cs
│ ├── Gjcx_Form.resx
│ ├── Main_Fomr.cs
│ ├── Main_Fomr.Designer.cs
│ ├── Main_Fomr.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── RdlCompile.cache
│ │ │ ├── RdlCompile.compiled
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── rsMange.AddBumen_Form.resources
│ │ │ ├── rsMange.AddEmployee_Form.resources
│ │ │ ├── rsMange.AddJcInfo_Form.resources
│ │ │ ├── rsMange.AddYgfc_Form.resources
│ │ │ ├── rsMange.AddYgkp_Form.resources
│ │ │ ├── rsMange.AddYgpx_Form.resources
│ │ │ ├── rsMange.AddYgtd_Form.resources
│ │ │ ├── rsMange.AddYgtx_Form.resources
│ │ │ ├── rsMange.AddZhiWei_Form.resources
│ │ │ ├── rsMange.BasicInfoSet2_Form.resources
│ │ │ ├── rsMange.BasicInfoSet3_Form.resources
│ │ │ ├── rsMange.BasicInfoSet_Form.resources
│ │ │ ├── rsMange.CrystalReport1.rpt
│ │ │ ├── rsMange.csproj.GenerateResource.Cache
│ │ │ ├── rsMange.EditBumen_Form.resources
│ │ │ ├── rsMange.EmployeeInfoManage_Form.resources
│ │ │ ├── rsMange.exe
│ │ │ ├── rsMange.Gjcx_Form.resources
│ │ │ ├── rsMange.Main_Fomr.resources
│ │ │ ├── rsMange.Pater_Fomr.resources
│ │ │ ├── rsMange.pdb
│ │ │ ├── rsMange.Photo_Form.resources
│ │ │ ├── rsMange.Print_Form.resources
│ │ │ ├── rsMange.Properties.Resources.resources
│ │ │ ├── rsMange.Report1.rdlc
│ │ │ ├── rsMange.Report2.rdlc
│ │ │ ├── rsMange.Reportview_Form.resources
│ │ │ ├── rsMange.ygcf_Form.resources
│ │ │ ├── rsMange.ygkp_Form.resources
│ │ │ ├── rsMange.ygpx_Form.resources
│ │ │ ├── rsMange.ygtd_Form.resources
│ │ │ ├── rsMange.ygtx_Form.resources
│ │ │ ├── skin
│ │ │ │ ├── IrisSkin2.dll
│ │ │ │ └── MacOS.ssk
│ │ │ └── TempPE
│ │ │ ├── CrystalReport1.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── rsMange.csproj.FileList.txt
│ ├── Pater_Fomr.cs
│ ├── Pater_Fomr.Designer.cs
│ ├── Pater_Fomr.resx
│ ├── Photo_Form.cs
│ ├── Photo_Form.Designer.cs
│ ├── Photo_Form.resx
│ ├── Print_Form.cs
│ ├── Print_Form.Designer.cs
│ ├── Print_Form.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Report1.rdlc
│ ├── Report2.rdlc
│ ├── Reportview_Form.cs
│ ├── Reportview_Form.Designer.cs
│ ├── Reportview_Form.resx
│ ├── Resources
│ │ ├── bj3.PNG
│ │ ├── bj41.PNG
│ │ ├── bj4.PNG
│ │ ├── cs.PNG
│ │ ├── ico.ico
│ │ ├── Thumbs.db
│ │ ├── zj.PNG
│ │ └── zp.PNG
│ ├── rsMange.csproj
│ ├── rsMange.csproj.user
│ ├── ygcf_Form.cs
│ ├── ygcf_Form.Designer.cs
│ ├── ygcf_Form.resx
│ ├── ygkp_Form.cs
│ ├── ygkp_Form.Designer.cs
│ ├── ygkp_Form.resx
│ ├── ygpx_Form.cs
│ ├── ygpx_Form.Designer.cs
│ ├── ygpx_Form.resx
│ ├── ygtd_Form.cs
│ ├── ygtd_Form.Designer.cs
│ ├── ygtd_Form.resx
│ ├── ygtx_Form.cs
│ ├── ygtx_Form.Designer.cs
│ └── ygtx_Form.resx
├── rsMange.sln
├── rsMange.suo
├── w14yz_Data.MDF
└── w14yz_Log.LDF
37 directories, 251 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论