登录
首页 » C# » 004

004

于 2020-11-01 发布
0 192
下载积分: 1 下载次数: 0

代码说明:

说明:  当执行以下代码时,会有异常发生,试设计自定义异常,对抛出的异常进行处理:(When the following code is executed, an exception will occur. Try to design a custom exception to handle the exception thrown)

文件列表:

004\.vs\004\DesignTimeBuild\.dtbcache, 370960 , 2019-10-17
004\.vs\004\v16\.suo, 23040 , 2019-10-31
004\.vs\004\v16\Server\sqlite3\db.lock, 0 , 2019-10-17
004\.vs\004\v16\Server\sqlite3\storage.ide, 634880 , 2019-10-19
004\004.csproj, 219 , 2019-10-17
004\004.sln, 1111 , 2019-10-17
004\bin\Debug\netcoreapp2.1\004.deps.json, 441 , 2019-10-19
004\bin\Debug\netcoreapp2.1\004.dll, 5120 , 2019-10-31
004\bin\Debug\netcoreapp2.1\004.pdb, 756 , 2019-10-31
004\bin\Debug\netcoreapp2.1\004.runtimeconfig.dev.json, 252 , 2019-10-19
004\bin\Debug\netcoreapp2.1\004.runtimeconfig.json, 154 , 2019-10-19
004\obj\004.csproj.nuget.cache, 149 , 2019-10-17
004\obj\004.csproj.nuget.dgspec.json, 1686 , 2019-10-17
004\obj\004.csproj.nuget.g.props, 1563 , 2019-10-17
004\obj\004.csproj.nuget.g.targets, 981 , 2019-10-17
004\obj\Debug\netcoreapp2.1\004.AssemblyInfo.cs, 992 , 2019-10-17
004\obj\Debug\netcoreapp2.1\004.AssemblyInfoInputs.cache, 42 , 2019-10-17
004\obj\Debug\netcoreapp2.1\004.assets.cache, 20697 , 2019-10-17
004\obj\Debug\netcoreapp2.1\004.csproj.CoreCompileInputs.cache, 42 , 2019-10-17
004\obj\Debug\netcoreapp2.1\004.csproj.FileListAbsolute.txt, 599 , 2019-10-19
004\obj\Debug\netcoreapp2.1\004.csprojAssemblyReference.cache, 424 , 2019-10-19
004\obj\Debug\netcoreapp2.1\004.dll, 5120 , 2019-10-31
004\obj\Debug\netcoreapp2.1\004.pdb, 756 , 2019-10-31
004\obj\project.assets.json, 39568 , 2019-10-17
004\Program.cs, 1258 , 2019-10-19
004\.vs\004\v16\Server\sqlite3, 0 , 2019-10-31
004\.vs\004\v16\Server, 0 , 2019-10-17
004\.vs\004\DesignTimeBuild, 0 , 2019-10-17
004\.vs\004\v16, 0 , 2019-10-17
004\bin\Debug\netcoreapp2.1, 0 , 2019-10-19
004\obj\Debug\netcoreapp2.1, 0 , 2019-10-19
004\.vs\004, 0 , 2019-10-17
004\bin\Debug, 0 , 2019-10-17
004\obj\Debug, 0 , 2019-10-17
004\.vs, 0 , 2019-10-17
004\bin, 0 , 2019-10-17
004\obj, 0 , 2019-10-17
004, 0 , 2019-10-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • OpenTK
    用C#及Opentk 编写的可以打开点云文件,并在能三维可视化,以及做出基本的平移 旋转动作。(this file can open point cloud(.txt) and show many points to move and to rotate .(C# OpenTK))
    2016-04-15 11:27:39下载
    积分:1
  • seismic-process
    地震数据处理程序,一共十多个,对地震勘探数据处理很有帮助(Seismic data processing program, a total of more than ten)
    2021-03-31 15:29:09下载
    积分:1
  • JianDanImgDownDemo
    看到有 Python版 http://www.oschina.net/code/snippet_120579_14455 和 java 版的 http://www.oschina.net/code/snippet_96412_9253 但是没有c#版的 就自己写了个 欢迎指教(See the the Python version http://www.oschina.net/code/snippet_120579_14455 java version http://www.oschina.net/code/snippet_96412_9253 but no c# version on their own to write a welcome advice)
    2013-02-13 09:59:27下载
    积分:1
  • buscard
    公交刷卡系统项目源代码压缩文件夹,有需要的可以去看看(Bus card system project source code archive folder, there is need to go and see)
    2013-09-02 23:26:58下载
    积分:1
  • RAM调试—多彩流水灯
    说明:  由STM32F103ZET6控制的多彩流水灯(Multicolored Streaming Lamp)
    2020-06-15 22:35:01下载
    积分:1
  • 神思身份证读卡demo(神思二代x64+x86demo)
    0、驱动安装,这个请从购买设备商那获取1、读取身份证需要在项目路径下写入文件,如果读取失败请尝试给项目运行目录文件读取写入权限详情细节,请参照神思给的官方文档
    2019-04-26下载
    积分:1
  • WuLiu
    物流网站建设,含物流单号流水 货物流水 行程流水等模块(Logistics construction site, including the logistics flow of goods flowing stroke single number water and other modules)
    2013-10-14 15:22:52下载
    积分:1
  • sockAPI
    windows socket API的基本应用 完整工程;服务器异步监听模式 适合初学参考。(The basic application windows socket API complete works server asynchronous listening mode suitable for beginners reference.)
    2009-10-17 09:11:45下载
    积分:1
  • StringReverse
    不使用任何库函数,用递归实现字符串的逆序输出,C++实现(Do not use any library functions, using recursive reverse output string, C++ achieve)
    2015-10-09 22:56:29下载
    积分:1
  • DlgCSClient
    好东西大家共同分享啊,我这可是收藏的一点好东西啊, 好好利用和学习吧,画CDC的确(good things to share with you ah, but this collection of 1:00 ah good things that make the best use of it and learning. CDC is the Eastern painting)
    2006-11-23 10:32:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载