Skip to content

网址连接

TIP

经常使用的网址连接.

docsify

https://docsify.js.org/#/zh-cn/configuration

参考别做好的网站

https://docsify.js.org/#/awesome?id=plugins

折叠插件

别人的文章参考

https://cpury.com/1408.html

插件github地址

https://github.com/iPeng6/docsify-sidebar-collapse

如何更好使用过程

https://gitee.com/wugenqiang/NoteBook/blob/master/docsify/docsifyNotes.md

http://www.shaoming.club:8080/#/README

tabs标签页

https://jhildenbiddle.github.io/docsify-tabs/#/

包路径

https://cdn.jsdelivr.net/npm/docsify@4.12.2/lib/

https://www.jsdelivr.com/package/npm/docsify

下载的引用文件位置

G:\vue\插件大全\docsify-4.12.2.tgz

image-20220701221342855

参考网站

https://www.jianshu.com/p/a093f58321b5

美化样式

https://blog.51cto.com/u_12877374/4895484

image-20220710121351762

image-20220710121409237

参考样式他人的

https://github.com/bytesfly/blog

官网&下载连接

centos7 下载地址

https://mirrors.aliyun.com/centos-vault/7.8.2003/isos/x86_64/

IDEA 官网

https://www.jetbrains.com.cn/idea/

JAVA 17 下载地址

https://www.oracle.com/java/technologies/downloads/#jdk17-linux

开源中国

https://www.oschina.net/

git网址

git 网址

https://github.com/git/git

layui

官网镜像

https://www.layui.site/

最新官网

https://layui.gitee.io/v2/

2.8以上版本地址

https://layui.dev/

layui xm-select

https://maplemei.gitee.io/xm-select/#/basic/paging

联动下拉使用

https://www.yisu.com/zixun/162473.html

父给子iframe赋值

js
var addindex = layer.open({
        type: 2,
        title:"修改基本信息",
        area: ['100%', '100%'],
        fixed: false, //不固定
        maxmin: true,
        content: '/gd/add',
        success: function(layero, index){
			//方式一
            var iframe = window[layero.find('iframe')[0]['name']];
            var obj = {
                "mkName": "343243243" // "name": "value"
                ,"jjcd": '0009'
                ,"like[write]": true //复选框选中状态
                ,"close": true //开关状态
            }
            iframe.setGdForm(obj);
            
            //方式2
            var body1 = layer.getChildFrame('body', index); //得到产品查询层的BODY
			body1.find('#mkName').val('333'); //将本层的窗
			body.find("select[name=payType]").val(obj.data.payType);
        }
    });
layer.full(addindex);

//子定义
<script type="application/javascript">
	function setGdForm(obj){
		layui.form.val('adAddForm', obj);
	}
</script>

注意事项iframe引入js引起性能问题

iframe方式,js不要写在一个js里,写在一个js里会出现,加载新的iframe会加载统一js的不必要项

layuimini框架

http://layuimini.99php.cn/

layui-vue

http://www.layui-vue.com/zh-CN/index

bootstrap-table

https://www.bootstrap-table.com.cn/index.html

https://www.bootcdn.cn/bootstrap-table/

https://bootstrap-table.com/

easyexcel

https://easyexcel.opensource.alibaba.com/

单词来源解释

https://www.etymonline.com/

Vue3官网

https://v3.cn.vuejs.org/

https://cn.vuejs.org/guide/introduction.html

开源pc表格解决方案

https://vxetable.cn/#/table/start/install

https://gitee.com/xuliangzhan_admin/vxe-table

3github

https://github.com/vuejs/core

vite

https://cn.vitejs.dev/guide/#scaffolding-your-first-vite-project

vite官网

https://cn.vitejs.dev/guide/

windicss

https://cn.windicss.org/features/

Vue CLI

https://cli.vuejs.org/zh/guide/installation.html

element-plus官网

https://element-plus.gitee.io/zh-CN/

element-plus-admin

https://kailong110120130.gitee.io/vue-element-plus-admin-doc/guide/introduction.html

https://kailong110120130.gitee.io/vue-element-plus-admin-doc/

开发团队

https://gitee.com/youlaiorg

官网文档

youlai-mall (opens new window)是基于Spring Boot 2.6、Spring Cloud 2021 & Alibaba 2021、Vue3、Element-Plus、uni-app等主流技术栈构建的一套开源全栈商城项目, 涉及 后端微服务 (opens new window)前端管理 (opens new window)微信小程序 (opens new window)APP应用 (opens new window)等多端的开发。

