摘要:
check路径是是否有效,网络访问地址。notfound查找不到,httpstatuscode枚举数较多,根据自己想要的设置就好了。public bool checkValid(string path) { HttpWebRequest request = Htt... 阅读全文
posted @ 2015-12-29 17:05
Danlis
阅读(459)
评论(0)
推荐(0)
摘要:
以ItemNo构造类,进行举例运行。GetValue获取值,有两个重载,一般使用的是两个参数的,第二个参数是如果选中的Model的属性是列表索引化的话,可以放索引值,不是索引化属性,则放nullusing System;using System.Collections.Generic;using S... 阅读全文
posted @ 2015-12-29 11:12
Danlis
阅读(1018)
评论(0)
推荐(0)