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

推荐订阅源

G
Google Developers Blog
D
Docker
Stack Overflow Blog
Stack Overflow Blog
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
H
Help Net Security
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
L
LangChain Blog
MongoDB | Blog
MongoDB | Blog
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
S
SegmentFault 最新的问题
博客园 - 司徒正美
C
Check Point Blog
B
Blog
Y
Y Combinator Blog
Microsoft Azure Blog
Microsoft Azure Blog
P
Proofpoint News Feed
F
Fortinet All Blogs
美团技术团队
D
DataBreaches.Net

博客园 - 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)    收藏  举报

刷新页面返回顶部