摘要: 解决方法:给Action添加属性[ValidateInput(false)]。例:[ValidateInput(false)]public ActionResult Index(string org){} 阅读全文
posted @ 2015-06-01 17:28 小-牛 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 一、获取UiDevice设备信息// 获取设备名称NSString *name = [[UIDevice currentDevice] name];// 获取设备系统名称NSString *systemName = [[UIDevice currentDevice] systemName];// 获... 阅读全文
posted @ 2015-06-01 15:56 小-牛 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 使用UiDevice获取设备信息:获取设备名称let name = UIDevice.currentDevice().name获取设备系统名称let systemName = UIDevice.currentDevice().systemName获取系统版本let systemVersion = U... 阅读全文
posted @ 2015-06-01 15:55 小-牛 阅读(1235) 评论(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 小-牛 阅读(140) 评论(0) 推荐(0) 编辑