TODO:小程序开发环境搭建

TODO:小程序开发环境搭建

1.第一步当然是要先注册小程序了

2.登录到小程序

a)完善小程序信息,如名称,图标,描述

3.绑定开发者

4.获取AppID,并设置服务器信息

5.下载并安装开发者工具

a)使用管理员或者绑定到开发者微信号扫描登录,选择本地小程序项目
b)创建或打开项目,需要填写AppID、项目名称和本地开发目录。开发者工具左边是模拟器可模拟不同尺寸的手机,目前只可模拟iPhone和Android的机型,网络可模拟wifi,2g,3g,4g;右侧是调试工具,可编码,可调试,如果要选择界面上的元素需要切换到“Wxml”;如果觉得编码不方便,也可选择自己习惯的编辑器编辑代码,然后在开发者工具上预览。

6.小程序是一种寄宿在微信上的前端框架(小编的理解),数据还是由服务器专门来处理,而且服务器域名需要经过ICP备案,走的协议是https,wss的加密协议。

7.https,wss的加密协议,各大云服务器平台都有自带免费CA证书服务,可自行申请,也可花钱购买

8.到此简单的微信小程序开发环境即可搭建完成,从前端到后端贯穿成功。小程序,小目标,越来越好,早日可以发布。


wxgzh:ludong86

qrcode_for_gh_6bb1f39ae99c_258

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
填充下面这个程序中所有出现// TODO: fill the code这个任务的地方#include <iostream> #include <cstring> #include "ourstring.h" #include "strlib.h" using namespace std; OurString::OurString(){ // TODO: fill the code } OurString::OurString(const char *str){ // TODO: fill the code } OurString::OurString(const OurString &dstr){ // TODO: fill the code } OurString::~OurString(){ // TODO: fill the code } string OurString::toString() const{ // TODO: fill the code } OurString OurString::subStr(unsigned int start, unsigned int n) const{ // TODO: fill the code } bool OurString::operator > (const OurString &dstr) const{ // TODO: fill the code } bool OurString::operator < (const OurString &dstr) const{ // TODO: fill the code } bool OurString::operator == (const OurString &dstr) const{ // TODO: fill the code } unsigned int OurString::length () const{ // TODO: fill the code } const OurString& OurString::operator = (const OurString &dstr){ // TODO: fill the code } const OurString& OurString::operator = (const char *str){ // TODO: fill the code } char& OurString::operator[](int index){ // TODO: fill the code } const OurString OurString::operator + (const OurString &dstr) const{ // TODO: fill the code } const OurString OurString::operator + (const char *str) const{ // TODO: fill the code } const OurString& OurString::operator += (const OurString &dstr){ // TODO: fill the code } const OurString& OurString::operator += (const char *str){ // TODO: fill the code } ostream & operator<<(ostream &os, const OurString &dstr){ // TODO: fill the code } istream & operator>>(istream &is, OurString &dstr){ // TODO: fill the code }
05-29

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值