avatar
文章
2102
标签
34
分类
0
首頁
目录
标签
友鏈
关于
Logo阿超vuepress-theme-vdoing-doc 返回首页
搜索
首頁
目录
标签
友鏈
关于

vuepress-theme-vdoing-doc

发表于2023-04-05|更新于2026-02-24
|浏览量:

劝说常比强迫更为有效。——伊索

分享vuepress-theme-vdoing的文档站:vuepress-theme-vdoing-doc

官网:https://doc.xugaoyi.com/

GitHub:https://github.com/xugaoyi/vuepress-theme-vdoing-doc

运行:

1
2
3
4
git clone https://github.com/xugaoyi/vuepress-theme-vdoing-doc.git
cd vuepress-theme-vdoing-doc
npm install # or yarn install
npm run dev # or yarn dev

image-20230405130318798

image-20230405130258314

前端
上一篇
jitpack.io
如果你考虑两遍以后再说,那你说得一定比原来好一倍。——佩思 分享一个简单的Git依赖包存储库:https://jitpack.io/ 例如:https://jitpack.io/#dromara/stream-query 只需要配置repository 123456<repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository></repositories> 就可以直接使用下面的依赖,但需要先打一个Release: https://github.com/blog/1547-release-your-software 12345<dependency> <groupId>com.github.dromara</groupId> <artifactId>stream-...
下一篇
给项目添加chechstyle
普通而抽象的思想是人类铸成大错的根源。——卢俊 收到个pr:https://gitee.com/dromara/stream-query/pulls/301 给项目添加了checkstyle,非常的nice 主要是配置了maven插件 123456789101112131415161718192021222324<!-- 公共checkstyle标准配置,可以在子模块中覆盖,修改自定义选项 --><plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>3.1.0</version> <configuration> <configLocation>checkstyle/checkstyle.xml</configLocation> &...
相关推荐
2020-07-03
js时间转换
//时间戳格式化 1234567891011//时间转换 function stamptime(time) { var date = new Date(time) var Y = date.getFullYear() + '-'; var M = (date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1) + '-'; var D = (date.getDate() < 10 ? '0' + date.getDate() : date.getDate()) + ' '; var h = (date.getHours() < 10 ? '0' + date.getHours() : date.getHours()) + ':'; ...
2024-09-15
Vitest集成github action
精神上最好的避难所还是书本:它们既不会忘了你,也不会欺骗你。——罗曼·罗兰 我们已经知道vitest是一个很好用的单元测试框架,我们今天聊一下如何在github action集成vitest 首先我们创建项目 1234567891011121314151617181920212223242526272829303132333435363738394041424344Last login: Mon Sep 9 16:43:09 on ttys004 The default interactive shell is now zsh.To update your account to use zsh, please run `chsh -s /bin/zsh`.For more details, please visit https://support.apple.com/kb/HT208050.Github-Id-VampireAchao:streampark achao$ cd /Users/achao/IdeaProjects/simple-vitest# 安装vitest...
2023-03-26
for...in、for...of、for await...of
处世应当谦虚,切忌轻人傲世。——佚名 简单说下区别: for...in遍历出来的是key 12345678910var obj = {a:1, b:2, c:3};for (var prop in obj) { console.log("obj." + prop + " = " + obj[prop]);}// Output:// "obj.a = 1"// "obj.b = 2"// "obj.c = 3" for...of遍历出来的是元素 123456789const array1 = ['a', 'b', 'c'];for (const element of array1) { console.log(element);}// Expected output: "a"// Expected output: "b&quo...
2022-08-24
introjs
爱情沉默的地方,责任就要起作用——歌德 introjs是一个前端指引库 官网:https://introjs.com/ github:https://github.com/usablica/intro.js 用法也很简单: 引入: 12npm install intro.js --saveyarn add intro.js 或者 12https://unpkg.com/intro.js/minified/intro.min.jshttps://unpkg.com/intro.js/minified/introjs.min.css 使用: 12345678introJs().setOptions({ steps: [{ intro: "Hello world!" }, { element: document.querySelector('#login'), intro: "Click here to login!" }]}).st...
2021-07-01
新标签页打开
人民不仅有权爱国,而且爱国是个义务,是一种光荣。——徐特立 123456<a href="https://VampireAchao.github.io/" target="_self">默认当前页面打开</a><a href="https://VampireAchao.github.io/" target="_blank">新页面打开</a><a href="" target="ruben">在frame中打开</a><iframe src="" name="ruben"></iframe><a href="https://VampireAchao.github.io/" target="_parent">如果是在iframe里,无视iframe直接当前外层页面打开<...
2020-10-21
页面点击随机字符
不要让昨天占用今天的时间。 ——美洲 应群友的要求分享给大家~ 123456789101112131415161718192021222324252627282930313233343536//随机字$(function () { var a_idx = 0, b_idx = 0; c_idx = 0; jQuery(document).ready(function ($) { $("body").click(function (e) { var a = new Array("Daphne", "Ficus", "Iris", "Maackia", "Lythrum", "Myrica", "Sabia", "Flos", "あなたのことが好きです", "嬉しい", "頑張って!"...
avatar
阿超
我的名字叫阿超 年龄25岁 家在北京市 职业是软件开发 每天最晚也会在八点前回家 不抽烟 酒浅尝辄止 晚上十二点上床 保证睡足八个小时 睡前写一篇博客 再做二十分钟俯卧撑暖身 然后再睡觉 基本能熟睡到天亮 像婴儿一样不留下任何疲劳和压力 就这样迎来第二天的早晨 健康检查结果也显示我很正常 我想说明我是一个不论何时都追求内心平稳的人 不拘泥于胜负 不纠结于烦恼 不树立使我夜不能寐的敌人 这就是我在这社会的生活态度
文章
2102
标签
34
分类
0
Follow Me
公告
This is my Blog
最新文章
Megatron-LM2026-02-28
ruvector2026-02-27
Scrapling2026-02-26
PersonaLive2026-02-25
ggml2026-02-24
© 2025 - 2026 By 阿超框架 Hexo 8.1.1|主题 Butterfly 5.5.4
搜索
数据加载中