Blog


  • 首页

  • 关于

  • 标签

  • 分类

  • 归档

利用Doxygen生成UML

发表于 2018-01-02 | 分类于 工具
通过doxygen生成文档,文档中包含类的UML图。 执行doxygen -g,生成Doxyfile 1doxygen -g 修改Doxyfile,添加如下 12345678910111213CLASS_DIAGRAMS = YESCLASS_GRAPH = YESCOLLABORATION_GRAPH = YESDOT_GRAPH_MAX_NODES = 100DOT_TRANSPARENT = YESEXTRACT_ALL = YESHAVE_DOT = YESHIDE_UNDOC_RELATION ...
阅读全文 »

Marddown转换PDF,同时生成目录

发表于 2017-12-25 | 分类于 工具
编辑markdown,采用内置的转换保存成html 修改html的table tr css,解决html转pdf的table的分页问题. 12page-break-inside: avoid !important;margin: 4px 0 4px 0; html转pdf 12wkhtmltopdf --dpi 300 --disable-smart-shrinking --print-media-type SONiC.html SONiC.pdfwkhtmltopdf --print-media-type --margin-top 10mm --margin-bottom 10m ...
阅读全文 »

OSPF学习笔记

发表于 2017-11-22 | 分类于 OSPF
OSPF总览ospf是一个内部网关协议,通过在邻居交换LSA,形成邻接,并通过LSDB采用spf算法(Dijistra)计算最短路由。 Link state是ospf邻居间的可达信息。 邻居状态 Down Init Two-way Exchange Loading Full Down hello---> Init Loading lsr----> Full 邻居类型 broadcast dr/bdr选举 p2p 区域 backbone normal stub nssa 虚链路
阅读全文 »

Debian降级

发表于 2017-11-21 | 分类于 工具
Essentials (3-step):(If much of your system is of a higher version, you’ll want to be careful downgrading. See especially format changes (data and personal config files) Remove all references to sid or unstable in your /etc/apt/sources.list by deleting, replacing, or commenting out. Ensure sources. ...
阅读全文 »

Docker in Docker

发表于 2017-11-20 | 分类于 工具
Dockfile如下 1234567891011121314151617181920FROM debian:jessieRUN apt-get update && apt-get -y install build-essential \ apt-transport-https \ ca-certificates \ curl \ gnupg2 \ lsb-release \ software-properties-commonRUN curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux ...
阅读全文 »

Latex刷新宏数据库

发表于 2017-10-13 | 分类于 工具
scons编译文档,提示缺少subconfigure.sty。 下载subfigure.stywget http://www.tug.org.in/tutorial/src/subfigure.sty放到/usr/share/texlive/texmf-dist/tex/latex/base/sudo cp subfigure.sty /usr/share/texlive/texmf-dist/tex/latex/base/ 刷新宏数据库mktexlsr chenhu@host-b:~/xorp.ct/docs$ sudo mktexlsrmktexlsr: Updating /usr/loc ...
阅读全文 »

关键对话练习表

发表于 2017-07-30 | 分类于 读书笔记
关键对话练习表 对话原则对话技巧关键问题从“心”开始关注你的真正目的拒绝做出“傻瓜式选择”我让你感觉自己的目的是什么我的真正目的是什么 关于自己的 关于他人的 关于我们之间关系的怎样做才能实现这些真正目的我不希望怎样怎样才能真正的实现希望的目的,避免不希望实现的目的注意观察关注交谈何时会变成关键对话关注安全问题关注你的压力应对方式我正在陷入沉默或者暴力状态吗对方正在陷入沉默或暴力状态吗保证安全在必要的时候道歉利用对比法消除误解利用四步法创建共同目的安全感为什么会出现危机我的真正目的是什么 我是否建立了共同目标* 我是否保持了彼此尊重怎样做才能重建安全感控制想法行为模式回顾区分事实和想法留意 ...
阅读全文 »

TCP FLAGS

发表于 2017-07-28 | 分类于 网络
Normal TCP Flag combination SYN, SYN ACK, and ACK are used during the three-way handshake which establishes a TCP connection. Except for the initial SYN packet, every packet in a connection must have the ACK bit set. FIN ACK and ACK are used during the graceful teardown of an existing connection. ...
阅读全文 »

Sdrop Wireshark Lua Plugin

发表于 2017-04-11 | 分类于 工具
exported packet payload format 1234567891011121314151617<?xml version="1.0" encoding="ISO-8859-1"?><dropPacket> <model version="1.0" author="ConnetOS"/> <metaData> <ingressPhysicalPort>te-1/1/1</ingressPhysicalPort> <egressPhysicalPort>N ...
阅读全文 »

网络中存在的hash问题的场景

发表于 2017-03-28 | 分类于 网络
一致性hash链路断裂恢复后,应和之前一样。 二次hash 解决hash极化解决在底层hash的时候可能出现不均衡 对称hash双向流hash到同一条路劲
阅读全文 »
1234

ironjosh

34 日志
15 分类
37 标签
GitHub E-Mail Google
© 2020 ironjosh
由 Hexo 强力驱动
|
主题 — NexT.Gemini v5.1.4