forked from qiubaiying/qiubaiying.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
66 lines (63 loc) · 4.09 KB
/
atom.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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>https://jamyiz.github.io</id>
<title>未来代码研究所</title>
<updated>2020-05-13T13:39:09.950Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<link rel="alternate" href="https://jamyiz.github.io"/>
<link rel="self" href="https://jamyiz.github.io/atom.xml"/>
<subtitle>温故而知新</subtitle>
<logo>https://jamyiz.github.io/images/avatar.png</logo>
<icon>https://jamyiz.github.io/favicon.ico</icon>
<rights>All rights reserved 2020, 未来代码研究所</rights>
<entry>
<title type="html"><![CDATA[CSV文件的导入 问题解决]]></title>
<id>https://jamyiz.github.io/post/csv-wen-jian-de-dao-ru-wen-ti-jie-jue/</id>
<link href="https://jamyiz.github.io/post/csv-wen-jian-de-dao-ru-wen-ti-jie-jue/">
</link>
<updated>2020-05-09T03:09:50.000Z</updated>
<content type="html"><![CDATA[<p>如果在数据库中导入CSV文件数据时报错,应按照以下步骤检查:</p>
<pre><code>1. 如果所有CSV文件都无法导入,因检查
a. 是否外键配置错误
b. 是否导入表的顺序错误,因为有的表使用了外键,如果数据库查询不到该外键会报错。
2. CSV导入后乱码
a. 将csv用记事本打开,并确认其编码格式为 UTF-8,如果不是请将其更改后保存。
b. 确保格式符合sql的导入规则。
3. 如果由于CSV文件中有日期列导致无法导入,需将CSV的日期格式进行调整。因为 mysql 只能辨识 XXXX-XX-XX 0:00 格式的日期。
4. 最稳妥的方法,使用代码导入表,因为在导入过程中会自动转换格式,减少错误概率,并且这样导入是最高效的。
</code></pre>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Hello Gridea]]></title>
<id>https://jamyiz.github.io/post/hello-gridea/</id>
<link href="https://jamyiz.github.io/post/hello-gridea/">
</link>
<updated>2018-12-11T16:00:00.000Z</updated>
<summary type="html"><![CDATA[<p>👏 欢迎使用 <strong>Gridea</strong> !<br>
✍️ <strong>Gridea</strong> 一个静态博客写作客户端。你可以用它来记录你的生活、心情、知识、笔记、创意... ...</p>
]]></summary>
<content type="html"><![CDATA[<p>👏 欢迎使用 <strong>Gridea</strong> !<br>
✍️ <strong>Gridea</strong> 一个静态博客写作客户端。你可以用它来记录你的生活、心情、知识、笔记、创意... ...</p>
<!-- more -->
<p><a href="https://github.com/getgridea/gridea">Github</a><br>
<a href="https://gridea.dev/">Gridea 主页</a><br>
<a href="http://fehey.com/">示例网站</a></p>
<h2 id="特性">特性👇</h2>
<p>📝 你可以使用最酷的 <strong>Markdown</strong> 语法,进行快速创作</p>
<p>🌉 你可以给文章配上精美的封面图和在文章任意位置插入图片</p>
<p>🏷️ 你可以对文章进行标签分组</p>
<p>📋 你可以自定义菜单,甚至可以创建外部链接菜单</p>
<p>💻 你可以在 <strong>Windows</strong>,<strong>MacOS</strong> 或 <strong>Linux</strong> 设备上使用此客户端</p>
<p>🌎 你可以使用 <strong>𝖦𝗂𝗍𝗁𝗎𝖻 𝖯𝖺𝗀𝖾𝗌</strong> 或 <strong>Coding Pages</strong> 向世界展示,未来将支持更多平台</p>
<p>💬 你可以进行简单的配置,接入 <a href="https://github.com/gitalk/gitalk">Gitalk</a> 或 <a href="https://github.com/SukkaW/DisqusJS">DisqusJS</a> 评论系统</p>
<p>🇬🇧 你可以使用<strong>中文简体</strong>或<strong>英语</strong></p>
<p>🌁 你可以任意使用应用内默认主题或任意第三方主题,强大的主题自定义能力</p>
<p>🖥 你可以自定义源文件夹,利用 OneDrive、百度网盘、iCloud、Dropbox 等进行多设备同步</p>
<p>🌱 当然 <strong>Gridea</strong> 还很年轻,有很多不足,但请相信,它会不停向前 🏃</p>
<p>未来,它一定会成为你离不开的伙伴</p>
<p>尽情发挥你的才华吧!</p>
<p>😘 Enjoy~</p>
]]></content>
</entry>
</feed>