https://www.youlai.tech/

程序员521网址

https://www.cxy521.com/

大学资源网

http://www.dxzy163.com/

转换word

http://deepoove.com/poi-tl/

阿里图标库

https://www.iconfont.cn/

定时任务转换

https://cron.qqe2.com/

MyBatis-Plus

https://baomidou.com/

echarts案例网站

http://www.ppchart.com/#/

官网

https://echarts.apache.org/examples/zh/index.html

https://www.isqqw.com/#/homepage

下载js

https://www.jsdelivr.com/package/npm/echarts

文档

https://echarts.apache.org/handbook/zh/get-started/

样式预览

https://echarts.apache.org/zh/theme-builder.html

在线测试样式

https://m.runoob.com/echarts/

其他网址

https://madeapie.comhttps://www.isqqw.com

VuePress

https://v2.vuepress.vuejs.org/zh/

https://vuepress.docschina.org/

http://caibaojian.com/vuepress/guide/basic-config.html

https://mp.weixin.qq.com/s/SNViLxupNDNlM4wNctt8Qg

参考网址

https://wiki.eryajf.net/

https://eryajf.github.io/

Nodejs

https://nodejs.org/en/

Ant Design Vue 3

https://www.antdv.com/docs/vue/migration-v3-cn

vue-element-admin

https://panjiachen.github.io/vue-element-admin-site/zh/guide/#功能

https://panjiachen.gitee.io/vue-element-admin-site/zh/guide/

element-ui

https://element.eleme.cn/#/zh-CN

js动画网址

https://www.jq22.com/jquery-plugins动画效果-3-jq

数字滚动

https://blog.csdn.net/mengmeng12138/article/details/120549350

比较不错存数字滚动

https://inorganik.github.io/countUp.js/

https://github.com/inorganik/CountUp.js

参考

https://blog.csdn.net/weixin_43967603/article/details/115064618

drools 规则引擎

https://blog.csdn.net/fu_huo_1993/article/details/125035986

https://gitee.com/huan1993/spring-cloud-parent/tree/master/drools/drools-decision-table

转换word

http://deepoove.com/poi-tl/

哔哩哔哩

https://www.bilibili.com/

maven

https://mvnrepository.com/

maven下载

https://maven.apache.org/

https://maven.apache.org/download.cgi

阿里仓库

https://developer.aliyun.com/mvn/guide

DNS查询

https://tool.chinaz.com/dns/?type=1&host=github.com&ip=

image-20221108102301914

image-20221108102444889

禅道

https://www.zentao.net/dynamic/zentaopms17.8-81798.html

工单参考

https://gitee.com/yllan/ferry#https://gitee.com/link?target=http%3A%2F%2Fferry.fdevops.com

https://blog.csdn.net/yaodunlin/article/details/112261086?spm=1001.2101.3001.6650.10&utm_medium=distribute.pc_relevant.none-task-blog-2~default~BlogCommendFromBaidu~Rate-10-112261086-blog-126103967.pc_relevant_multi_platform_whitelistv4&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2~default~BlogCommendFromBaidu~Rate-10-112261086-blog-126103967.pc_relevant_multi_platform_whitelistv4&utm_relevant_index=16

在线工具

https://tool.lu/

程序员文档

https://www.ddkk.com/

https://gitee.com/mmdz/Work-Vue

Quick Reference 编程例子网站

http://bbs.laoleng.vip/reference/index.html

java学习树

https://edu.csdn.net/skill/java?utm_source=AI_act_java

AI 对话

https://chatgpt.sbaliyun.com/

https://ai.xiangqiann.com/

axureux参考网址

https://www.axureux.com/home/default.html

https://www.axureux.com/demo/Templates020/作品首页.html

https://www.axureux.com/demo/Templates020/系统框架_5.html#OpenList=no&CSUM=1

Translation - 必备的翻译插件

ctrl + shift + o(win/linux)

String Manipulation 对字符串的处理

Unicode与中文互转

http://www.msxindl.com/tools/unicode16.asp

xshell

https://www.xshell.com/zh/xshell/

语言排名官网

https://www.tiobe.com/tiobe-index/

vant

https://vant-contrib.gitee.io/vant/#/zh-CN

Animate.css

Animate.css | A cross-browser library of CSS animations.

