超级星月

文章
5
资源
0
加入时间
3年0月21天

WangEditor实现富文本编辑和图片上传

1.首先第一步是下载压缩文件,去官网下载http://www.wangeditor.com/2.解压文件,然后将文件夹放到webapp下面,如图所示:3.编写html页面,在页面中构造编辑器 <!--文本显示区域,名字id是editor--> <div id="editor"> </div>

PHP tp框架实现excel表格导入

//导入 public function addExcel() { $request=Request::instance(); $excel = request()->file('excel')->getInfo();//excel为file中的name vendor("PHPExcel.Class.PHPExcel.IOFactory"); $objPHPExcel = \PHP

Module xxx is imported from Maven.Any changes made in its configuration may be lost after reimpor...报错:原因:解决办法:

报错:Module xxx is imported from Maven.Any changes made in its configuration may be lost after reimpor...原因:我猜测哈:一个工程下面,我建了两个maven项目,第一个版本用的是2.4.4第二个maven项目用的不是2.4.4 。才会报这个错解决办法:修改pom.xml ,将版本统一...