text App sigle点击安装Hello World
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text App sigle点击安装Hello World相关的知识,希望对你有一定的参考价值。
\!h ----- Информация о приложении
\!h ---Project
Project name
test-app
Project ID
test-app-228807
Project number
860468861081
Store hash
go5o06n9z0
URL
https://test-app-228807.appspot.com
\!h --- Redis
https://cloud.google.com/memorystore/docs/redis/quickstart-gcloud
redistestinstance
authorizedNetwork: projects/test-app-228807/global/networks/default
createTime: '2019-01-17T14:38:27.953745916Z'
currentLocationId: us-central1-f
host: 10.0.0.3
locationId: us-central1-f
memorySizeGb: 2
name: projects/test-app-228807/locations/us-central1/instances/redistestinstance
port: 6379
redisVersion: REDIS_3_2
reservedIpRange: 10.0.0.0/29
state: READY
tier: BASIC
\!h --- VM
https://cloud.google.com/compute/docs/quickstart-linux
https://console.cloud.google.com/compute/instances?project=test-app-228807&folder&organizationId&instancessize=50
instance-test-app
\!h -----------
<div id="products-from-cat"></div>
<script>
var productsFromCat = document.getElementById('products-from-cat');
var xhr = new XMLHttpRequest();
xhr.open('GET', 'https://test-app-228807.appspot.com/products-from-cat', true);
xhr.send();
xhr.onreadystatechange = function() {
if (this.readyState != 4) return;
if (this.status != 200) {
alert( 'Error: ' + (this.status ? this.statusText : 'request failed') );
return;
}
productsFromCat.innerHTML = this.responseText;
}
</script>
以上是关于text App sigle点击安装Hello World的主要内容,如果未能解决你的问题,请参考以下文章
XCODE生成的app文件不能用
单页应用 SPA(Sigle Page Aolication)
PyQt5(01)Hello,PyQt5!
python在电脑上的图标
thinter笔记
python怎样新建文件a.text