上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

2021年3月4日

摘要: 菜单数据 menuList: [ { id: "XXXXysis", name: "XXXXysis", title: "XXX分析", isShow: true, }, { id: "threatXXX", name: "threatXXX", title: "XXX分析", isShow: tr 阅读全文

posted @ 2021-03-04 14:11 凡凡0410 阅读(598) 评论(0) 推荐(0) 编辑


2021年2月24日

摘要: 全程仅仅需要在原项目上操作 1.在原项目文件中打开git base 窗口 1)# 确保代码更新到最新 git pull 2)# 查看当前远程git服务器上的所有分支, 这一步是用于判断哪些分支需要迁移 git branch -r 3)# 将本地git的旧orgin改成别的名称 git remote 阅读全文

posted @ 2021-02-24 17:46 凡凡0410 阅读(106) 评论(0) 推荐(0) 编辑


2021年1月26日

摘要: vue.config.js devServer: { host: "localhost", port: 8080, // 端口号 https: false, // https:{type:Boolean} open: true, //配置自动启动浏览器 // proxy: 'http://10.0. 阅读全文

posted @ 2021-01-26 17:00 凡凡0410 阅读(965) 评论(0) 推荐(0) 编辑


2021年1月20日

摘要: 文档传送门 - https://resources.jointjs.com/docs/jointjs/v3.2/joint.html#layout a56爆大奖在线娱乐是使用的vue,a56爆大奖在线娱乐, 第一步:先安装 Dagre and Graphlib 依赖 npm install dagre npm install @da 阅读全文

posted @ 2021-01-20 15:11 凡凡0410 阅读(715) 评论(0) 推荐(0) 编辑

摘要: let sixLists= [], threeLists = [] , twoList=[]; this_.nodeData.forEach((item,idx)=>{ if(idx==0||idx%6==0||(idx+1)%6 0){ sixLists.push(idx); }; if(idx% 阅读全文

posted @ 2021-01-20 11:50 凡凡0410 阅读(299) 评论(0) 推荐(0) 编辑


2021年1月13日

摘要: var Link = joint.dia.Link.define('self.Link', { attrs: { line: { connection: true, stroke: 'gray', strokeWidth: 2, pointerEvents: 'none', targetMarker 阅读全文

posted @ 2021-01-13 14:19 凡凡0410 阅读(421) 评论(0) 推荐(0) 编辑


2020年12月30日

摘要: <img :src="item.url " :onerror="defaultImg" /> data(){ return{ default_src:'onerror=null;this.src="' + require('../../../assets/img/default.png')+'"', 阅读全文

posted @ 2020-12-30 17:43 凡凡0410 阅读(910) 评论(0) 推荐(0) 编辑


2020年12月29日

摘要: 需求:对代码进行比较,并且提交修改后的代码 安装:npm install codemirror diff-match-patch --save 引入: import CodeMirror from 'codemirror'; import "codemirror/theme/neat.css"; / 阅读全文

posted @ 2020-12-29 11:54 凡凡0410 阅读(2360) 评论(0) 推荐(0) 编辑


2020年12月23日

摘要: <a data-v-644b21e1="" href="http://10.0.0.0:8088/xxxx/xxx/xxx.exe" download="下载" target="_blank" class="c-default">http://10.0.0.0:8088/xxxx/xxx/xxx.e 阅读全文

posted @ 2020-12-23 10:49 凡凡0410 阅读(5634) 评论(0) 推荐(0) 编辑


2020年12月21日

摘要: 1.IP的正则 let ipReg = /^((2[0-4]\d|25[0-5]|[01]?\d\d?)\.){3}(2[0-4]\d|25[0-5]|[01]?\d\d?)$/; 2.url的正则 let urlReg = new RegExp('(https?|ftp|file)://[A-Za 阅读全文

posted @ 2020-12-21 15:19 凡凡0410 阅读(317) 评论(0) 推荐(0) 编辑


上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

Copyright © 2024 凡凡0410
Powered by .NET 8.0 on Kubernetes