文章分类 - 前端小功能
摘要:下载地址:https://files-cdn.cnblogs.com/files/blogs/716958/country-select-js.zip 下载后直接点击demo.html 查看即可
阅读全文
摘要:// javapublic String uploadFile(MultipartFile[] files) { if (files != null && files.length > 0) { for (MultipartFile mf : files) { String fileName = m
阅读全文
摘要:// css 自定义鼠标样式(放大缩小图标,自己找图片即可).cur-large{ cursor: url("${image}/web/image/img-enlarge.svg"),auto;} .cur-small{ cursor: url("${image}/web/image/img-sma
阅读全文
摘要:<!DOCTYPE html><html style="height:100%;"><head> <meta charset="utf-8"> <!-- JS下载路径: https://files-cdn.cnblogs.com/files/blogs/716958/echarts.zip -->
阅读全文
摘要:<!DOCTYPE html><html lang="en" style="height: 100%;"><head> <meta charset="UTF-8"> <title>Table自动滚动</title> <script type="text/javascript" src="jquery
阅读全文
摘要:WebUploder 官网:http://fex.baidu.com/webuploader/ 此插件适用于没有使用前端框架的程序。如使用vue,可直接使用Element中的上传组件 实现步骤 官网下载代码(下面会提供自己用到的文件下载路径) 页面引入 webuploder 资源 页面绘制图片框、选
阅读全文