-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
81 lines (67 loc) · 5.26 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>SharetownBlog</title>
<link>https://sharetown.github.io/</link>
<description>Recent content on SharetownBlog</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-cn</language>
<lastBuildDate>Tue, 06 Dec 2022 22:07:25 +0800</lastBuildDate><atom:link href="https://sharetown.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Go Web</title>
<link>https://sharetown.github.io/posts/go-web/</link>
<pubDate>Tue, 06 Dec 2022 22:07:25 +0800</pubDate>
<guid>https://sharetown.github.io/posts/go-web/</guid>
<description>Go语言Web # [TOC]</description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://sharetown.github.io/posts/go-web/featured.jpg" />
</item>
<item>
<title> Go语言资源合集</title>
<link>https://sharetown.github.io/posts/go%E8%AF%AD%E8%A8%80%E8%B5%84%E6%BA%90%E5%90%88%E9%9B%86/</link>
<pubDate>Sun, 27 Nov 2022 21:17:25 +0800</pubDate>
<guid>https://sharetown.github.io/posts/go%E8%AF%AD%E8%A8%80%E8%B5%84%E6%BA%90%E5%90%88%E9%9B%86/</guid>
<description>Golang资源合集 # 下面包含了golang技术栈中会涉及的各种资源,持续更新中!</description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://sharetown.github.io/posts/go%E8%AF%AD%E8%A8%80%E8%B5%84%E6%BA%90%E5%90%88%E9%9B%86/featured.png" />
</item>
<item>
<title>关于我</title>
<link>https://sharetown.github.io/about/</link>
<pubDate>Sat, 29 Oct 2022 10:14:57 +0800</pubDate>
<guid>https://sharetown.github.io/about/</guid>
<description>博主的社会阅历太少且没什么看点,履历暂无或不愿公布,暂无法查看</description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://sharetown.github.io/about/featured.jpg" />
</item>
<item>
<title>EChats组件的使用</title>
<link>https://sharetown.github.io/posts/echats%E7%BB%84%E4%BB%B6%E7%9A%84%E4%BD%BF%E7%94%A8/</link>
<pubDate>Wed, 26 Oct 2022 22:26:23 +0800</pubDate>
<guid>https://sharetown.github.io/posts/echats%E7%BB%84%E4%BB%B6%E7%9A%84%E4%BD%BF%E7%94%A8/</guid>
<description>Echats插件的使用 # 一、什么是Echats? # ECharts 是一个使用 JavaScript 实现的开源可视化库,涵盖各行业图表,满足各种需求。</description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://sharetown.github.io/posts/echats%E7%BB%84%E4%BB%B6%E7%9A%84%E4%BD%BF%E7%94%A8/featured.jpg" />
</item>
<item>
<title>线性回归及非线性回归</title>
<link>https://sharetown.github.io/posts/%E7%BA%BF%E6%80%A7%E5%9B%9E%E5%BD%92%E5%8F%8A%E9%9D%9E%E7%BA%BF%E6%80%A7%E5%9B%9E%E5%BD%92/</link>
<pubDate>Wed, 26 Oct 2022 22:14:25 +0800</pubDate>
<guid>https://sharetown.github.io/posts/%E7%BA%BF%E6%80%A7%E5%9B%9E%E5%BD%92%E5%8F%8A%E9%9D%9E%E7%BA%BF%E6%80%A7%E5%9B%9E%E5%BD%92/</guid>
<description>线性还是非线性是要根据分析的目标来决定的,在线性回归和非线性回归中,我们需要求解的是模型参数,因而,线性与非线性描述的是函数模型与模型参数之间的关系,而非因变量与自变量之间的关系</description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://sharetown.github.io/posts/%E7%BA%BF%E6%80%A7%E5%9B%9E%E5%BD%92%E5%8F%8A%E9%9D%9E%E7%BA%BF%E6%80%A7%E5%9B%9E%E5%BD%92/featured.jpg" />
</item>
<item>
<title>Numpy的简单入门</title>
<link>https://sharetown.github.io/posts/numpy%E7%9A%84%E7%AE%80%E5%8D%95%E5%85%A5%E9%97%A8/</link>
<pubDate>Wed, 26 Oct 2022 21:58:57 +0800</pubDate>
<guid>https://sharetown.github.io/posts/numpy%E7%9A%84%E7%AE%80%E5%8D%95%E5%85%A5%E9%97%A8/</guid>
<description>NumPy是一个功能强大的Python库,主要用于对多维数组执行计算。NumPy这个词来源于两个单词&ndash; Numerical和Python。NumPy提供了大量的库函数和操作,可以帮助程序员轻松地进行数值计算。这类数值计算广泛用于以下任务:</description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://sharetown.github.io/posts/numpy%E7%9A%84%E7%AE%80%E5%8D%95%E5%85%A5%E9%97%A8/featured.jpg" />
</item>
<item>
<title>如何使用Hugo引用Blowfish主题创建一个唯美的博客</title>
<link>https://sharetown.github.io/posts/hi/</link>
<pubDate>Tue, 25 Oct 2022 21:25:00 +0800</pubDate>
<guid>https://sharetown.github.io/posts/hi/</guid>
<description>Hugo是Go编写的静态网站生成器,速度快,易用,可配置。Hugo 有一个内容和模板目录,把他们渲染到完全的HTML网站。Hugo非常适合博客,文档等等网站的生成。Hugo依赖于Markdown文件,元数据字体。用户可以从任意的目录中运行 Hugo,支持共享主机和其他系统。</description>
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://sharetown.github.io/posts/hi/featured.jpg" />
</item>
</channel>
</rss>