-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
168 lines (125 loc) · 15.7 KB
/
atom.xml
File metadata and controls
168 lines (125 loc) · 15.7 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>殷双飞的博客</title>
<subtitle>Be Prode Of Computer Science</subtitle>
<link href="/atom.xml" rel="self"/>
<link href="http://ysf001.xyz/"/>
<updated>2017-07-07T15:53:54.233Z</updated>
<id>http://ysf001.xyz/</id>
<author>
<name>殷双飞</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>Memorandum</title>
<link href="http://ysf001.xyz/2017/07/07/Memorandum/"/>
<id>http://ysf001.xyz/2017/07/07/Memorandum/</id>
<published>2017-07-07T15:05:07.000Z</published>
<updated>2017-07-07T15:53:54.233Z</updated>
<content type="html"><![CDATA[<p>To Forgetful Me</p>
<p><img src="https://studentclub.msra.cn/static/images/bop/2016/codehunt.png" alt="music"></p>
]]></content>
<summary type="html">
<p>To Forgetful Me</p>
<p><img src="https://studentclub.msra.cn/static/images/bop/2016/codehunt.png" alt="music"></p>
</summary>
</entry>
<entry>
<title>music</title>
<link href="http://ysf001.xyz/2017/07/07/music/"/>
<id>http://ysf001.xyz/2017/07/07/music/</id>
<published>2017-07-07T14:56:00.000Z</published>
<updated>2017-07-07T16:15:43.408Z</updated>
<content type="html"><![CDATA[<p><img src="http://cdn2.wallpapersok.com/uploads/picture/453/109/109453/vintage-roza-krasnaya-krasnaya.jpg?width=665" alt="music1"><br><img src="http://www.hdfondos.eu/preview/get_photo/458335/1920/1080" alt="music1"><br><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS8z0D2htOvZ5Z1OlrJYusNEo8t5gaG6lAKN3YE7F3bN9A1WeSL6w" alt="music1"><br><img src="http://st.gde-fon.com/wallpapers_original/568913_muzyika_notyi_stena_skripka_1920x1200_www.Gde-Fon.com.jpg" alt="music1"><br><img src="https://ae01.alicdn.com/kf/HTB1gutBKpXXXXbGXFXXq6xXFXXXR/Notas-de-la-música-de-La-Mariposa-Reloj-Reloj-Caliente-bokeh-5-Tamaños-Decoración-Para-El.jpg" alt="music1"><br><img src="http://www.hdfondos.eu/pictures/2012/1109/1/music-neutral-milk-hotel-elephant-6-1920x1080-wallpaper-448172.jpg" alt="music1"><br><img src="http://hdwallpaperbackgrounds.net/wp-content/uploads/2015/08/Pop-Art-Girl-Wallpaper.jpg" alt="music1"><br><img src="http://www.hdfondos.eu/pictures/2013/0721/1/time-pink-floyd-clock-work-gears-mechanical-music-wallpaper-214534.jpg" alt="music1"><br><img src="https://s-media-cache-ak0.pinimg.com/736x/8d/3f/e3/8d3fe36b51583e2db44fd6138b24037e--vintage-wallpapers-romance.jpg" alt="music1"></p>
]]></content>
<summary type="html">
<p><img src="http://cdn2.wallpapersok.com/uploads/picture/453/109/109453/vintage-roza-krasnaya-krasnaya.jpg?width=665" alt="music1"><br><img
</summary>
</entry>
<entry>
<title>微软编程之美智能bot的创建精简创建过程</title>
<link href="http://ysf001.xyz/2017/06/18/%E5%88%9B%E5%BB%BA%E5%BE%AE%E8%BD%AF%E6%9C%BA%E5%99%A8%E4%BA%BA/"/>
<id>http://ysf001.xyz/2017/06/18/创建微软机器人/</id>
<published>2017-06-18T08:38:53.000Z</published>
<updated>2017-07-07T15:55:08.216Z</updated>
<content type="html"><![CDATA[<p><a href="https://bysf.azurewebsites.net/" target="_blank" rel="external">实例机器人地址</a> <— 点它</p>
<h2 id="1-Azure"><a href="#1-Azure" class="headerlink" title="1.Azure"></a>1.Azure</h2><p>创建Azure账号(包含订阅服务),创建web应用程序服务,获取发布配置文件(即下载)。</p>
<h2 id="2-部署VS项目"><a href="#2-部署VS项目" class="headerlink" title="2.部署VS项目"></a>2.部署VS项目</h2><p>要部署VS2015项目至Azure云应用主机,新建bot Framework项目,项目上右键->发布,配置文件->导入,添加刚才下载的配置文件,然后点击发布,即可在网址 <a href="https://bysf.azurewebsites.net/" target="_blank" rel="external">https://bysf.azurewebsites.net/</a> 上阅览部署的应用。</p>
<h6 id="注:若发布不成功的时候进行如下设置:发布-gt-设置-gt-File-Push-Options-gt-勾选三个选项"><a href="#注:若发布不成功的时候进行如下设置:发布-gt-设置-gt-File-Push-Options-gt-勾选三个选项" class="headerlink" title="注:若发布不成功的时候进行如下设置:发布-> 设置-> File Push Options ->勾选三个选项"></a>注:若发布不成功的时候进行如下设置:发布-> 设置-> File Push Options ->勾选三个选项</h6><h2 id="3-LUIS"><a href="#3-LUIS" class="headerlink" title="3.LUIS"></a>3.LUIS</h2><p>创建LUIS,即用Azure账号登陆 <a href="https://www.luis.ai" target="_blank" rel="external">https://www.luis.ai</a> 注册LUIS机器人,导入给的Key,新建APP,添加刚刚的Key。自定义添加Intent和Entities,再训练和发布,得到Endpoint url。</p>
<h2 id="4-Bot-Framework"><a href="#4-Bot-Framework" class="headerlink" title="4.Bot Framework"></a>4.Bot Framework</h2><p>创建Bot,即用Azure账号登陆 <a href="https://dev.botframework.com" target="_blank" rel="external">https://dev.botframework.com</a> ,注册机器人,添加Messaging endpoint为Azure web应用程序的网址 <a href="https://bysf.azurewebsites.net/api/messages" target="_blank" rel="external">https://bysf.azurewebsites.net/api/messages</a> 。用此登陆账号的信息生成新的App ID和Password。新建完成后可添加Channels,Channels内可添加测试的bot。</p>
<h2 id="5-VS集成Bot-APP"><a href="#5-VS集成Bot-APP" class="headerlink" title="5.VS集成Bot APP"></a>5.VS集成Bot APP</h2><p><a href="http://www.cnblogs.com/rocsheh/p/5846009.html" target="_blank" rel="external">将bot集成到VS项目中</a>,可以在VS2015 bot项目中的Web.config文件中添加Bot Framework中机器人的APP ID和Password,如图;<br><img src="http://images2015.cnblogs.com/blog/513999/201609/513999-20160906154440988-1670818657.png" alt="添加APP ID和password"></p>
<p>打开网站的起始页default.htm中添加<br><figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line"><iframe src='https://webchat.botframework.com/em##bed/BYSFbot?s=YOUR_SECRET_HERE'></iframe></div></pre></td></tr></table></figure></p>
<p>这时就已经在页面中嵌入了Web Chat。</p>
<h2 id="6-VS集成LUIS"><a href="#6-VS集成LUIS" class="headerlink" title="6.VS集成LUIS"></a>6.VS集成LUIS</h2><p>见链接内容:<a href="http://www.cnblogs.com/rocsheh/p/5846009.html" target="_blank" rel="external">LUIS集成到VS项目中</a> </p>
<h2 id="7-VS2015本机调试"><a href="#7-VS2015本机调试" class="headerlink" title="7.VS2015本机调试"></a>7.VS2015本机调试</h2><p>若编译bot项目时,按Ctrl+F5不能出现对应的网页界面,则右键项目属性,改变项目URL的处 <a href="http://localhost:3980/" target="_blank" rel="external">http://localhost:3980/</a> 的端口号,替换一个其他的端口号再点击“创建虚拟目录”即可。</p>
<h2 id="8-机器人使用界面"><a href="#8-机器人使用界面" class="headerlink" title="8.机器人使用界面"></a>8.机器人使用界面</h2><iframe src="https://webchat.botframework.com/embed/BYSFbot?s=W6-euov7xzA.cwA.DXs.qEzIZ0gR3FO-gMUcSaevqmNlHWxetXrFAovMHCux0Ys" style="height: 502px; max-height: 502px;"></iframe>]]></content>
<summary type="html">
<p><a href="https://bysf.azurewebsites.net/" target="_blank" rel="external">实例机器人地址</a> &lt;— 点它</p>
<h2 id="1-Azure"><a href="#1-Azure" cl
</summary>
<category term="教程" scheme="http://ysf001.xyz/tags/%E6%95%99%E7%A8%8B/"/>
</entry>
<entry>
<title>Hexo用法链接</title>
<link href="http://ysf001.xyz/2017/06/17/Hexo%E7%94%A8%E6%B3%95/"/>
<id>http://ysf001.xyz/2017/06/17/Hexo用法/</id>
<published>2017-06-17T10:15:37.000Z</published>
<updated>2017-06-17T16:29:06.839Z</updated>
<content type="html"><![CDATA[<h4 id="快速链接:"><a href="#快速链接:" class="headerlink" title="快速链接:"></a>快速链接:</h4><p><a href="https://github.com/ppoffice/hexo-theme-hueman" target="_blank" rel="external">主题使用方法</a><br><a href="http://ibruce.info/2013/11/26/markdown/" target="_blank" rel="external">MarkDown简明语法</a><br><a href="https://hexo.io/docs/writing.html" target="_blank" rel="external">Hexo官网writing部分</a></p>
<h4 id="1-代码格式一:"><a href="#1-代码格式一:" class="headerlink" title="1.代码格式一:"></a>1.代码格式一:</h4><figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">echo "Hello World!"</div></pre></td></tr></table></figure>
<h4 id="2-代码格式二:"><a href="#2-代码格式二:" class="headerlink" title="2.代码格式二:"></a>2.代码格式二:</h4><figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">同上,效果一样,写法不一样。</div></pre></td></tr></table></figure>
<h4 id="3-代码格式三:"><a href="#3-代码格式三:" class="headerlink" title="3.代码格式三:"></a>3.代码格式三:</h4><p><code>效果就是不一样</code></p>
<p>Block Quote<br>Alias: quote<br><blockquote><p>content</p>
<footer><strong>[author[</strong><cite>source]] [link] [source_link_title]</cite></footer></blockquote></p>
<p>No arguments. Plain blockquote.<br><blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem.</p>
</blockquote></p>
<p>Quote from a book<br><blockquote><p>Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.</p>
<footer><strong>David Levithan</strong><cite>Wide Awake</cite></footer></blockquote></p>
<p>Quote from Twitter<br><blockquote><p>NEW: DevDocs now comes with syntax highlighting. <a href="http://devdocs.io" target="_blank" rel="external">http://devdocs.io</a></p>
<footer><strong>@DevDocs</strong><cite><a href="https://twitter.com/devdocs/status/356095192085962752" target="_blank" rel="external">twitter.com/devdocs/status/356095192085962752</a></cite></footer></blockquote></p>
<p>Quote from an article on the web<br><blockquote><p>Every interaction is both precious and an opportunity to delight.</p>
<footer><strong>Seth Godin</strong><cite><a href="http://sethgodin.typepad.com/seths_blog/2009/07/welcome-to-island-marketing.html" target="_blank" rel="external">Welcome to Island Marketing</a></cite></footer></blockquote></p>
<p>Code Block<br>Alias: code<br><figure class="highlight plain"><figcaption><span>[title] [] [url] [link text]</span></figcaption><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">code snippet</div></pre></td></tr></table></figure></p>
<p>A plain code block<br><figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">alert('Hello World!');</div></pre></td></tr></table></figure></p>
<p>Specifying the language<br><figure class="highlight objc"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">[rectangle setX: <span class="number">10</span> y: <span class="number">10</span> width: <span class="number">20</span> height: <span class="number">20</span>];</div></pre></td></tr></table></figure></p>
<p>Adding a caption to the code block<br><figure class="highlight plain"><figcaption><span>Array.map</span></figcaption><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">array.map(callback[, thisArg])</div></pre></td></tr></table></figure></p>
<p>Adding a caption and a URL<br><figure class="highlight plain"><figcaption><span>_.compact</span><a href="http://underscorejs.org/#compact" target="_blank" rel="external">Underscore.js</a></figcaption><table><tr><td class="gutter"><pre><div class="line">1</div><div class="line">2</div></pre></td><td class="code"><pre><div class="line">_.compact([0, 1, false, 2, '', 3]);</div><div class="line">=> [1, 2, 3]</div></pre></td></tr></table></figure></p>
<h1 id="———————"><a href="#———————" class="headerlink" title="———————"></a>———————</h1><p>Backtick Code Block<br>This is identical to using a code block, but instead uses three backticks to delimit the block.<br><code>[language] [title] [url] [link text] code snippet</code></p>
<p>Pull Quote<br>To add pull quotes to your posts:<br><blockquote class="pullquote [class]"><p>content</p>
</blockquote></p>
<p>jsFiddle<br>To embed a jsFiddle snippet:<br><iframe scrolling="no" width="[width]" height="[height]" src="//jsfiddle.net/shorttag/embedded/[tabs]/[skin]" frameborder="0" allowfullscreen></iframe></p>
<p>Gist<br>To embed a Gist snippet:<br><script src="//gist.github.com/gist_id.js?file=[filename]"></script></p>
<p>iframe<br>To embed an iframe:<br><iframe src="url" width="[width]" height="[height]" frameborder="0" allowfullscreen></iframe></p>
<p>Image<br>Inserts an image with specified size.<br><img src="/path/to/image" class="[class names]" title="[width] [height] [title text [alt text]]"></p>
<p>Link<br>Inserts a link with target=”_blank” attribute.<br><a>text url [external] [title]</a></p>
<p>Include Code<br>Inserts code snippets in source/downloads/code folder.<br></p>
<p>Vimeo<br>Inserts a Vimeo video.<br><div class="video-container"><iframe src="//player.vimeo.com/video/video_id" frameborder="0" allowfullscreen></iframe></div></p>
<p>Include Posts<br>Include links to other posts.<br><br></p>
<p>Include Assets<br>Include post assets.<br><br><br></p>
<p>Raw<br>If certain content is causing processing issues in your posts, wrap it with the raw tag to avoid rendering errors.<br>
content
</p>
<p>And you can use them in templates:</p>
<p><% for (var link in site.data.menu) { %><br> <a href="<%= site.data.menu[link] %>"> <%= link %> </a><br><% } %><br>render like this :</p>
<p><a href="/"> Home </a><br><a href="/gallery/"> Gallery </a><br><a href="/archives/"> Archives </a></p>
]]></content>
<summary type="html">
<h4 id="快速链接:"><a href="#快速链接:" class="headerlink" title="快速链接:"></a>快速链接:</h4><p><a href="https://github.com/ppoffice/hexo-theme-hueman" ta
</summary>
</entry>
<entry>
<title>网站声明</title>
<link href="http://ysf001.xyz/2017/06/10/%E7%BD%91%E7%AB%99%E8%AF%B4%E6%98%8E/"/>
<id>http://ysf001.xyz/2017/06/10/网站说明/</id>
<published>2017-06-10T05:55:08.000Z</published>
<updated>2017-07-07T14:43:46.947Z</updated>
<content type="html"><![CDATA[<p>This is a static website builded for training intelligence.</p>
<p><strong>一个人来到田纳西</strong><br><strong>毫无疑问</strong><br><em>我做的馅饼<br>是全天下</em><br><em>最好吃的</em></p>
]]></content>
<summary type="html">
<p>This is a static website builded for training intelligence.</p>
<p><strong>一个人来到田纳西</strong><br><strong>毫无疑问</strong><br><em>我做的馅饼<br>是全天
</summary>
<category term="Injury" scheme="http://ysf001.xyz/tags/Injury/"/>
</entry>
</feed>