cdn加速

https://www.staticfile.org/

uniapp常用网址

uView 2.0 - 全面兼容nvue的uni-app生态框架 - uni-app UI框架 (uviewui.com)

ThorUI文档

Badge 数字角标 (dcloud.net.cn)

壁纸

https://www.wallpapermaiden.com/

https://www.dpm.org.cn/lights/royal.html

https://wallhere.com/

https://zhutix.com/wallpaper/

https://www.cgwallpapers.com/

https://www.obzhi.com/

https://bing.ioliu.cn/

查单词缩写等信息

https://dict.zhuaniao.com/en/property/

Hutool

日期工具类

https://www.hutool.cn/docs/#/

https://github.com/dromara/hutool

FirstUI UNI-APP版 | FirstUI UNI版

Redis

redisTemplate 使用

https://blog.csdn.net/sinat_22797429/article/details/89196933

框架介绍

RuoYi-Vue-Plus

参考开源框架

https://gitee.com/JavaLionLi/RuoYi-Vue-Plus

RouYi

不错比较好的脚手架

http://doc.ruoyi.vip/ruoyi/

vue3前端

前端启动

https://github.com/yangzongzhuan/RuoYi-Vue3

layui-vue

可关注

http://www.layui-vue.com/zh-CN/index

镜像网址 原来的停止维护

https://www.layui.site/

脚手架

https://gitee.com/kailong110120130/vue-element-plus-admin?_from=gitee_search

https://element-plus-admin-doc.cn/guide/settings.html

小诺

https://gitee.com/xiaonuobase

layuimini后台模板

https://gitee.com/zhongshaofa/layuimini/tree/v2

http://layuimini.99php.cn/

http://layuimini.99php.cn/docs/iframe-v2.html

图标

https://www.thinkcmf.com/font/font_awesome/icons.html

admin

vue3.x + CompositionAPI + typescript + vite + element plus + vue-router-next + next.vuex

https://gitee.com/lyt-top/vue-next-admin

layui-vue-admin

http://www.layui-vue.com/zh-CN/index

https://gitee.com/pear-admin/pear-admin-next

人人开源

https://gitee.com/renrenio/renren-security/tree/v5.2.0/

https://gitee.com/renrenio

https://www.renren.io/guide/security

https://gitee.com/renrenio/renren-ui

芋道源码 / ruoyi-vue-pro

https://gitee.com/zhijiantianya/ruoyi-vue-pro

https://doc.iocoder.cn/video/#大纲

yudao-cloud: ruoyi-vue-pro 全新 Cloud 版本,优化重构所有功能。基于 Spring Cloud Alibaba + Gateway + Nacos + RocketMQ + Vue & Element 实现的后台管理系统 + 用户小程序,支持 RBAC 动态权限、多租户、数据权限、工作流、三方登录、支付、短信、商城等功能。你的 ⭐️ Star ⭐️,是作者生发的动力! (gitee.com)

vue-element-plus-admin

vue-element-plus-admin: 一套基于vue3、element-plus、typescript4、vite3的后台集成方案 (gitee.com)

介绍 | vue-element-plus-admin (element-plus-admin-doc.cn)

在线常用工具

定时任务在线

https://cron.qqe2.com/

自己

常用插件

G:\vue\插件大全

常用参考项目

G:\vue\参考

投诉电话

12315是工商局的投诉热线,12300是工信部电信运营服务的投诉热线,这两个都属于第三方的监管机构。

管理框架大全

Vue-Vben-Admin

Vue-Vben-Admin 是一个基于 Vue3.0ViteAnt-Design-VueTypeScript 的后台解决方案,目标是为开发中大型项目提供开箱即用的解决方案。包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。项目会使用前端较新的技术栈,可以作为项目的启动模版,以帮助你快速搭建企业级中后台产品原型。也可以作为一个示例,用于学习 vue3vitets 等主流技术。该项目会持续跟进最新技术,并将其应用在项目中。

http://doc.vvbin.cn/guide/introduction.html

常用学习网址

vue系列

https://segmentfault.com/a/1190000043812350

JDK地址

OpenJDK JDK 21.0.1 GA Release (java.net)

机场

GitHub - clash-verge-rev/clash-verge-rev: A modern GUI client based on Tauri, designed to run in Windows, macOS and Linux for tailored proxy experience

低代码

https://vtj.pro/guide/extras/engine.html

学习使我快乐吗?