<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>年计划 &#8211; 李辉 / Grey Li</title>
	<atom:link href="https://greyli.com/tag/%E5%B9%B4%E8%AE%A1%E5%88%92/feed/" rel="self" type="application/rss+xml" />
	<link>https://greyli.com</link>
	<description>一个编程和写作爱好者的在线记事本</description>
	<lastBuildDate>Thu, 06 Nov 2025 11:36:11 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.26</generator>

<image>
	<url>https://greyli.com/wp-content/uploads/2025/03/avatar-500-compressed-144x144.jpg</url>
	<title>年计划 &#8211; 李辉 / Grey Li</title>
	<link>https://greyli.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>2017 年总结</title>
		<link>https://greyli.com/2017-summary/</link>
		<comments>https://greyli.com/2017-summary/#respond</comments>
		<pubDate>Mon, 02 Jul 2018 03:50:17 +0000</pubDate>
		<dc:creator><![CDATA[李辉]]></dc:creator>
				<category><![CDATA[计划与总结]]></category>
		<category><![CDATA[2017]]></category>
		<category><![CDATA[年总结]]></category>
		<category><![CDATA[年计划]]></category>

		<guid isPermaLink="false">http://greyli.com/?p=1513</guid>
		<description><![CDATA[因为写书的事情忙的晕头转向，以至于这篇2017年总结到现在才写。2017年是个特别的一年，基本上全年都待在家里 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>因为写书的事情忙的晕头转向，以至于这篇2017年总结到现在才写。2017年是个特别的一年，基本上全年都待在家里，全职写作<a href="https://zhuanlan.zhihu.com/p/29907260">《Flask Web开发实战》</a>这本书。</p>
<h2>编程</h2>
<h3>开源贡献</h3>
<p>为多个开源项目贡献了代码，不过大部分都是在对文档进行修补和更新，有时间会写一篇文章来总结一下。</p>
<div id="attachment_1515" style="width: 773px" class="wp-caption aligncenter"><a href="http://greyli.com/wp-content/uploads/2018/07/2017-github-1.png" rel="attachment wp-att-1515"><img class="size-full wp-image-1515" src="http://greyli.com/wp-content/uploads/2018/07/2017-github-1.png" alt="2017 Contributions 情况" width="763" height="222" srcset="https://greyli.com/wp-content/uploads/2018/07/2017-github-1.png 763w, https://greyli.com/wp-content/uploads/2018/07/2017-github-1-150x44.png 150w, https://greyli.com/wp-content/uploads/2018/07/2017-github-1-300x87.png 300w, https://greyli.com/wp-content/uploads/2018/07/2017-github-1-624x182.png 624w" sizes="(max-width: 763px) 100vw, 763px" /></a><p class="wp-caption-text">2017 Contributions 情况</p></div>
<h3>Web程序</h3>
<p>花费较多时间编写了书里的几个示例程序，除了<a href="https://github.com/greyli/helloflask">一堆简单的示例程序</a>，相对完善的程序包括留言板、个人博客、图片社交网站、待办事项程序、聊天室（这几个程序的介绍可以在<a href="https://zhuanlan.zhihu.com/p/38342129">这篇文章</a>看到）。</p>
<h3>Flask扩展</h3>
<p>随书衍生了几个扩展，除了作为扩展编写示例的<a href="https://github.com/greyli/flask-share">Flask-Share</a>，其他的扩展分别是：集成Dropzone.js（文件上传处理）的<a href="https://github.com/greyli/flask-dropzone">Flask-Dropzone</a>、集成CKEditor（富文本编辑器）的<a href="https://github.com/greyli/flask-ckeditor">Flask-CKEditor</a>、集成Bootstrap并旨在替代缺乏维护的Flask-Bootstrap的<a href="https://github.com/greyli/bootstrap-flask">Bootstrap-Flask</a>以及提供各种头像处理功能的<a href="https://github.com/greyli/flask-avatars">Flask-Avatars</a>。</p>
<h2>写作</h2>
<h3>在Stack Overflow上答题</h3>
<p>写了大约<a href="https://stackoverflow.com/users/5511849/grey-li">50个答案</a>，Reputation由535上升到1300左右。</p>
<div id="attachment_1516" style="width: 456px" class="wp-caption aligncenter"><a href="http://greyli.com/wp-content/uploads/2018/07/rep-2017.png" rel="attachment wp-att-1516"><img class="size-full wp-image-1516" src="http://greyli.com/wp-content/uploads/2018/07/rep-2017.png" alt="2017 Reputation情况" width="446" height="228" srcset="https://greyli.com/wp-content/uploads/2018/07/rep-2017.png 446w, https://greyli.com/wp-content/uploads/2018/07/rep-2017-150x77.png 150w, https://greyli.com/wp-content/uploads/2018/07/rep-2017-300x153.png 300w" sizes="(max-width: 446px) 100vw, 446px" /></a><p class="wp-caption-text">2017 Reputation情况</p></div>
<h3>知乎专栏Hello, Flask!</h3>
<p><a href="https://zhuanlan.zhihu.com/flask">知乎专栏Hello, Flask!</a>只在年初写了几篇文章，2月后就没有更新，不过专栏关注人数由2016年的2500上升到6000。</p>
<h3>写作《Flask Web开发实战》</h3>
<p>从3月开始写作，原计划10月份结束的<a href="https://zhuanlan.zhihu.com/p/29907260">《Flask Web开发实战》</a>，一直到2017年末都没有结束（仅仅完成了初稿）。</p>
<h2>阅读和其他</h2>
<p>这一年没有真正意义上的读书，只翻阅了几本写作过程中用到的技术书。</p>
<p>这一年的生活方式因为这本书的写作而完全改变，有时间会写一篇文章来总结这本书的写作过程。虽然没有进行时间统计，但这一年大部分时间都在进行Flask书的写作和相关编程工作。同样因为这本书的写作，大部分的2017年计划都直接移动到2018年计划中了。</p>
]]></content:encoded>
			<wfw:commentRss>https://greyli.com/2017-summary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
