当前位置:网站首页>Apiccloud cloud debugging solution
Apiccloud cloud debugging solution
2022-07-05 16:07:00 【51CTO】
APICloud How to implement cloud debugging ? because apploader For calling module development , Make sure that apploader There are corresponding module functions , For example, we need to use the cloud melting module , You must use a with cloud melting function apploader. Otherwise, you cannot debug , Will throw out init Method unavailable error . So I came up with a method ( Maybe you are all using ), It is convenient for debugging , And ensure that all functions are normal :
1、 To install a web service , such as Apache、nginx、IIS etc. , Make sure you are developing App Be able to access... Normally , And record the access address , Fill in the red part of the code in step 2 .
2、 Make an empty box APP, I use it by default HelloApp, Change the homepage to
<!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> Local learning test </title>
</head>
<body style="margin-top:100px;">
<input type="text" value="<font color="Red"> What is being done app Access address of </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;"> Get into </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>
Submit SVN.
3、 Go to apicloud For the console , Create this empty box APP( perhaps HelloApp) Module page , Check the module you need .
4、 Package through cloud compilation , Then install it into your own testing machine , This is your own proprietary debugger .
5、 Adding new modules is also very simple , Just put the empty box APP Check the module of , Recompile cloud . Under development APP It can be used normally .
Above is apicloud Cloud debugging ideas The whole content of .APICloud- APP Development 、 app customized Service provider , Provide one-stop mobile application solutions , Meet your various needs , Welcome to evaluate the demand and get the quotation for free .
边栏推荐
- 单商户 V4.4,初心未变,实力依旧!
- 项目sql中批量update的时候参数类型设置错误
- Which keywords will conflict with the abstract keyword
- Subclasses and superclasses of abstract classes
- 通过的英特尔Evo 3.0整机认证到底有多难?忆联科技告诉你
- 具有倍数关系的时钟切换
- abstract关键字和哪些关键字会发生冲突呢
- Background system sending verification code function
- ES6 drill down - ES6 generator function
- List uses stream flow to add according to the number of certain attributes of the element
猜你喜欢

基于OpenHarmony的智能金属探测器

How difficult is it to pass the certification of Intel Evo 3.0? Yilian technology tells you

效果编辑器新版上线!3D渲染、加标注、设置动画,这次一个编辑器就够了
![19.[STM32]HC_ SR04 ultrasonic ranging_ Timer mode (OLED display)](/img/fe/8f59db28823290da8e9280df06673d.jpg)
19.[STM32]HC_ SR04 ultrasonic ranging_ Timer mode (OLED display)
![[brief notes] solve the problem of IDE golang code red and error reporting](/img/b6/0b2ea06eb5fbe651ff9247b109fa15.png)
[brief notes] solve the problem of IDE golang code red and error reporting

CISP-PTE之SQL注入(二次注入的应用)

超分辨率技术在实时音视频领域的研究与实践
![16.[STM32]从原理开始带你了解DS18B20温度传感器-四位数码管显示温度](/img/9f/c91904b6b1d3a1e85c0b50e43972e5.jpg)
16.[STM32]从原理开始带你了解DS18B20温度传感器-四位数码管显示温度

【 note 】 résoudre l'erreur de code IDE golang

Appium automation test foundation - appium basic operation API (I)
随机推荐
漫画:什么是蓝绿部署?
list去重并统计个数
Noi / 1.4 07: collect bottle caps to win awards
修改pyunit_time使得其支持‘xx~xx月’的时间文本
利用GrayLog告警功能实现钉钉群机器人定时工作提醒
Background system sending verification code function
Data communication foundation - dynamic routing protocol rip
This article takes you through the addition, deletion, modification and query of JS processing tree structure data
Five common negotiation strategies of consulting companies and how to safeguard their own interests
CISP-PTE之PHP伪协议总结
【漏洞预警】CVE-2022-26134 Confluence 远程代码执行漏洞POC验证与修复过程
Linear DP (basic questions have been updated)
Obj resolves to a set
Why should we learn mathematical modeling?
【简记】解决IDE golang 代码飘红报错
项目sql中批量update的时候参数类型设置错误
力扣今日题-729. 我的日程安排表 I
项目中批量update
Verilog realizes the calculation of the maximum common divisor and the minimum common multiple
Cs231n notes (top) - applicable to 0 Foundation