0%

非调试环境下出现系统死机,根据打印信息分析 BackTrace 以分析问题

  • 了解栈信息
  • 反汇编计算栈帧
  • 根据指针获取源码信息

以 arm 芯片为例,记录一种思路

Read more »

将 Markdown 转换为幻灯片

  • landslide Generate HTML5 slideshows from markdown, ReST, or textile
  • Marp Marp is the ecosystem to write your presentation with plain Markdown.
  • Pandoc
  • hacker-slides You can write markdown on the left, and preview your presentation on the right.

使用 Pandoc 和 Reveal.js 幻灯片演示框架将 Markdown 转换为幻灯片

Read more »

了解正则表达式标准,各个之间存在一些差异

  • BRE (Basic Regular Expressions)
  • ERE (Extended Regular Expressions)
  • PCRE (Perl Compatible Regular Expressions)
Read more »