摘要: 一,安装node.js 二、设置nodejs prefix(全局)和cache(缓存)路径 1、在nodejs安装路径下,新建node_global和node_cache两个文件夹 设置缓存文件夹 设置全局模块存放路径 设置成功后,之后用命令npm install XXX -g安装以后模块就在D:\ 阅读全文
posted @ 2018-05-25 10:14 R142857 阅读(166) 评论(0) 推荐(0) 编辑
摘要: //打开窗口function _openWind(url,title,windWidth,windHeight) { mini.open({ url: url, title: title, width: windWidth, height: windHeight, allowResize: fals 阅读全文
posted @ 2018-05-25 09:30 R142857 阅读(334) 评论(0) 推荐(0) 编辑
摘要: /*** 上传文件分为几步* 1-获取用户上传的文件Excel* 2-读取Excel文件内容* 3-数据转成实体*/package com.csot.util;import com.csot.pm.file.model.FileEntity;import com.google.common.refl 阅读全文
posted @ 2018-05-25 08:56 R142857 阅读(7271) 评论(2) 推荐(0) 编辑