当前位置:网站首页>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 .
边栏推荐
- 利用GrayLog告警功能实现钉钉群机器人定时工作提醒
- 企业级备份软件Veritas NetBackup(NBU) 8.1.1服务端的安装部署
- Find the root of the following equation by chord cutting method, f (x) =x^3-5x^2+16x-80=0
- vlunhub- BoredHackerBlog Moriarty Corp
- 一文带你吃透js处理树状结构数据的增删改查
- 六种常用事务解决方案,你方唱罢,我登场(没有最好只有更好)
- Vulnhub-Moneybox
- 助力数字经济发展,夯实数字人才底座—数字人才大赛在昆成功举办
- ES6深入—ES6 Class 类
- Query the latest record in SQL
猜你喜欢

Mistakes made when writing unit tests

RepLKNet:不是大卷积不好,而是卷积不够大,31x31卷积了解一下 | CVPR 2022

Cs231n notes (top) - applicable to 0 Foundation
![17. [stm32] use only three wires to drive LCD1602 LCD](/img/c6/b56c54da2553a451b526179f8b5867.png)
17. [stm32] use only three wires to drive LCD1602 LCD

Intelligent metal detector based on openharmony

Coding devsecops helps financial enterprises run out of digital acceleration

抽象类和接口的区别

Li Kou today's question -729 My schedule I

Example project: simple hexapod Walker

机械臂速成小指南(九):正运动学分析
随机推荐
Mistakes made when writing unit tests
《MongoDB入门教程》第04篇 MongoDB客户端
I'm fat, huh
Data communication foundation - Ethernet port mirroring and link aggregation
后台系统发送验证码功能
【毕业季】作为一名大二计科在校生,我有话想说
定义严苛标准,英特尔Evo 3.0正在加速PC产业升级
Information collection of penetration test
CODING DevSecOps 助力金融企业跑出数字加速度
The visual experience has been comprehensively upgraded, and Howell group and Intel Evo 3.0 have jointly accelerated the reform of the PC industry
Noi / 1.5 06: element maximum span value of integer sequence
一文搞定vscode编写go程序
ES6 deep - ES6 class class
Li Kou today's question -729 My schedule I
Basic JSON operations of MySQL 5.7
对象和类的关系
Lesson 4 knowledge summary
移动办公时如何使用frp内网穿透+teamviewer方式快速连入家中内网主机
2.3 learning content
抽象类中子类与父类