随笔分类 - Web前端
摘要:mxgraph mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering. draw.io is an example that extends the fun
阅读全文
摘要:drawio www.diagrams.net https://github.com/jgraph/drawio https://github.com/jgraph/drawio https://jgraph.github.io/drawio/src/main/webapp/index.html h
阅读全文
摘要:GraphVis一款性能优异,效果丰富,使用简单,易于扩展的图数据可视化组件库 http://www.graphvis.cn/ 复杂网络分析 http://www.graphvis.cn/graph/complex/index.html 关系网络分析重点 http://www.graphvis.cn
阅读全文
摘要:https://d3js.org/ http://www.graphvis.cn/ https://iowiki.com/d3js/d3js_quick_guide.html https://www.cnblogs.com/fastmover/p/7779660.html https://wiki.
阅读全文
摘要:Vue 关联关系图谱组件 https://github.com/seeksdream/relation-graph 这是一个Vue关系图谱组件,可以展示如组织机构图谱、股权架构图谱、集团关系图谱等知识图谱,可提供多种图谱布局,包括树状布局、中心布局、力学布局自动布局等。 这个项目使用典型的vue编程
阅读全文
摘要:vue G6 流程图 知识图谱前端插件 https://github.com/claudewowo/welabx-g6 😎 自定义节点和边, 支持锚点配置😎 自定义圆形, 方形, 椭圆, 菱形节点😎 节点支持拖拽连线, 删除(按delete键), 编辑😎 边默认带结束箭头, 支持标签显示😎
阅读全文
摘要:'use strict' const path = require('path') const CopyWebpackPlugin = require('copy-webpack-plugin') function resolve(dir) { return path.join(__dirname,
阅读全文
摘要:drawio www.diagrams.net https://github.com/jgraph/drawio https://github.com/jgraph/drawio https://jgraph.github.io/drawio/src/main/webapp/index.html h
阅读全文
摘要:Fabric.js is a powerful and simple Javascript HTML5 canvas library Fabric provides interactive object model on top of canvas element Fabric also has S
阅读全文
摘要:原因分析,导入excel数据时换行没有处理,取出数据格式为 var qcqfyxmo = '杨铁骑 15198707289'; var qcqfyxm=""; if (typeof (qcqfyxmo) != "undefined") { qcqfyxm=qcqfyxmo; } var qcqfyl
阅读全文
摘要:dat.GUI A lightweight graphical user interface for changing variables in JavaScript. Get started with dat.GUI by reading the API documentation. Packag
阅读全文
摘要:Highslide JS is an image, media and gallery viewer written in JavaScript. These are some of its advantages: Tip! Use the visual Highslide Editor to se
阅读全文
摘要:Photo Editor A photo editing application based on the Cropper.js. Website Keyboard support Esc: Cancel the cropping. Enter: Complete the cropping. Del
阅读全文
摘要:简介 Viewer.js 是一款强大的图片查看器 Viewer.js 特点: 支持移动设备触摸事件 支持响应式 支持放大/缩小 支持旋转(类似于微博的图片旋转) 支持水平/垂直翻转 支持图片移动 支持键盘 支持全屏幻灯片模式 支持缩略图 支持标题显示 支持多种自定义事件 viewer 函数参数说明
阅读全文
摘要:jquery ajax超时设置 var ajaxTimeoutTest = $.ajax({ url:'', //请求的URL timeout : 1000, //超时时间设置,单位毫秒 type : 'get', //请求方式,get或post data :{}, //请求所传参数,json格式
阅读全文
摘要:wdScrollTab是一个采用jQuery实现的Tab面板,当标签太多超出页面时会自动滚动。支持iframe、ajax调用和动态加载内容。
阅读全文
摘要:最近在使用Cookies加密保存数据的时候,接触到crypto,使用还算简单,在这里记录一下。 可以在这个GitHub的https://github.com/brix/crypto-js上下载该js,它可以单独引入所需要加密方式的js;也可以引入一个crypto-js.js 这个文件,它相当于引入了
阅读全文
摘要:http://www.w3chtml.com/css3/units/length/vh.html https://www.html.cn/book/css/values/length/vh.htm
阅读全文
摘要:crypto 模块提供了加密功能,包含对 OpenSSL 的哈希、HMAC、加密、解密、签名、以及验证功能的一整套封装。我们这里讲crypto AES算法加密 一、使用步骤 1.引入Crypto 1.1 使用Crypto,有两种形式。一种是是在script便签直接引入,例如: <script src
阅读全文