<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>My New Hugo Project</title><link>http://0987654.xyz/</link><description>Recent content on My New Hugo Project</description><generator>Hugo</generator><language>zh-hans</language><lastBuildDate>Sun, 14 Jan 2024 07:07:07 +0100</lastBuildDate><atom:link href="http://0987654.xyz/index.xml" rel="self" type="application/rss+xml"/><item><title>My First Post</title><link>http://0987654.xyz/posts/my-first-post/</link><pubDate>Sun, 14 Jan 2024 07:07:07 +0100</pubDate><guid>http://0987654.xyz/posts/my-first-post/</guid><description>&lt;h1 id="introduction"&gt;introduction&lt;/h1&gt;
&lt;p&gt;This is &lt;strong&gt;bold&lt;/strong&gt; text, and this is &lt;em&gt;emphasized&lt;/em&gt; text.&lt;/p&gt;
&lt;p&gt;Visit the &lt;a href="gohugo.io"&gt;Hugo&lt;/a&gt; website!&lt;/p&gt;</description></item><item><title>记录一些好玩的空间类解谜游戏</title><link>http://0987654.xyz/posts/1/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://0987654.xyz/posts/1/</guid><description>&lt;p&gt;1.prune&lt;/p&gt;
&lt;p&gt;貌似微软商店搜不到了&lt;/p&gt;
&lt;p&gt;2.纪念碑谷&lt;/p&gt;
&lt;p&gt;2的话epic送过&lt;/p&gt;
&lt;p&gt;3.多重花园&lt;/p&gt;
&lt;p&gt;中国台服价格比国服还低？（史低&lt;/p&gt;</description></item><item><title>一些常用的Csharp指令笔记</title><link>http://0987654.xyz/posts/2/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://0987654.xyz/posts/2/</guid><description>&lt;p&gt;1.使用dotnet创建gui&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;dotnet new winforms -n HelloGui

cd HelloGui

code .
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;一些其他类型的：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;控制台 dotnet new console -n xxx&lt;/li&gt;
&lt;li&gt;类库 dotnet new classlib -n xxx&lt;/li&gt;
&lt;li&gt;空Web dotnet new web -n xxx&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;2.运行：
在vscode中按下三角，或者按F5(习惯）&lt;/p&gt;
&lt;p&gt;在命令行cd进项目，输入dotnet run&lt;/p&gt;</description></item></channel></rss>