1.定义和用法 charAt() 方法获取指定下标的字符,下标从0开始 语法: string.charAt(index) 参数: index:指定的下标 举例:获取下标为2的字符 var str = 'abner pan' console.log(str.charAt(2)) 输出: ...
分类:
其他好文 时间:
2020-04-14 20:39:48
阅读次数:
74
1、前期工作 进行项目之前我们需要一个支付宝的沙箱环境,进入沙箱环境的网址:https://openhome.alipay.com/platform/appDaily.htm?tab=info 设置密钥的方式需要下载以支付宝生成密钥工具:工具包的地址及提取码: 链接:https://pan.baid ...
分类:
Web程序 时间:
2020-04-14 18:26:37
阅读次数:
116
Nginx其实是从前端到后端访问过程中一个代理的作用(反向代理),前端——Nginx暴露的地址——Nginx地址对应——后端 nginx.conf配置文件地址: 链接:https://pan.baidu.com/s/1aRvlZdeVE76ohbRdCHaGJQ 提取码:x9l6 nginx.con ...
分类:
其他好文 时间:
2020-04-14 16:42:54
阅读次数:
56
小学生c++编程资料 链接:https://pan.baidu.com/s/1FfOirxJ9rrY7rxtHUM4W_A 提取码:uqm9 #include<iostream> using namespace std; int main() { float height,weight,bmi; c ...
分类:
编程语言 时间:
2020-04-14 01:17:52
阅读次数:
139
小学生c++编程资料 链接:https://pan.baidu.com/s/1FfOirxJ9rrY7rxtHUM4W_A 提取码:uqm9 #include<iostream> using namespace std; int main() { bool flag; int year; cout< ...
分类:
编程语言 时间:
2020-04-14 01:14:43
阅读次数:
214
小学生c++编程资料 链接:https://pan.baidu.com/s/1FfOirxJ9rrY7rxtHUM4W_A 提取码:uqm9 #include<iostream> using namespace std; int main() { int lucheng,shijian; float ...
分类:
编程语言 时间:
2020-04-14 01:13:31
阅读次数:
93
小学生c++编程资料 链接:https://pan.baidu.com/s/1FfOirxJ9rrY7rxtHUM4W_A 提取码:uqm9 #include<iostream> using namespace std; int main() { int n; cout<<"请输入编号:"; cin ...
分类:
编程语言 时间:
2020-04-14 01:03:46
阅读次数:
88
课程准备 ## 基于Docker和Kubernetes的企业级DevOps实践 1. 离线镜像包 百度:https://pan.baidu.com/s/1N1AYGCYftYGn6L0QPMWIMw 提取码:ev2h 天翼云:https://cloud.189.cn/t/ENjUbmRR7FNz 3 ...
分类:
其他好文 时间:
2020-04-14 00:55:26
阅读次数:
63
#include<iostream> using namespace std; int main() { int i; for(i=1;i<=200;++i) if(i%3==2&&i%7==1) cout<<i<<' '; return 0; } 链接:https://pan.baidu.com/ ...
分类:
编程语言 时间:
2020-04-14 00:50:44
阅读次数:
66
小学生c++编程资料 链接:https://pan.baidu.com/s/1FfOirxJ9rrY7rxtHUM4W_A 提取码:uqm9 #include<iostream> using namespace std; int main() { float a,b,c,temp; cout<<"a ...
分类:
编程语言 时间:
2020-04-14 00:47:38
阅读次数:
120