当前位置:网站首页>APICloud云调试解决方案
APICloud云调试解决方案
2022-07-05 15:35:00 【51CTO】
APICloud云调试如何实现?由于apploader对于调用模块开发,得保证apploader有对应的模块功能,比如要用融云模块,必须用带有融云功能的apploader。否则就不能调试,会抛出init方法不可用的错误。于是乎我就想到了一个方法(可能你们都在用),既能方便调试,又保证所有功能正常:
1、安装一个web服务,比如Apache、nginx、IIS等,保证自己正在开发的App能够正常的访问,并记录下来访问地址,填入第二步代码红色部分。
2、做一个空盒的APP,我使用就是默认的HelloApp,首页改成
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0" />
<title>本地学习测试</title>
</head>
<body style="margin-top:100px;">
<input type="text" value="<font color="Red">正在做的app的访问地址</font>" id="url" style="width:100%;height:50px;line-height:50px;font-size:24px;">
<button id="into" style="width:100%;height:50px;line-height:50px;font-size:24px;margin-top:20px;">进入</button>
</body>
<script type="text/javascript">
apiready = function() {
api.clearCache();
};
document.getElementById("into").onclick = function(event) {
api.openWin({
name: 'cjn',
url: 'http://'+document.getElementById("url").value+'/'
});
}
</script>
</html>
提交SVN。
3、去 apicloud对于控制台,把创建这个空盒APP(或者HelloApp)的模块页面,勾选出自己需要的模块。
4、通过云编译打包好,然后安装到自己的测试机,这样就是自己专有的一个调试器。
5、新增模块也很简单,只需把空盒APP的模块勾选,重新云编译。正在开发的APP就可以正常使用了。
以上是 apicloud云调试思路的全部内容。APICloud- APP开发、 app定制服务商,提供一站式移动应用解决方案,满足您的各类需求,欢迎免费评估需求和获取报价。
边栏推荐
猜你喜欢
abstract关键字和哪些关键字会发生冲突呢
[Netease Yunxin] research and practice of super-resolution technology in the field of real-time audio and video
18.[stm32] read the ROM of DS18B20 temperature sensor and realize multi-point temperature measurement
Arduino控制微小的六足3D打印机器人
Which keywords will conflict with the abstract keyword
Data communication foundation - route republication
21. [STM32] I don't understand the I2C protocol. Dig deep into the sequence diagram to help you write the underlying driver
Codasip adds verify safe startup function to risc-v processor series
Use of RLOCK lock
具有倍数关系的时钟切换
随机推荐
力扣今日题-729. 我的日程安排表 I
Fundamentals of data communication - Principles of IP routing
D-snow halo solution
[graduation season] as a sophomore majoring in planning, I have something to say
开发中Boolean类型使用遇到的坑
go语言编程规范梳理总结
Virtual base class (a little difficult)
The difference between abstract classes and interfaces
漫画:什么是分布式事务?
list集合根据对象某属性求和,最大值等
Convert obj set to entity set
21. [STM32] I don't understand the I2C protocol. Dig deep into the sequence diagram to help you write the underlying driver
Transaction rollback exception
效果编辑器新版上线!3D渲染、加标注、设置动画,这次一个编辑器就够了
Cs231n notes (medium) -- applicable to 0 Foundation
vlunhub- BoredHackerBlog Social Network
List uses stream flow to add according to the number of certain attributes of the element
The computer is busy, and the update is a little slow
五种常见的咨询公司谈判策略以及如何维护自己的利益
CISP-PTE之PHP伪协议总结