07 2017 档案

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Test2 { class Ticket { decimal distance; public... 阅读全文
posted @ 2017-07-25 16:26 mCat 阅读(200) 评论(0) 推荐(0)
摘要:try...catch...finally 阅读全文
posted @ 2017-07-24 14:37 mCat 阅读(146) 评论(0) 推荐(0)
摘要:throw在特定情况下主动抛出异常 (1)ArithmeticException (2)ArrayTypeMismatchException (3)DivideByZeroException (4)IndexOutOfRangeException (5)InvalidCastException (6 阅读全文
posted @ 2017-07-24 14:25 mCat 阅读(123) 评论(0) 推荐(0)
摘要:WebRequest 和 WebResponse类的使用 阅读全文
posted @ 2017-07-24 14:10 mCat 阅读(202) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.... 阅读全文
posted @ 2017-07-24 12:04 mCat 阅读(194) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.... 阅读全文
posted @ 2017-07-19 14:27 mCat 阅读(211) 评论(0) 推荐(0)
摘要:背景图片放在debug文件夹中 阅读全文
posted @ 2017-07-19 14:10 mCat 阅读(224) 评论(0) 推荐(0)