摘要: //缺少编译器要求的成员“ystem.Runtime.CompilerServices.ExtensionAttribute..ctor” namespace System.Runtime.CompilerServices { public class ExtensionAttribute : Attribute { } } 阅读全文
posted @ 2017-08-11 17:04 会弹猫的吉他 阅读(144) 评论(0) 推荐(0) 编辑
摘要: public class WaitFormService { public static void CreateWaitForm(string message) { WaitFormService.Instance.CreateForm(message); } public static void ... 阅读全文
posted @ 2017-08-11 16:58 会弹猫的吉他 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 在webconfig里面加上 <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Origin" value="*" /> <add name="Access-Control-Allow-Headers" value="Con 阅读全文
posted @ 2017-08-11 10:37 会弹猫的吉他 阅读(621) 评论(0) 推荐(0) 编辑