2021-01-29 字符数据的输入输出:#include<stdio.h>#include<stdlib.h>int main(){ char a='B',b='o',c='k'; putchar(a); putchar(b); putchar(c); putchar('\t'); putchar(''); putchar(a); putchar(b); putchar(''); putchar(b); putchar(c); putchar(''); re
2021-01-25(基础) 每日一练:#include<stdio.h>#include<stdlib.h>#define PRICE 30;int main(){ /*Çë±àд*/ int num,total; num=10; total=num*PRICE; printf("total:%d",total); printf(""); printf(""); system("parse");}每日一练:5!#include<st
兄弟作业 #-*-coding:utf-8-*-import reimport jsonimport requestsll = []for c in range(10): #一页显示20条 url=r'https://movie.douban.com/j/new_search_subjects?sort=S&range=0,10&tags=电影&start={}&countries=中国大陆&year_range=2018,2018'.format(c*2
阿里云部署node 登录并连接ECS实例。进入home目录下来安装,可以自定义选择安装的目录sudo apt-get updateapt-get install git[root@iZuf66ntz ~]# cd /home下载nodejs的linux版文件安装Node.js。下载Node.js安装包。wget https://nodejs.org/dist/v10.15.3/node-v10.15.3...
node.js仿知乎 所需:restful API理论koa2mongodbjwtpostman1、restful API的6个限制和若干最佳实践2、Koa2,Postman,MongoDB,JWT等技术3、上述技术搭建仿知乎RESTFUL API4,掌握阿里云线上部署方法前置知识:1,node.js基础2,es6,es7基础...