当前位置:网站首页>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 .
边栏推荐
- 写单元测试的时候犯的错
- 修改pyunit_time使得其支持‘xx~xx月’的时间文本
- 抽象类和接口的区别
- 17. [stm32] use only three wires to drive LCD1602 LCD
- Data communication foundation ACL access control list
- ES6深入—ES6 Generator 函数
- List uses stream flow to add according to the number of certain attributes of the element
- 20. [stm32] realize the function of intelligent garbage can by using ultrasonic module and steering gear
- Data communication foundation - route republication
- Clock switching with multiple relationship
猜你喜欢

Value series solution report

Why should we learn mathematical modeling?

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

抽象类中子类与父类

Parameter type setting error during batch update in project SQL

Background system sending verification code function

Six common transaction solutions, you sing, I come on stage (no best, only better)
![16.[STM32]从原理开始带你了解DS18B20温度传感器-四位数码管显示温度](/img/9f/c91904b6b1d3a1e85c0b50e43972e5.jpg)
16.[STM32]从原理开始带你了解DS18B20温度传感器-四位数码管显示温度

效果编辑器新版上线!3D渲染、加标注、设置动画,这次一个编辑器就够了

Detailed explanation of C language branch statements
随机推荐
开发中Boolean类型使用遇到的坑
抽象类中子类与父类
obj集合转为实体集合
[Netease Yunxin] research and practice of super-resolution technology in the field of real-time audio and video
Noi / 1.5 37: mercenaries
后台系统发送验证码功能
18.[stm32] read the ROM of DS18B20 temperature sensor and realize multi-point temperature measurement
16. [stm32] starting from the principle, I will show you the DS18B20 temperature sensor - four digit digital tube displays the temperature
17.[STM32]仅用三根线带你驱动LCD1602液晶
SQL injection sqllabs (basic challenges) 11-20
Defining strict standards, Intel Evo 3.0 is accelerating the upgrading of the PC industry
助力数字经济发展,夯实数字人才底座—数字人才大赛在昆成功举办
Parameter type setting error during batch update in project SQL
Basic JSON operations of MySQL 5.7
Go language programming specification combing summary
漫画:什么是蓝绿部署?
vant popup+其他组件的组合使用,及避坑指南
go语言编程规范梳理总结
【简记】解决IDE golang 代码飘红报错
wyt 。。