<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>望辰技术站</title>
    <link>https://luck78.com/</link>
    <description>Recent content on 望辰技术站</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <copyright>Luck78.com</copyright>
    <lastBuildDate>Fri, 26 Mar 2021 13:46:27 +0800</lastBuildDate><atom:link href="https://luck78.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hugo快速建站</title>
      <link>https://luck78.com/post/hugo-quick-start/</link>
      <pubDate>Fri, 26 Mar 2021 13:46:27 +0800</pubDate>
      
      <guid>https://luck78.com/post/hugo-quick-start/</guid>
      <description>Hugo简介 Hugo是一种用Go语言编写的快速，现代化的静态网站生成器，旨在让网站创建再次变得有趣。 Hugo是一个通用的网站框架。从技术上讲</description>
    </item>
    
    <item>
      <title>第一个网站</title>
      <link>https://luck78.com/post/first-website/</link>
      <pubDate>Tue, 09 Feb 2021 20:32:42 +0800</pubDate>
      
      <guid>https://luck78.com/post/first-website/</guid>
      <description>经过1个多月备案的折腾，我的第一个网站正式发布。 网站将坚持实用为主，定位于解决实际问题，为大家提供一点实用价值。 网站网址是 https://embed6.com 该站定位于为大家</description>
    </item>
    
    <item>
      <title>vite&#43;vue3&#43;typescript&#43;element-plus起步</title>
      <link>https://luck78.com/post/vue3-vite-element-plus-start/</link>
      <pubDate>Fri, 22 Jan 2021 10:03:51 +0800</pubDate>
      
      <guid>https://luck78.com/post/vue3-vite-element-plus-start/</guid>
      <description>vue3出来已经有一段时间了，vite2.0也到了beta版本了，现在做一个vite+vue3+ts的起步教程。同时加入element-pl</description>
    </item>
    
    <item>
      <title>MarkDown(MD)格式参考学习</title>
      <link>https://luck78.com/post/md-reference/</link>
      <pubDate>Mon, 18 Jan 2021 13:38:15 +0800</pubDate>
      
      <guid>https://luck78.com/post/md-reference/</guid>
      <description>背景 一直用MD写文档和资料，偶尔还会忘记一些语法，因此，写一篇文档作为记录 markdown文件一般文件类型为.md，它是一种常用编写语法,是</description>
    </item>
    
    <item>
      <title>Conda常用命令</title>
      <link>https://luck78.com/post/conda-cmd/</link>
      <pubDate>Fri, 15 Jan 2021 10:03:51 +0800</pubDate>
      
      <guid>https://luck78.com/post/conda-cmd/</guid>
      <description>在做一些AI应用时，过段时间就经常忘记conda的一些安装命令。现在整理列出来供后续查看。 虚拟环境管理 1 2 3 4 5 conda activate xxxx //开启xxxx环境 conda</description>
    </item>
    
    <item>
      <title>Hugo主题宽屏设置</title>
      <link>https://luck78.com/post/hugo-theme-even-widescreen/</link>
      <pubDate>Sun, 10 Jan 2021 15:53:41 +0800</pubDate>
      
      <guid>https://luck78.com/post/hugo-theme-even-widescreen/</guid>
      <description>hugo大部分blog主题的内容宽度是800px，现在屏幕分辨率都很高，屏幕尺寸也很大，800px内容宽度显得特别窄，看起来特别小气。 我用的</description>
    </item>
    
    <item>
      <title>Golang init 初始化函数trace跟踪</title>
      <link>https://luck78.com/post/golang-inittrace/</link>
      <pubDate>Sun, 10 Jan 2021 14:50:54 +0800</pubDate>
      
      <guid>https://luck78.com/post/golang-inittrace/</guid>
      <description>使用场景 经常要查看Golang程序的初始化启动过程，即查看各个init函数的运行先后顺序。需要Debug出相关信息。 版本支持 必须大于等于Go</description>
    </item>
    
    <item>
      <title>Linux(centos等)端口占用查询</title>
      <link>https://luck78.com/post/linux-port-used/</link>
      <pubDate>Thu, 07 Jan 2021 16:58:02 +0800</pubDate>
      
      <guid>https://luck78.com/post/linux-port-used/</guid>
      <description>在很多时候我们要查看centos等Linux系统下各个端口被占用的情况。 在终端下使用命令netstat 1 netstat -tunlp 参数含义如下： -t 仅显示tcp相关</description>
    </item>
    
    <item>
      <title>密码管理</title>
      <link>https://luck78.com/post/password-keep/</link>
      <pubDate>Wed, 06 Jan 2021 18:51:41 +0800</pubDate>
      
      <guid>https://luck78.com/post/password-keep/</guid>
      <description>在平时网络生活中，账号密码数量随着时间越来越多。时间一长，经常会发现忘记账号密码，关键时刻十分尴尬。 因此，我们平时都会找地方记下密码。我是用</description>
    </item>
    
    <item>
      <title>又一次说：你好，世界！</title>
      <link>https://luck78.com/post/hello-world-again/</link>
      <pubDate>Tue, 05 Jan 2021 21:51:41 +0800</pubDate>
      
      <guid>https://luck78.com/post/hello-world-again/</guid>
      <description>近几年因读博淡出网络好久了，我的水平实在太菜，快6年了，最近终于要接近尾声了，所以有时间整理思绪，要考虑一下未来的发展方向。 搞理工科还是喜欢</description>
    </item>
    
    <item>
      <title>关于</title>
      <link>https://luck78.com/about/</link>
      <pubDate>Tue, 05 Jan 2021 21:38:52 +0800</pubDate>
      
      <guid>https://luck78.com/about/</guid>
      <description>源起 想为自己本时开发时一些的要点做一些记录，本想开个博客，怕自己坚持不下去，干脆自己建个网站。一方面写写一些想法，另一方面做一些笔记记录，方</description>
    </item>
    
    <item>
      <title>Search</title>
      <link>https://luck78.com/search/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://luck78.com/search/</guid>
      <description></description>
    </item>
    
  </channel>
</rss>
