大约有 105 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0039 秒)
...ckNetwork=1 orientation=30 notification=0 assistantTouch=0 Laya8Url=http://192.168.0.112:8080/%3Fg ... 3D308 2018-03-07 0 1 分享 微博 QZONE 微信 bepa_wang 赞同来自: 就是设置成24,横屏无法旋转 2018-03-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要...
来源: Laya_社区 发布时间: 20180306
...载错误,路径错误,只有把它发布到服务器上,用http://192.168.1.58/0420/index.html这样的方式打开才能正常显示内容,咋办呢?如果我就是想在本地浏览,用layaAir能行吗? 2018-04-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20180428
...iled和JCFileRes::onDownloadError file error WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header /clang:-1: linker command failed with exit code 1 (use -v to see invocation) 求助!华为快游戏发布后报错 Unexpected end of JSON input Failed to load: Array buffer al...
来源: Laya_社区 发布时间: 20171031
...aSingleton.avatar=NaN DataSingleton.gender=NaN DataSingleton.loginIp="192.168.167.103"; DataSingleton.dxLanguage="ZH_CN"; DataSingleton.resUrlsArr=[]; DataSingleton.rememberPwd=true; DataSingleton.loginView=null DataSingleton.tipsView=null DataSingleton.hallView=null DataSingleto...
来源: Laya_社区 发布时间: 20170321
...index.html不? mPlugin.game_plugin_set_option("gameUrl", "http://192.168.x.x:8900/bin/index.html"); 这种方式能够访问到index.html,有没有直接把layaAir打包直接放在android Studio 里面,然后直接从android studio项目里直接访问index.html 2017-12-24 0 0 ...
来源: Laya_社区 发布时间: 20171224
...不需要“ws://”前缀,默认就是ws let socket = new Laya.Socket("192.168.1.2", 8899); //如果需要wss安全协议,第5个参数需要为true。 // let socket = new Laya.Socket("192.168.1.2", 8899, null, null, true); 2.1.2 connect 方法 先创建 Socket 对象,再调用 connect(host, ...
来源: Laya3.0_文档 发布时间: 20251010
... _proto.MyHttpGet = function() { var url = "http://192.168.8.35:80/singer/1.bmp"; var req = new laya.net.HttpRequest(); req.on(laya.events.Event.COMPLETE, this, cb_onSuccess); req.on(laya.events.Event.ERROR, this, cb_onFail); req...
来源: Laya_社区 发布时间: 20170103
...要注意,需要在Configure中,配置设备地址,图2-5中的地址192.168.31.43就是测试机的ip,端口号5959是config.ini文件(图2-1)中的JSDebugPort值。 (图2-5) 步骤5:进行调试 点击图2-4中的inspect后,便可以使用Chrome对项目中JavaScript进行调...
来源: Laya3.0_文档 发布时间: 20250104
...要注意,需要在Configure中,配置设备地址,图2-5中的地址192.168.31.43就是测试机的ip,端口号5959是config.ini文件(图2-1)中的JSDebugPort值。 (图2-5) 步骤5:进行调试 点击图2-4中的inspect后,便可以使用Chrome对项目中JavaScript进行调...
来源: Laya3.0_文档 发布时间: 20251010
...器地址即可,注意要在地址后加上index.js。 例如:http://192.168.31.109:8000/index.js 3.4 混淆资源 如果勾选,在打包资源的时候,会随机混淆资源,主要作用是避免在上架的时候被平台扫描到某些敏感函数。 3.5 热更新(DCC) 启用DCC后...
来源: Laya3.0_文档 发布时间: 20251010