摘要: using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; namespac... 阅读全文
posted @ 2018-03-07 10:50 念秋竹 阅读(4238) 评论(0) 推荐(0)
摘要: 1、主要功能是引入命名空间,在引入命名空间的当前代码页写程序代码时,可以免除长长的命名空间。 2、在程序代码过中,使用using,可以在using结束时,回收所有using段内的内存。 阅读全文
posted @ 2018-03-07 09:54 念秋竹 阅读(215) 评论(0) 推荐(0)