-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path程序构建.html
388 lines (216 loc) · 9.11 KB
/
程序构建.html
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>
程序构建 - Buoge
</title>
<meta name="author" content="">
<meta name="description" content="Keep Digging Keep Hunting, Stay hungry Stay Foolish">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="asset/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="atom.xml" rel="alternate" title="Buoge" type="application/atom+xml">
<script src="asset/js/modernizr-2.0.js"></script>
<script src="asset/js/jquery.min.js"></script>
<script src="asset/highlightjs/highlight.pack.js"></script>
<link href="asset/highlightjs/styles/solarized_light.css" media="screen, projection" rel="stylesheet" type="text/css">
<script>hljs.initHighlightingOnLoad();</script>
<style type="text/css">
.cat-children-p{ padding: 6px 0px;}
.hljs{background: none;}
</style>
<script type="text/javascript">
var isAddSildbar = true;
</script>
<script src="asset/js/octopress.js" type="text/javascript"></script>
</head>
<script type="text/javascript">
//链接新开窗口
function addBlankTargetForLinks () {
$('a[href^="http"]').each(function(){
$(this).attr('target', '_blank');
});
}
$(document).ready(function(event) {
addBlankTargetForLinks();
});
</script>
<body >
<header role="banner"><hgroup>
<h1><a href="index.html">Buoge</a></h1>
<h2>Keep Digging Keep Hunting, Stay hungry Stay Foolish</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:buoge.cn" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ul class="main-navigation">
<li id=""><a target="_self" href="index.html">Home</a></li>
<li id=""><a target="_self" href="archives.html">Archives</a></li>
<li id=""><a target="_self" href="About.html">About</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="15144293510375.html">github https push 不成功,配置修改</a></h1>
<p class="meta"><time datetime="2017-12-28T10:49:11+08:00"
pubdate data-updated="true">2017/12/28</time></p>
</header>
<div class="entry-content">
<p>url = https://<a href="mailto:[email protected]">[email protected]</a>/xxx/xxx.github.io.git</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="15143577543811.html">Sku选项可用判断</a></h1>
<p class="meta"><time datetime="2017-12-27T14:55:54+08:00"
pubdate data-updated="true">2017/12/27</time></p>
</header>
<div class="entry-content">
<p><strong>sku选项改变之后动态的判断其余的sku选项是否可用</strong></p>
</div>
<footer>
<a rel="full-article" href="15143577543811.html#more">read more →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="15142582484169.html">Subline 使用教程</a></h1>
<p class="meta"><time datetime="2017-12-26T11:17:28+08:00"
pubdate data-updated="true">2017/12/26</time></p>
</header>
<div class="entry-content">
<p><a href="http://www.imooc.com/learn/333">http://www.imooc.com/learn/333</a><br/>
<a href="http://www.imooc.com/learn/40">http://www.imooc.com/learn/40</a></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="15142581435408.html">切图教程</a></h1>
<p class="meta"><time datetime="2017-12-26T11:15:43+08:00"
pubdate data-updated="true">2017/12/26</time></p>
</header>
<div class="entry-content">
<h3 id="toc_0">imooc 慕课网切图教程</h3>
<p><a href="http://www.imooc.com/learn/506">http://www.imooc.com/learn/506</a></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="15141927580252.html">高可用高性能可扩展的单号生成方案</a></h1>
<p class="meta"><time datetime="2017-12-25T17:05:58+08:00"
pubdate data-updated="true">2017/12/25</time></p>
</header>
<div class="entry-content">
<p><a href="http://outofmemory.cn/wiki/sequence-gen">http://outofmemory.cn/wiki/sequence-gen</a></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="15141852086930.html">leetcode 解题大全</a></h1>
<p class="meta"><time datetime="2017-12-25T15:00:08+08:00"
pubdate data-updated="true">2017/12/25</time></p>
</header>
<div class="entry-content">
<p><a href="http://bookshadow.com/leetcode/">http://bookshadow.com/leetcode/</a></p>
<p><a href="https://www.liuchuo.net/leetcode%E9%A2%98%E8%A7%A3%E7%9B%AE%E5%BD%95">https://www.liuchuo.net/leetcode%E9%A2%98%E8%A7%A3%E7%9B%AE%E5%BD%95</a></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="15117623974594.html">微信小程序:图片下方空隙,解决方法</a></h1>
<p class="meta"><time datetime="2017-11-27T13:59:57+08:00"
pubdate data-updated="true">2017/11/27</time></p>
</header>
<div class="entry-content">
<blockquote>
<p><a href="http://www.cftea.com/c/2017/05/7961.asp">http://www.cftea.com/c/2017/05/7961.asp</a></p>
</blockquote>
<p>微信小程序本身就是基于 HTML、CSS,所以 <view><image></view> 这种情况下,也会出现网页的情况,图片下方与 view 下边框之间有空白。</p>
<p>解决办法和在 HTML、CSS 中一样。</p>
<p>法一、image { vertical-align:middle; }</p>
<p>法二、为 view 设置 height。</p>
<h1 id="toc_0">2C3E50</h1>
</div>
</article>
<div class="pagination">
<a href="archives.html">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
<section>
<h1>Categories</h1>
<ul id="recent_posts">
<li class="post">
<a href="%E5%96%84%E7%94%A8%E4%BD%B3%E8%BD%AF.html"><strong>善用佳软 (2)</strong></a>
</li>
<li class="post">
<a href="%E7%A8%8B%E5%BA%8F%E6%9E%84%E5%BB%BA.html"><strong>程序构建 (7)</strong></a>
</li>
<li class="post">
<a href="%E8%AE%A4%E7%9F%A5%E5%86%85%E7%9C%81.html"><strong>认知内省 (5)</strong></a>
</li>
<li class="post">
<a href="%E4%BA%A7%E5%93%81%E5%95%86%E4%B8%9A.html"><strong>产品商业 (3)</strong></a>
<p class="cat-children-p">
<a href="%E5%A5%BD%E7%82%B9%E5%AD%90.html">好点子 (1)</a>
</p>
</li>
<li class="post">
<a href="%E5%89%8D%E7%AB%AF.html"><strong>前端 (2)</strong></a>
</li>
<li class="post">
<a href="%E7%B3%BB%E7%BB%9F%E4%B8%8E%E6%99%BA%E8%83%BD.html"><strong>系统与智能 (2)</strong></a>
</li>
<li class="post">
<a href="%E8%81%8C%E5%9C%BA%E7%AE%A1%E7%90%86.html"><strong>职场管理 (5)</strong></a>
</li>
<li class="post">
<a href="%E6%8E%A2%E7%B4%A2%E5%8F%91%E7%8E%B0.html"><strong>探索发现 (1)</strong></a>
</li>
<li class="post">
<a href="About.html"><strong>About (1)</strong></a>
</li>
</ul>
</section>
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="15148195754516.html">2017 跨年总结:时间的朋友</a>
</li>
<li class="post">
<a href="15145188847111.html">五禽戏</a>
</li>
<li class="post">
<a href="15145169996252.html">文化主题旅行,主题旅行</a>
</li>
<li class="post">
<a href="15145162883342.html">旅行想到到的地方</a>
</li>
<li class="post">
<a href="15148602579719.html">不同时间离职人群的原因分析?</a>
</li>
</ul>
</section>
</aside> </div></div>
<footer role="contentinfo"><p>
Copyright © 2014 - -
<span class="credit">Powered by <a target="_blank" href="http://www.mweb.im">MWeb</a> Theme by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
</body>
</html>