当前位置:网站首页>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 .
边栏推荐
- verilog实现计算最大公约数和最小公倍数
- Noi / 1.5 06: element maximum span value of integer sequence
- Basic JSON operations of MySQL 5.7
- Is it safe for Guotai Junan to open an account online
- Six common transaction solutions, you sing, I come on stage (no best, only better)
- 事务回滚异常
- Linear DP (basic questions have been updated)
- 我们为什么要学习数学建模?
- [Netease Yunxin] research and practice of super-resolution technology in the field of real-time audio and video
- Use of RLOCK lock
猜你喜欢
【网易云信】超分辨率技术在实时音视频领域的研究与实践
19.[STM32]HC_SR04超声波测距_定时器方式(OLED显示)
Six common transaction solutions, you sing, I come on stage (no best, only better)
RepLKNet:不是大卷积不好,而是卷积不够大,31x31卷积了解一下 | CVPR 2022
CISP-PTE之PHP伪协议总结
五种常见的咨询公司谈判策略以及如何维护自己的利益
【简记】解决IDE golang 代码飘红报错
obj集合转为实体集合
Advanced level of static and extern
RLock锁的使用
随机推荐
MySQL giant pit: update updates should be judged with caution by affecting the number of rows!!!
Use of RLOCK lock
19.[STM32]HC_SR04超声波测距_定时器方式(OLED显示)
Relationship between objects and classes
Six common transaction solutions, you sing, I come on stage (no best, only better)
单商户 V4.4,初心未变,实力依旧!
RLock锁的使用
Why should we learn mathematical modeling?
Data communication foundation NAT network address translation
通过的英特尔Evo 3.0整机认证到底有多难?忆联科技告诉你
Appium automation test foundation - appium basic operation API (II)
ES6深入—ES6 Generator 函数
Batch update in the project
2.3 learning content
19.[STM32]HC_ SR04 ultrasonic ranging_ Timer mode (OLED display)
修改pyunit_time使得其支持‘xx~xx月’的时间文本
List uses stream flow to add according to the number of certain attributes of the element
事务回滚异常
Boost the development of digital economy and consolidate the base of digital talents - the digital talent competition was successfully held in Kunming
18.[STM32]读取DS18B20温度传感器的ROM并实现多点测量温度