express生成项目: 一、先全局安装 指令:npm install express -generator -g 二、生成文件夹 指令:express 文件名 cd study :进入当前创建好的文件夹 三、生成配置文件package.json 指令:npm init -y(-y:快速生成) 四、 ...
分类:
其他好文 时间:
2019-12-29 20:39:58
阅读次数:
120
Project Case Study – Semester 3NIITTitle: Quiz Management System:OnlineTrainingHub is a training company. It trains thousands of student across multip ...
分类:
其他好文 时间:
2019-12-28 21:02:08
阅读次数:
83
1.增 db.表名.insert({键:值}) 传单个对象,也可以用于传集合使用 []符号,进行包裹即可(代码仅做格式参考) db.user.insert([{ "_id" : NumberInt(16), "study" : true, "type" : "site", "username" : ...
分类:
数据库 时间:
2019-12-27 15:30:53
阅读次数:
78
Google "how many words does a native speaker know" 一、an average of 20,000 to 30,000 vocabulary words ①Even with intensive study, how many words do non ...
分类:
其他好文 时间:
2019-12-25 01:37:36
阅读次数:
178
文章来源:嗨学网 敏而好学论坛www.piaodoo.com 欢迎大家相互学习 Java日期时间,以及相互转化,供大家参考,具体内容如下 package com.study.string; import java.text.ParseException; import java.text.Simpl ...
分类:
编程语言 时间:
2019-12-24 23:37:49
阅读次数:
84
注意:本部分的ppt来源于中国大学mooc网站:https://www.icourse163.org/learn/ZUCC-1206146808?tid=1206445215&from=study#/learn/content?type=detail&id=1211168244&cid=121375 ...
分类:
其他好文 时间:
2019-12-22 16:38:40
阅读次数:
173
注意:本部分的ppt来源于中国大学mooc网站:https://www.icourse163.org/learn/ZUCC-1206146808?tid=1206445215&from=study#/learn/content?type=detail&id=1211168244&cid=121375 ...
分类:
其他好文 时间:
2019-12-22 14:34:48
阅读次数:
81
Can't generate API documentation in l5-swagger Ask Question Asked 3 months ago Active 1 month ago Viewed 286 times 0 I'm starting to study swagger. I' ...
NIO selector 多路复用reactor线程模型 package com.study.hc.net.nio; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.ByteBuffer; ...
分类:
编程语言 时间:
2019-12-16 10:11:51
阅读次数:
218
首先说一下format函数,用{}和:代替了%,比如: >>>“{} {} {}”.format("I","LOVE","STUDY") >>>'I LOVE STUDY'>>>"{0} {1} {0}".format("hi","hello")>>>'hi hello hi' 还有: >>>nam ...
分类:
其他好文 时间:
2019-12-12 15:11:46
阅读次数:
143