摘要:
[Error] No provisioning profile found for the selected build configuration 新来一个iPhone,真机调试的时候报错。 1、xcode里生成 2、网页里生成 前往该文件夹,输入这个路径 /Users/tt/Library/ 或 阅读全文
摘要:
[Window Title]RegSvr32[Content]The module "tt.ocx" failed to load.Make sure the binary is stored at the specified path or debug it to check for proble... 阅读全文
摘要:
type TTest = class public class function sayHello :String; function saybye:String; end; class function类似于c++中的静态方法,不需要建立类的实例就可以调用 TTest.sayHello ; 这样是 阅读全文