摘要:
(转)使用graphviz绘制流程图 - CoolJie - 博客园 阅读全文
posted @ 2016-03-19 13:07
lexus
阅读(375)
评论(0)
推荐(0)
|
摘要:
(转)使用graphviz绘制流程图 - CoolJie - 博客园 阅读全文
posted @ 2016-03-19 13:07
lexus
阅读(375)
评论(0)
推荐(0)
摘要:
使用 Graphviz 生成自动化系统图 阅读全文
posted @ 2016-03-19 11:13
lexus
阅读(223)
评论(0)
推荐(0)
摘要:
程序员的绘图利器 — Graphviz - zhangskd的专栏 - 博客频道 - CSDN.NET 阅读全文
posted @ 2016-03-19 11:11
lexus
阅读(268)
评论(0)
推荐(0)
摘要:
绘图工具graphviz学习使用 - 推酷 阅读全文
posted @ 2016-03-19 11:10
lexus
阅读(320)
评论(0)
推荐(0)
摘要:
Git Book 中文版 - Git的撤消操作 - 重置, 签出 和 撤消Git的撤消操作 - 重置, 签出 和 撤消Git提供了多种修复你开发过程中的错误的方法. 方法的选择取决于你的情况: 包含有错误的文件是否提交了(commited); 如果你把它已经提交了, 那么你是否把有错误的提交已与其它人共享这也很重要.修复未提交文件中的错误(重置)如果你现在的工作目录(work tree)里搞的一团... 阅读全文
posted @ 2016-03-19 00:10
lexus
阅读(204)
评论(0)
推荐(0)
摘要:
[git] 更新到某个指定版本 - Vanquisher - 博客频道 - CSDN.NET [git] 更新到某个指定版本 2015-09-06 09:30 527人阅读 评论(0) 收藏 举报 分类: ProjectManage(1) 作者同类文章X 版权声明:本文为博主原创文章,未经博主允许不得转载。 比如: repo forall -... 阅读全文
posted @ 2016-03-19 00:09
lexus
阅读(1289)
评论(0)
推荐(0)
摘要:
Maven简介(一)——Maven的安装和settings.xml的配置 - 好好学习,天天向上 - ITeye技术网站 阅读全文
posted @ 2016-03-18 16:15
lexus
阅读(182)
评论(0)
推荐(0)
摘要:
Django settings — Django 1.6 documentationexport DJANGO_SETTINGS_MODULE=mysite.settingsdjango-admin.py runserverExample (Windows shell):set DJANGO_SETTINGS_MODULE=mysite.settingsdjango-admin.py runser... 阅读全文
posted @ 2016-03-18 13:04
lexus
阅读(265)
评论(0)
推荐(0)
摘要:
Standalone Django scriptsDJANGO_SETTINGS_MODULE=foo.settings 阅读全文
posted @ 2016-03-18 12:54
lexus
阅读(174)
评论(0)
推荐(0)
摘要:
python 在不同层级目录import 模块的方法-andersonyan-ChinaUnix博客 阅读全文
posted @ 2016-03-18 12:28
lexus
阅读(303)
评论(0)
推荐(0)
摘要:
TCL/Expect交互式自动化测试概要 - - ITeye技术网站expect是一种基于TCL,能与交互式程序进行“可程序化”会话的脚本语言,是一种可以提供“分支和嵌套结构”来引导程序流程的解释型脚本语言。 expect由一系列expect-send对组成:expect等待输出中输出特定的字符,然后发送特定的响应。 安装expect:sudo apt-get install expect exp... 阅读全文
posted @ 2016-03-17 17:09
lexus
阅读(559)
评论(0)
推荐(0)
摘要:
linux - 怎么自动填写有交互的shell脚本 - SegmentFaultTCL/Expect交互式自动化测试概要 - - ITeye技术网站expect是一种基于TCL,能与交互式程序进行“可程序化”会话的脚本语言,是一种可以提供“分支和嵌套结构”来引导程序流程的解释型脚本语言。 expect由一系列expect-send对组成:expect等待输出中输出特定的字符,然后发送特定的响应。 ... 阅读全文
posted @ 2016-03-17 17:09
lexus
阅读(3298)
评论(0)
推荐(0)
摘要:
linux - 怎么自动填写有交互的shell脚本 - SegmentFault 阅读全文
posted @ 2016-03-17 17:07
lexus
阅读(166)
评论(0)
推荐(0)
摘要:
linux - 怎么自动填写有交互的shell脚本 - SegmentFault 阅读全文
posted @ 2016-03-17 17:07
lexus
阅读(243)
评论(0)
推荐(0)
摘要:
linux - 怎么自动填写有交互的shell脚本 - SegmentFault 阅读全文
posted @ 2016-03-17 17:07
lexus
阅读(255)
评论(0)
推荐(0)
摘要:
linux - 怎么自动填写有交互的shell脚本 - SegmentFault 阅读全文
posted @ 2016-03-17 17:07
lexus
阅读(166)
评论(0)
推荐(0)
摘要:
Cola:一个分布式爬虫框架 - 残阳似血的博客 阅读全文
posted @ 2016-03-17 13:28
lexus
阅读(425)
评论(0)
推荐(0)
摘要:
MichaelBoselowitz/pygit2-examples: Examples of some "porcelain" git commands implemented with python bindings (pygit2) to the libgit2 library. 阅读全文
posted @ 2016-03-17 13:27
lexus
阅读(268)
评论(0)
推荐(0)
摘要:
Installation — pygit2 0.24.0 documentationPython 2.7, 3.2+ or PyPy 2.6+ (including the development headers)Libgit2 v0.23.xcffi 1.0+sixtox (optional) 阅读全文
posted @ 2016-03-17 12:45
lexus
阅读(321)
评论(0)
推荐(0)
|