Skip to content

Commit 6fc0ac0

Browse files
committed
update
1 parent 097c3f7 commit 6fc0ac0

File tree

3 files changed

+16
-122
lines changed

3 files changed

+16
-122
lines changed

_drafts/Others/Windows日志查看工具合集.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,25 @@
33

44
这些工具分为两类,一种是在Windows上模仿Linux的行为,使用类似的命令解决,比如:
55

6-
* tail for Windows: http://www.trisunsoft.com/tail-for-windows.htm
7-
* Tail for Win32: https://sourceforge.net/projects/tailforwin32/
8-
* MinGW: http://www.mingw.org/
9-
* Cygwin: https://www.cygwin.com/
10-
* git自带的tail: https://git-scm.com/
6+
* tail for Windows: <https://www.trisunsoft.com/tail-for-windows.htm>
7+
* Tail for Win32: <https://sourceforge.net/projects/tailforwin32/>
118

129
另外一种就是Windows GUI风格的工具,比如:
1310

14-
* Hoo WinTail: http://www.hootech.com/WinTail/
15-
* BareTail: http://www.baremetalsoft.com/baretail/index.php
16-
* Tail4win: http://www.withdata.com/tail4win/index.html
17-
* LogViewer Pro: http://www.uvviewsoft.com/logviewer/
18-
* Java Log Viewer: https://sourceforge.net/projects/jlogviewer/
19-
* OtrosLogViewer: https://github.com/otros-systems/otroslogviewer
20-
* LogExpert: http://www.log-expert.de/
11+
* Hoo WinTail: <http://www.hootech.com/WinTail/>
12+
* BareTail: <http://www.baremetalsoft.com/baretail/index.php>
13+
* Tail4win: <http://www.withdata.com/tail4win/index.html>
14+
* LogViewer Pro: <http://www.uvviewsoft.com/logviewer/>
15+
* Java Log Viewer: <https://sourceforge.net/projects/jlogviewer/>
16+
* OtrosLogViewer: <https://github.com/otros-systems/otroslogviewer>
17+
* LogExpert: <http://www.log-expert.de/>
2118

2219
其中我选用的是BareTail。
2320

2421
另外介绍几个Java GC日志查看工具:
2522

26-
* GCViewer: https://github.com/chewiebug/GCViewer
27-
* garbagecat: https://github.com/doctau/garbagecat
28-
* gchisto: https://java.net/projects/gchisto
29-
* GCLogViewer: https://github.com/potatofantasy/gclogviewer
30-
* HPjmeter: http://www.hp.com/go/java
23+
* GCViewer: <https://github.com/chewiebug/GCViewer>
24+
* garbagecat: <https://github.com/doctau/garbagecat>
25+
* gchisto: <https://java.net/projects/gchisto>
26+
* GCLogViewer: <https://github.com/potatofantasy/gclogviewer>
27+
* HPjmeter: <http://www.hp.com/go/java>

_drafts/Others/判断一个数是不是2的幂.md

Lines changed: 0 additions & 103 deletions
This file was deleted.

_posts/the-way-of-learning/2015-05-19-C与C++学习之路.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ OpenSSL是一个开放源代码的实现了SSL及相关加密技术的软件包
226226

227227
* MinGW-w64(推荐): <https://www.mingw-w64.org/>
228228
* MinGW-w64下载地址:<https://github.com/niXman/mingw-builds-binaries/releases>
229-
* MinGW: Minimalist GNU for Windows Files, A native Windows port of the GNU Compiler Collection (GCC): <https://sourceforge.net/projects/mingw/>
229+
* ~~MinGW: Minimalist GNU for Windows Files, A native Windows port of the GNU Compiler Collection (GCC): <https://sourceforge.net/projects/mingw/>~~
230230
* cygwin: <http://www.cygwin.com/>
231231
* MSYS2: <https://www.msys2.org/>
232232
* ~~GnuWin: <https://sourceforge.net/projects/getgnuwin32/>~~
@@ -235,7 +235,7 @@ OpenSSL是一个开放源代码的实现了SSL及相关加密技术的软件包
235235
* GTK+与MFC不完全对比: <http://blog.csdn.net/absurd/article/details/1091143>
236236
* 将 MFC 应用程序移植到 Linux: <https://www.ibm.com/developerworks/cn/linux/guitoolkit/l-mfc/index.html>
237237
* Enabling string conversion functions in MinGW: <http://tehsausage.com/mingw-to-string>
238-
* TDM-GCC: <https://jmeubank.github.io/tdm-gcc/>
238+
* ~~TDM-GCC: <https://jmeubank.github.io/tdm-gcc/>~~
239239

240240
## C++近场通讯开发
241241

0 commit comments

Comments
 (0)