摘要:
解决方法:给Action添加属性[ValidateInput(false)]。例:[ValidateInput(false)]public ActionResult Index(string org){} 阅读全文
posted @ 2015-06-01 17:28
小-牛
阅读(416)
评论(0)
推荐(0)
摘要:
一、获取UiDevice设备信息// 获取设备名称NSString *name = [[UIDevice currentDevice] name];// 获取设备系统名称NSString *systemName = [[UIDevice currentDevice] systemName];// 获... 阅读全文
posted @ 2015-06-01 15:56
小-牛
阅读(526)
评论(0)
推荐(0)
摘要:
使用UiDevice获取设备信息:获取设备名称let name = UIDevice.currentDevice().name获取设备系统名称let systemName = UIDevice.currentDevice().systemName获取系统版本let systemVersion = U... 阅读全文
posted @ 2015-06-01 15:55
小-牛
阅读(1255)
评论(0)
推荐(0)
摘要:
static externif elseswitch casewhile-----do while forgotocontinue breakint double short long float char enum union struct typedefsizeofconstsiged uns... 阅读全文
posted @ 2015-06-01 14:25
小-牛
阅读(146)
评论(0)
推荐(0)

浙公网安备 33010602011771号