<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tips - 标签 - Windvalley</title><link>https://windvalley.github.io/tags/tips/</link><description>Tips - 标签 - Windvalley</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>levinwang6@gmail.com (windvalley)</managingEditor><webMaster>levinwang6@gmail.com (windvalley)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Tue, 08 Mar 2022 10:54:53 +0800</lastBuildDate><atom:link href="https://windvalley.github.io/tags/tips/" rel="self" type="application/rss+xml"/><item><title>使用Markdown编写漂亮的文档</title><link>https://windvalley.github.io/markdown-cheatsheet/</link><pubDate>Tue, 08 Mar 2022 10:54:53 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/markdown-cheatsheet/</guid><description><![CDATA[字符串高亮 1 2 3 4 5 I need to highlight these ==very important words==. 或 I need to highlight these &lt;mark&gt;very important words&lt;/mark&gt;. I need to highlight these very important words. 粗体字和斜体字 1 2 3 **bold text** *italicized text* This text is ***really important***. bold text italicized text This text is really important. 删除线 1 ~~The world is]]></description></item><item><title>OpenResty编程tips</title><link>https://windvalley.github.io/openresty-tips/</link><pubDate>Sun, 28 Apr 2019 11:58:13 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/openresty-tips/</guid><description>Lua 中定义和调用函数时点号和冒号的区别 定义table中的函数时和调用table中的函数时, 冒号:和点号.的区别是什么. 定义 function 1 2 3 4 5 6 7 8 9</description></item><item><title>实现Mac开机自动启动指定服务</title><link>https://windvalley.github.io/mac-onlogin/</link><pubDate>Sat, 09 Jun 2018 15:35:44 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/mac-onlogin/</guid><description>本文主要讲的是 macOS 重新启动后, 自动运行我们指定的服务, 实现开机自启动. 比如我们要实现让 hugo 本地 sever 开机自启动. macOS 的开机自启说明文档参考: man launchd 创建并</description></item><item><title>Linux命令行编辑快捷键</title><link>https://windvalley.github.io/linux-command-edit-tips/</link><pubDate>Sun, 20 Dec 2009 11:18:29 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/linux-command-edit-tips/</guid><description>命令行的光标移动 ctrl+b: 向左移动一个字符. ctrl+f: 向右移动一个字符. esc+b: 向左移动一个单词, 注意, 每移动一次都需要重新按esc键. esc+f: 向右移动一个单词, 注意,</description></item></channel></rss>