文件名称:LeaveBoard
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 82kb
- 下载次数:
- 0次
- 提 供 者:
- 3**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
用接口实现的留言板,此程序是为了向学生说明接口的使用而写的。用接口实现了客户端无需关心具体实现,只调用接口引用的方法即可。程序中使用列两种方式实现留言的存储,一种是Access数据库,另一种是文本文件存储,还有就是程序做了错误处理,即使用户删除了用于存储信息的Access或者文本文件,程序会自动新建。程序运行后,默认使用文本文件作为信息存储,要使用Access数据库,把程序自动生成的app.ini文件中的"Text"改为"Access"即可。程序使用了工厂模式。-With the interface of the message board, this procedure is to explain to students the use of interfaces written. The client with the interface without care about the specific implementation, only the method call interface can be cited. Programs used in the column are two ways to achieve the message store, one is Access database, the other is a text file storage, there is a program made a error handling, even if the user deletes used to store information, Access or text files, program will automatically new. After the program runs, the default text file used as an information store, to use the Access database, the program automatically generated app.ini file " Text" changed to " Access" can be. Program uses the factory pattern.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LeaveBoard\AccessHelper.cs
..........\AccessStorer.cs
..........\CreateAccess\CreateAccess.sln
..........\............\CreateAccess.suo
..........\............\TomDB\bin\Debug\Interop.ADOX.dll
..........\............\.....\...\.....\TomDB.dll
..........\............\.....\...\.....\TomDB.pdb
..........\............\.....\...\Release\Interop.ADOX.dll
..........\............\.....\...\.......\TomDB.dll
..........\............\.....\...\.......\TomDB.pdb
..........\............\.....\obj\Debug\Interop.ADOX.dll
..........\............\.....\...\.....\TomDB.csproj.FileListAbsolute.txt
..........\............\.....\...\.....\TomDB.csproj.ResolveComReference.cache
..........\............\.....\...\.....\TomDB.dll
..........\............\.....\...\.....\TomDB.pdb
..........\............\.....\...\Release\Interop.ADOX.dll
..........\............\.....\...\.......\TomDB.csproj.FileListAbsolute.txt
..........\............\.....\...\.......\TomDB.csproj.ResolveComReference.cache
..........\............\.....\...\.......\TomDB.dll
..........\............\.....\...\.......\TomDB.pdb
..........\............\.....\Properties\AssemblyInfo.cs
..........\............\.....\TomDB.Access.cs
..........\............\.....\TomDB.csproj
..........\DALFactory.cs
..........\dbback
..........\Dlls\Interop.ADOX.dll
..........\....\TomDB.dll
..........\IDataBase.cs
..........\LeaveWord.cs
..........\make.bat
..........\Program.cs
..........\readme.txt
..........\Release\app.ini
..........\.......\database.dat
..........\.......\Program.exe
..........\release.bat
..........\run.bat
..........\TextStorer.cs
..........\CreateAccess\TomDB\obj\Debug\TempPE
..........\............\.....\...\Release\TempPE
..........\............\.....\bin\Debug
..........\............\.....\...\Release
..........\............\.....\obj\Debug
..........\............\.....\...\Release
..........\............\.....\bin
..........\............\.....\obj
..........\............\.....\Properties
..........\............\TomDB
..........\CreateAccess
..........\Dlls
..........\Release
LeaveBoard
..........\AccessStorer.cs
..........\CreateAccess\CreateAccess.sln
..........\............\CreateAccess.suo
..........\............\TomDB\bin\Debug\Interop.ADOX.dll
..........\............\.....\...\.....\TomDB.dll
..........\............\.....\...\.....\TomDB.pdb
..........\............\.....\...\Release\Interop.ADOX.dll
..........\............\.....\...\.......\TomDB.dll
..........\............\.....\...\.......\TomDB.pdb
..........\............\.....\obj\Debug\Interop.ADOX.dll
..........\............\.....\...\.....\TomDB.csproj.FileListAbsolute.txt
..........\............\.....\...\.....\TomDB.csproj.ResolveComReference.cache
..........\............\.....\...\.....\TomDB.dll
..........\............\.....\...\.....\TomDB.pdb
..........\............\.....\...\Release\Interop.ADOX.dll
..........\............\.....\...\.......\TomDB.csproj.FileListAbsolute.txt
..........\............\.....\...\.......\TomDB.csproj.ResolveComReference.cache
..........\............\.....\...\.......\TomDB.dll
..........\............\.....\...\.......\TomDB.pdb
..........\............\.....\Properties\AssemblyInfo.cs
..........\............\.....\TomDB.Access.cs
..........\............\.....\TomDB.csproj
..........\DALFactory.cs
..........\dbback
..........\Dlls\Interop.ADOX.dll
..........\....\TomDB.dll
..........\IDataBase.cs
..........\LeaveWord.cs
..........\make.bat
..........\Program.cs
..........\readme.txt
..........\Release\app.ini
..........\.......\database.dat
..........\.......\Program.exe
..........\release.bat
..........\run.bat
..........\TextStorer.cs
..........\CreateAccess\TomDB\obj\Debug\TempPE
..........\............\.....\...\Release\TempPE
..........\............\.....\bin\Debug
..........\............\.....\...\Release
..........\............\.....\obj\Debug
..........\............\.....\...\Release
..........\............\.....\bin
..........\............\.....\obj
..........\............\.....\Properties
..........\............\TomDB
..........\CreateAccess
..........\Dlls
..........\Release
LeaveBoard