zoukankan
html css js c++ java
egg.js新手入门
egg.js新手入门
基础环境
安装脚手架
npm i egg-init -g
初始化
egg-init
按照提示设置工程名字,作者等
安装依赖
cnpm install
启动开发模式
cnpm run dev
查看全文
相关阅读:
Codeforces Round #229
A Funny Game(博弈论)
01背包模板
一月24日新生冬季练习赛解题报告H.排列问题
一月24日新生冬季练习赛解题报告F.棋盘
POJ 2240Arbitrage
POJ 3660Cow Contest
POJ 3259Wormholes
POJ 1860Currency Exchange
HDU 4027Can you answer these queries?
原文地址:https://www.cnblogs.com/jiftle/p/14658633.html
最新文章
bzoj1911 [Apio2010]特别行动队
bzoj3396 [Usaco2009 Jan]Total flow 水流
2014.7.7模拟赛【无线通讯网】
cf444A DZY Loves Physics
cf445B DZY Loves Chemistry
CF D. Fair(思维+DFS)
CF C. Three displays(DP+思维)
HDU 2852 (树状数组+无序第K小)
POJ 3067 Japan (树状数组 && 控制变量)
POJ 2299 Ultra-QuickSort (树状数组 && 离散化&&逆序)
热门文章
树状数组的认识与模板
ST表(查询区间最值问题)
POJ3368
POJ1769(线段树+DP)
POJ2528 Mayor's posters(线段树+离散化)
UVa11292勇者斗恶龙
Codeforces Round #230
计算pi的方法
Rockethon 2014 A. Genetic Engineering
Rockethon 2014B. Word Folding
Copyright © 2011-2022 走看看