惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
MongoDB | Blog
MongoDB | Blog
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The GitHub Blog
The GitHub Blog
V
V2EX
Microsoft Security Blog
Microsoft Security Blog
V
Visual Studio Blog
A
About on SuperTechFans
博客园_首页
L
LangChain Blog
量子位
雷峰网
雷峰网
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Jina AI
Jina AI
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence
N
Netflix TechBlog - Medium

博客园 - I'm CY

Graphviz(02) 汉字subgraph不显示汉字的处理 How to design a product table for many kinds of product where each product has many parameters MVVM ICommand.CanExecute parameter is null 使用ContentPresenter,不使用ContentControl Code First ef SQL Server 版本不支持数据类型“datetime2” 'System.ValueTuple, Version=0.0.0.0 required for Add-Migration on .NET 4.6.1 Class Library LDAP 相关链接 .NET WCF Return String 字符串有反斜杠的处理 word2010多级列表编号为什么会变成黑块 C# javascript 采用 RSA 加密解密 [LINK]List of .NET Dependency Injection Containers (IOC) 转:javascript判断IE浏览器 How to:Aborting a long running task in TPL How to: Cancel a Task and Its Children Exception has been thrown by the target of an invocation C#、IronPython、PowerShell 简单设计 大杀器 Linq手动添加EntitySet关系需要注意的地方
Graphviz(01) notepad++ Run xxx.gv
I'm CY · 2019-06-07 · via 博客园 - I'm CY

1.新建文件dot.bat 放到 d:\,内容如下:

set gvname=%1%
@echo '"d:\dot.bat"  "$(FULL_CURRENT_PATH)"'
set pngname=%gvname:.gv=.png%
set cmd1="C:\Program Files (x86)\Graphviz2.38\bin\dot.exe" -Tpng -o %pngname% %gvname%
call %cmd1%
call %pngname%

2.在notepad++“运行”中添加新命令 输入:"d:\dot.bat" "$(FULL_CURRENT_PATH)" 保存为 dotpng

3.新建1.gv文件,输入内容

4.点击“运行“中的dotpng

5.同1.gv目录生成了1.png文件

----------------------------------- http://www.cnblogs.com/rock_chen/

posted @ 2019-06-07 08:35  I'm CY  阅读(2735)  评论(0)    收藏  举报

刷新页面返回顶部