摘要: import java.util.*; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); String s = in.nextLine(); char[] 阅读全文
posted @ 2020-03-14 16:59 FDSUN 阅读(107) 评论(0) 推荐(0)
摘要: import java.util.*; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); int len = Integer.parseInt(in.ne 阅读全文
posted @ 2020-03-14 16:57 FDSUN 阅读(166) 评论(0) 推荐(0)
摘要: 目录 Node.js开发环境准备 nvm常用的命令 node常用的命令 nvm下载安装nodejs后没有安装npm 去 "淘宝镜像" ,下载需要版本node压缩包(.zip) 将压缩包解压到 nvm 根目录 使用 查看,node+npm安装成功 Node.js开发环境准备 1. 普通安装方式 "官方 阅读全文
posted @ 2020-03-14 16:56 FDSUN 阅读(189) 评论(0) 推荐(0)