文章预览
Jekyll uses Rouge by default for syntax highlighting, here are some tests. Ruby: {% highlight ruby %} def print\_hi(name) puts "Hi, #{name}" end print\_hi('Tom') => prints 'Hi…
文章
标签
喜欢
共找到 4 篇相关文章
文章预览
Jekyll uses Rouge by default for syntax highlighting, here are some tests. Ruby: {% highlight ruby %} def print\_hi(name) puts "Hi, #{name}" end print\_hi('Tom') => prints 'Hi…
文章预览
I have some text. I want some *italics*. I want some **bold**. this is heading 1 ================= this is heading 2 ----------------- ### this is heading 3 you want a…
文章预览
Sorry不是所有的资源都开放,有些是私人用的也被列出来了。 这里是一些有用的链接 ---------- | 链接 | 说明| | | | | [导航](https://www.terrychan.org/index/) | python使用说明 | | [Webio](https://www.terrychan.org/webio/) | Web…
文章预览
To write unit tests for Python functions, you can use the built-in `unittest` module or a third-party framework like `pytest`. Here's an example using `unittest`: 1. Import the …