-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain-content.html
More file actions
93 lines (93 loc) · 4.86 KB
/
main-content.html
File metadata and controls
93 lines (93 loc) · 4.86 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Ruby.GitHub.io by LSYY888</title>
<link rel="stylesheet" href="./stylesheets/styles.css">
<link rel="stylesheet" href="./stylesheets/github-dark.css">
<script src="./javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="body-content">
<div class="wrapper">
<header class="without-description">
<h1>一墨相惜</h1>
<p></p>
<p class="view"><a href="https://github.com/LSYY888/ruby.github.io">View the Project on GitHub <small>LSYY888/ruby.github.io</small></a></p>
</header>
<section>
<ul>
<li class="clearfix">
<h4>
git里merge分支时遇到的问题
</h4>
<p>
在github里建立仓库时把分支merge到master中遇到的问题,及commit了一个不需要的文件的解决方法。
</p>
<a href="https://github.com/fedlover/fedlovers-blog/issues/33">更多</a>
</li>
<li class="clearfix">
<h4>url参数解析成一个json对象</h4>
<p>
使用场景:在使用ajax与后端进行联调时,我们经常会需要用地址栏的参数与后端的url路径进行字符串的拼接。虽然很多公司都自己封装的了获取地址栏参数的组件,但是作为前端工程师还是非常有必要知道它的原理。
</p>
<a href="https://github.com/fedlover/fedlovers-blog/issues/28">更多</a>
</li>
<li class="clearfix">
<h4>margin与padding大比拼</h4>
<p>
相信我们很多工程师在写css样式时,都不能很准确的应用margin和padding属性,因为有时候用margin和padding的效果一样,因此我的这篇文章就总结了几点具体的用法,希望对大家有用。
</p>
<a href="https://github.com/fedlover/fedlovers-blog/issues/29">更多</a>
</li>
<li class="clearfix">
<h4>变量的两种不同数据类型的值</h4>
<p>
在研究这篇文章之前,我都不知道变量的值会有不同的数据类型,在学习学的比较浅,只是学实际的项目案例,理论知识只掌握重要的就可以了。通过这篇文章,我在定义变量时有了更深刻的理解。
</p>
<a href="https://github.com/fedlover/fedlovers-blog/issues/26">更多</a>
</li>
<li class="clearfix">
<h4>两栏网页宽度自适应布局和三栏网页宽度自适应布局</h4>
<p>
我们在做项目时,特别是pc端的一些布局经常要用到自适应布局,前几周在修改一个项目时,要求右边的Input自适应,当时脑子秀逗了完全没有往这想,当问题解决后才柳暗花明又一村。
</p>
<a href="https://github.com/fedlover/fedlovers-blog/issues/24">更多</a>
</li>
<li class="clearfix">
<h4>jquery遍历中的each方法</h4>
<p>
做项目时,需要通过ajax来获得到后台给到的data数据,我们想要获得到数据中的每一项,这时候我们就需要用到each方法来遍历。
</p>
<a href="https://github.com/fedlover/fedlovers-blog/issues/16">更多</a>
</li>
<li class="clearfix">
<h4>css3的transform属性</h4>
<p>
在移动端项目中我们会经常需要用css3的动画属性来实现一些效果,这时候transform属性就派上用场了。
</p>
<a href="https://github.com/fedlover/fedlovers-blog/issues/15">更多</a>
</li>
<li class="clearfix">
<h4>阮一峰的入门实例教程【收藏】</h4>
<p>
刚开始接触react,感觉很适合我这个脑子不好的人快速学习。
</p>
<a href="http://www.ruanyifeng.com/blog/2015/03/react.html">更多</a>
</li>
</ul>
</section>
</div>
<footer>
<p>Project maintained by <a href="https://github.com/LSYY888">一墨相惜</a></p>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>