摘要: c# [DllImport("__Internal")] private static extern IntPtr _GetIDFA(); private string getIDFA() { int len = 64; IntPtr str = _GetIDFA(); string ss = Ma 阅读全文
posted @ 2017-09-27 08:54 ForeseePretty 阅读(975) 评论(0) 推荐(0)
摘要: 在AppConst.cs中先把DebugMode设为ture UpdateMode/LuaByteMode/LuaBundleMode没什么其他需求直接设为false Weburl 设置对应的更新路径Ps:本地的话直接设置为本地的StremingAssets路径 在lua目录中新建一个modedug 阅读全文
posted @ 2017-03-16 09:55 ForeseePretty 阅读(1488) 评论(0) 推荐(0)
摘要: 写代码要养成良好的编码风格 python缩进一定以4个空格或者tabpython使用:时会按缩进生城对应代码块a = -8if(a 动态语言特性除号/ 会得到浮点数 地板除//整除函数:函数的默认参数不要用[]赋值 否则可能会有遗留问题, 用None赋值参数不确定个数时可用 () tuple(指... 阅读全文
posted @ 2016-01-13 11:26 ForeseePretty 阅读(141) 评论(0) 推荐(0)