- 博客(156)
- 资源 (1)
- 收藏
- 关注
原创 Github 88K star 的Mermaid 你在用了吗?
如果你也受够了传统绘图工具的繁琐,或者对数据隐私有硬性要求,强烈建议花两分钟时间,用 Docker Compose 把 Mermaid Live Editor 跑起来。欢迎在评论区分享你最常用的 Mermaid 图表类型,或者你在私有化部署时遇到的问题,我们一起讨论!,一个完全属于你自己的、清爽的 Mermaid 实时编辑器就诞生了!作为程序员,画架构图、流程图和时序图是我们的家常便饭。今天就和大家分享一下我的搭建过程和使用体验。:支持各种方向(上下、左右)和多样的边框形状。左侧编写代码,右侧瞬间刷新。
2026-05-25 17:56:16
197
原创 5分钟搭建属于你的思维导图神器:MindMap + Docker Compose 全攻略!
5分钟搭建属于你的思维导图神器:MindMap + Docker Compose 全攻略!
2025-05-20 16:25:28
1012
原创 【软件推荐——pdf2docx】
pdf2docx 是一个开源的 Python 库,用于将 PDF 文件转换为 DOCX 格式。用户可以通过简单的命令行安装该库:pip install pdf2docx。使用该库时,只需导入 Converter 类,指定 PDF 文件路径和输出 DOCX 文件路径,即可完成转换。转换效果直观,支持默认转换所有页面。该工具为 PDF 到 Word 文档的转换提供了便捷的解决方案。
2025-05-16 13:47:37
509
原创 Microsoft Compatibility Telemetry Using High CPU
Microsoft Compatibility Telemetry服务占用过多的CPU资源
2024-11-22 09:18:28
629
原创 Docker开机自动重启及自动启动容器
勾选 Start Docker Desktop when you sign in to your computer。查看是否设置成功,检查RestartPolicy内容。1.docker update 命令。restart命令详解。使用命令进行更新设置。
2024-06-18 09:46:44
2286
1
原创 Host ‘xxx.xx.xxx.xxx‘ is not allowed to connect to this MySQL server
Host ‘xxx.xx.xxx.xxx’ is not allowed to connect to this MySQL server
2022-09-05 15:45:46
1162
原创 Springboot整合flyway管理数据库脚本
文章目录引入flyway依赖新增flyway配置项增加要执行的sql文件启动springboot应用Flyway 是一个开源的数据库迁移工具。它强烈支持简单和约定而不是配置。https://flywaydb.org/documentation/引入flyway依赖<dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId>
2022-01-10 11:39:08
582
原创 Docker命令大全
目录runstart/stop/restartkillrmpause/unpausecreateexecpsinspecttopattacheventslogswaitexportportcommitcpdiffloginpullpushsearchimagestagbuildhistorysaveloadimportinfoversion容器生命周期管理runstart/stop/restartkillrmpause/un.
2021-10-26 14:04:08
200
原创 在Windows中使用Docker下载并部署Jenkins
在Windows中使用Docker下载并部署Jenkins下载Jenkins镜像运行Jenkins镜像登录Jenkins初始页面密码存放位置插件安装报错Signature verification failed in update site 'default' (show details)新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释
2021-09-28 18:16:04
425
转载 我向生活索取一个铜板
我向生活索取一个铜板,生活却并不想给我,无论我在黑夜如何乞求,却只能默默忍受着微薄的收入。生活就是一个雇主,它会按照你的要求给付,而一旦自己定了薪酬,就要承担相应的工作。我的追求不高,却惊异的知道,原来我的所有要求,生活都会慷慨回报。...
2018-12-10 20:18:10
939
原创 Dubbo文档
http://dubbo.io/books/dubbo-user-book/http://www.iqiyi.com/paopao/u/1424282988/#curid=8101786809_483f510cdafd5d5422fbcc493315c1ea
2018-01-13 17:47:11
330
原创 guava Working with Collections
guava Map Table Rangeimport com.google.common.collect.*;import java.util.Map;public class MyMultimaps { public static void main(String[] args) { testArrayListMultimap();
2018-01-04 20:24:06
291
原创 Spring定时任务Quartz Scheduler
https://docs.spring.io/spring/docs/current/spring-framework-reference/html/scheduling.html1.pom.xml <dependency> <groupId>org.springframework</groupId> <artifactId>spring
2017-09-04 23:17:44
763
原创 正则表达式
表1.常用的元字符 符号 说明 . 匹配除换行符以外的任意字符 \w 匹配字母或数字或下划线或汉字 \s 匹配任意的空白符 \d 匹配数字 \b 匹配单词的开始或结束 ^ 匹配字符串的开始 $ 匹配字符串的结束表2.常用的限定符 符号 说明 * 重复零次或更多次 + 重复一次或更多次 ? 重复零次或一次
2017-07-08 21:35:58
319
原创 Docker入门二构建自己的image
download docker image $ docker run docker/whalesay cowsay boobuild your own imagedocker run docker/whalesay cowsay boo-boo$ mkdir mydockerbuild$ cd mydockerbuild$ nano Dockerfileadd follows line:F
2017-03-20 11:01:30
702
原创 intellij idea git fetch failed fatal:Authentication failed for
Idea重置Git master密码 https://www.jetbrains.com/help/idea/2016.3/handling-passwords-for-git-remote-repositories.html
2017-03-09 15:08:12
5277
原创 The system cannot find the batch label specified
脚本以 LF 结尾,改成 CRLF可以执行http://sqlblog.com/blogs/jamie_thomson/archive/2012/08/07/replacing-crlf-with-lf-using-notepad.aspx http://stackoverflow.com/questions/232651/why-the-system-cannot-find-the-batch-
2017-03-09 15:01:45
3578
原创 Docker入门一安装
Install Docker on Ubuntu Linux$ curl -fsSL https://get.docker.com/ | sh安装成功后docker versionsudo service docker startsudo docker run hello-worldUnable to find image 'hello-world:latest' locallydocker:
2017-03-03 16:09:33
16829
原创 spring boot and spring data jpa
spring-boot Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”. We take an opinionated view of the Spring platform and third-party libr
2017-02-27 18:45:19
464
原创 Apache HBase
Apache HBase (TM) is a distributed, column-oriented store, modeled after Google’s BigTable. Apache HBase is built on top of Hadoop for its MapReduce and distributed file system implementation. download
2016-12-29 17:57:52
444
原创 MongoDB
MongoDB is an open-source, document database designed for ease of development and scaling.mongod --dbpath=E:\MongoDB\datamongoimport.exe --db test --collection restaurants --drop --file primer-dataset.
2016-12-06 19:26:02
425
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