-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
415 lines (248 loc) · 15.9 KB
/
index.html
File metadata and controls
415 lines (248 loc) · 15.9 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
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
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>彳亍</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=3, minimum-scale=1">
<meta name="author" content="Ron Chen">
<meta name="description" content="慢慢走,欣赏欣赏风景;散散步,放松放松心情;技术小白,生活散客,收集信息,处理信息。不受制于技术,专注领悟技术核心。">
<link rel="alternate" href="/atom.xml" title="彳亍" type="application/atom+xml">
<link rel="icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/footprint.png">
<link rel="apple-touch-icon-precomposed" href="/img/footprint.png">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header>
<div>
<div id="imglogo">
<a href="/"><img src="/img/footprint.png" alt="彳亍" title="彳亍"/></a>
</div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="彳亍">彳亍</a></h1>
<h2 class="blog-motto">多一些禅意,多一些开通。</h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="菜单">
</a></div>
<nav class="animated">
<ul>
<li><a href="/">彳亍</a></li>
<li><a href="/archives">档案</a></li>
<li><a href="/about">关于</a></li>
<li>
<form class="search" action="//google.com/search" method="get" accept-charset="utf-8">
<label>Search</label>
<input type="text" id="search" name="q" autocomplete="off" maxlength="20" placeholder="搜索" />
<input type="hidden" name="q" value="site:wecall.github.io">
</form>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div id="main">
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/10/14/docker日记/" title="Docker 日记" itemprop="url">
<h1 itemprop="name">Docker 日记</h1>
<p itemprop="description" >Docker它提供了一个可以运行你的应用程序的容器。它原本是dotCloud启动的一个开源的业余项目。吸引了大量的关注和讨论,导致dotCloud把它重命名到Docker Inc。它最初是用Go语言编写的,它就相当于是加在 LXC[LinuX Containers(linux容器</p>
<time datetime="2016-10-14T11:03:08.000Z" itemprop="datePublished">2016-10-14</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/10/14/Docker-日记/" title="Docker 日记" itemprop="url">
<h1 itemprop="name">Docker 日记</h1>
<p itemprop="description" >Docker它提供了一个可以运行你的应用程序的容器。它原本是dotCloud启动的一个开源的业余项目。吸引了大量的关注和讨论,导致dotCloud把它重命名到Docker Inc。它最初是用Go语言编写的,它就相当于是加在 LXC[LinuX Containers(linux容器</p>
<time datetime="2016-10-14T11:03:08.000Z" itemprop="datePublished">2016-10-14</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/04/19/面向对象到底需要知道什么?/" title="面向对象到底需要知道什么?" itemprop="url">
<h1 itemprop="name">面向对象到底需要知道什么?</h1>
<p itemprop="description" >技术名词 关键字###类(class)
概念类是一种抽象的数据类型
123class 类名&#123; &#125;
声明和定义声明只是告诉编译器有这么一个变量,但是没有为它分配空间;定义则是为该变量分配空间。所以变量可以重复声明,但是不能重复定义。
###对象(obje</p>
<time datetime="2016-04-19T09:38:33.000Z" itemprop="datePublished">2016-04-19</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/04/19/面向对象到底要知道什么/" title="面向对象到底需要知道什么?" itemprop="url">
<h1 itemprop="name">面向对象到底需要知道什么?</h1>
<p itemprop="description" >技术名词 关键字###类(class)
概念类是一种抽象的数据类型
123class 类名&#123; &#125;
声明和定义声明只是告诉编译器有这么一个变量,但是没有为它分配空间;定义则是为该变量分配空间。所以变量可以重复声明,但是不能重复定义。
###对象(o</p>
<time datetime="2016-04-19T09:38:33.000Z" itemprop="datePublished">2016-04-19</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/03/04/hello-world/" title="Hello World" itemprop="url">
<h1 itemprop="name">Hello World</h1>
<p itemprop="description" >Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the </p>
<time datetime="2016-03-04T09:05:24.000Z" itemprop="datePublished">2016-03-04</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2016/01/21/蚂蚁对话-决定写点什么/" title="决定写点什么" itemprop="url">
<h1 itemprop="name">决定写点什么</h1>
<p itemprop="description" >##蚂蚁对话
&gt; 在知乎上搜索到一个话题,[#大家写博客的目的是什么](http://www.zhihu.com/question/19914819?sort=created),各种情绪抒发,触动了我想写点什么的冲动。一切都不晚,从现在开始,坚持写点什么。模拟一个虚拟的对象</p>
<time datetime="2016-01-21T01:25:37.000Z" itemprop="datePublished">2016-01-21</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2015/09/11/逆向工程/" title="逆向工程" itemprop="url">
<h1 itemprop="name">逆向工程</h1>
<p itemprop="description" >初步整理: 第二次因为项目接触逆向工程
回想第一次反编译App的项目,针对一个技术功能点进行分析,整合到我们自己的App中,距今已经1年多了,临时接了这么个任务完全是因为领导的一时兴起(他说,懂Java是吧,手机App了解吗,现在有这么个功能需要实现,你去了解这个App实现</p>
<time datetime="2015-09-11T09:04:05.000Z" itemprop="datePublished">2015-09-11</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2015/05/29/不知道拒绝/" title="不知道拒绝" itemprop="url">
<h1 itemprop="name">不知道拒绝</h1>
<p itemprop="description" >最近,回想起来总觉得自己很忙,各种事情不断的围绕在身边,这事那事感觉一直很忙碌的感觉,但是找不到一件成功的事情,是不是有点不对劲?答案是肯定的。稍微找到了一个能安慰自己的方法,就是感觉自己不会拒绝,因为年轻,感觉自己精力充沛,什么事情都能干,什么事情都能干成的说法。对待软件开发的</p>
<time datetime="2015-05-29T04:52:50.000Z" itemprop="datePublished">2015-05-29</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2015/03/06/互联网式策划/" title="互联网式策划" itemprop="url">
<h1 itemprop="name">互联网式策划</h1>
<p itemprop="description" >我没有打算去收集各大土豪们的发红包活动,心里一直在蠢蠢欲动策划一些互联网活动,可惜自己才能有限,往往没有好的计划,空空的羡慕大公司的活动。
[关注] 互联网策划公众平台[目的] 人人都是策划师
[咬文爵字] 到底什么是策划
是指某件事情的逻辑顺序,也称创意策划。说的简单点就</p>
<time datetime="2015-03-06T09:01:18.000Z" itemprop="datePublished">2015-03-06</time>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/2015/01/29/MongoDB/" title="MongoDB" itemprop="url">
<h1 itemprop="name">MongoDB</h1>
<p itemprop="description" >##安装MongoDB官网官方文档
##初体验 db shell1mongo
12MongoDB shell version: 2connecting to: test
##基本命令123456show dbs; `显示数据库列表`use dbname; `切换/创建数据</p>
<time datetime="2015-01-29T02:20:48.000Z" itemprop="datePublished">2015-01-29</time>
</a>
</section>
<nav id="page-nav" class="clearfix">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><a class="extend next" rel="next" href="/page/2/">下一页 »</a>
</nav>
</div>
<div class="openaside"><a class="navbutton" href="#" title="显示侧边栏"></a></div>
<div id="asidepart">
<div class="closeaside"><a class="closebutton" href="#" title="隐藏侧边栏"></a></div>
<aside class="clearfix">
<div class="categorieslist">
<p class="asidetitle">分类</p>
<ul>
<li><a href="/categories/技术文档/" title="技术文档">技术文档<sup>7</sup></a></li>
<li><a href="/categories/文字感官/" title="文字感官">文字感官<sup>5</sup></a></li>
<li><a href="/categories/管理经验/" title="管理经验">管理经验<sup>5</sup></a></li>
</ul>
</div>
<div class="tagcloudlist">
<p class="asidetitle">标签云</p>
<div class="tagcloudlist clearfix">
<a href="/tags/Makedown/" style="font-size: 10px;">Makedown</a> <a href="/tags/db/" style="font-size: 10px;">db</a> <a href="/tags/mongoDB/" style="font-size: 10px;">mongoDB</a> <a href="/tags/node-js/" style="font-size: 10px;">node.js</a> <a href="/tags/php/" style="font-size: 15px;">php</a> <a href="/tags/zencode/" style="font-size: 10px;">zencode</a> <a href="/tags/不放弃/" style="font-size: 10px;">不放弃</a> <a href="/tags/互联网/" style="font-size: 10px;">互联网</a> <a href="/tags/代码/" style="font-size: 10px;">代码</a> <a href="/tags/估值/" style="font-size: 10px;">估值</a> <a href="/tags/公众策划/" style="font-size: 10px;">公众策划</a> <a href="/tags/函数/" style="font-size: 10px;">函数</a> <a href="/tags/功能树/" style="font-size: 10px;">功能树</a> <a href="/tags/功能点/" style="font-size: 10px;">功能点</a> <a href="/tags/反编译/" style="font-size: 10px;">反编译</a> <a href="/tags/商业化/" style="font-size: 10px;">商业化</a> <a href="/tags/团队/" style="font-size: 10px;">团队</a> <a href="/tags/坚持/" style="font-size: 10px;">坚持</a> <a href="/tags/建筑/" style="font-size: 10px;">建筑</a> <a href="/tags/开发/" style="font-size: 20px;">开发</a> <a href="/tags/成员/" style="font-size: 10px;">成员</a> <a href="/tags/技术/" style="font-size: 15px;">技术</a> <a href="/tags/搬运工/" style="font-size: 10px;">搬运工</a> <a href="/tags/摩羯座/" style="font-size: 10px;">摩羯座</a> <a href="/tags/方向/" style="font-size: 10px;">方向</a> <a href="/tags/旅游/" style="font-size: 10px;">旅游</a> <a href="/tags/景区/" style="font-size: 10px;">景区</a> <a href="/tags/深夜/" style="font-size: 10px;">深夜</a> <a href="/tags/潜龙勿用/" style="font-size: 10px;">潜龙勿用</a> <a href="/tags/电影/" style="font-size: 10px;">电影</a> <a href="/tags/码农/" style="font-size: 10px;">码农</a> <a href="/tags/编程/" style="font-size: 15px;">编程</a> <a href="/tags/花果山/" style="font-size: 10px;">花果山</a> <a href="/tags/西游记/" style="font-size: 10px;">西游记</a> <a href="/tags/规则/" style="font-size: 10px;">规则</a> <a href="/tags/规范/" style="font-size: 10px;">规范</a> <a href="/tags/语法/" style="font-size: 20px;">语法</a> <a href="/tags/语言/" style="font-size: 10px;">语言</a> <a href="/tags/连云港/" style="font-size: 10px;">连云港</a> <a href="/tags/逆向工程/" style="font-size: 10px;">逆向工程</a> <a href="/tags/锁/" style="font-size: 10px;">锁</a> <a href="/tags/项目拯救/" style="font-size: 10px;">项目拯救</a>
</div>
</div>
<div class="linkslist">
<iframe width="100%" height="550" class="share_self" frameborder="0" scrolling="no" src="http://widget.weibo.com/weiboshow/index.php?language=&width=0&height=550&fansRow=1&ptype=1&speed=0&skin=9&isTitle=0&noborder=1&isWeibo=1&isFans=1&uid=2663573787&verifier=4fc57bc7&dpc=1"></iframe>
</div>
<div class="linkslist">
<p class="asidetitle">大神部落</p>
<ul>
<li><a href="http://mindhacks.cn/" data-target="刘未鹏" target="_blank" title="YangJian">思维改变生活</a></li>
<li><a href="http://www.jianshu.com" data-target="间书" target="_blank" title="YangJian">交流故事,沟通想法</a></li>
</ul>
</div>
<div class="linkslist">
<p class="asidetitle">友情链接</p>
<ul>
<li><a href="http://www.wecall.me" target="_blank" title="YangJian">Ron Chen</a></li>
<li><a href="http://www.renrenstudy.com" data-target="刘进" target="_blank" title="i2no">人人学习网</a></li>
<li><a href="http://blog.zzlphp.com" data-target="张子良" target="_blank" title="zhiliang">子良博客</a></li>
<li><a href="http://blog.pan269.com" data-target="潘智" target="_blank" title="azhi">阿智小站</a></li>
<li><a href="http://www.dujiangjiang.com" data-target="杜江江" target="_blank" title="dujiangjiang">读讲讲</a></li>
<li><a href="http://www.alan-china.com" data-target="王文浩" target="_blank" title="alan">浩哥</a></li>
</ul>
</div>
<div class="rsspart">
<a href="/atom.xml" target="_blank" title="rss">RSS 订阅</a>
</div>
</aside>
</div>
</div>
<footer><div id="footer" >
<div class="line">
<span></span>
<div class="author"></div>
</div>
<section class="info">
<p> 有理想的人,生活总是火热的。Hello ! I'm Ron Chen in ShangHai China . <br/>
--天空虽不曾留下痕迹,但我已飞过。</p>
</section>
<div class="social-font clearfix">
<a href="http://weibo.com/2663573787" target="_blank" title="weibo"></a>
<a href="https://github.com/ron-chen" target="_blank" title="github"></a>
</div>
<p class="copyright">
© 2017
<a href="http://wecall.github.io" target="_blank" title="Ron Chen">Ron Chen</a>
</p>
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Fdac5f092bdd7475884d7f19cf3c00bba' type='text/javascript'%3E%3C/script%3E"));
</script>
</div>
</footer>
<script src="/js/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else
{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
});
</script>
</body>
</html>