自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

凡事预则立,不预则废

I am a little little girl in a big big world

  • 博客(11)
  • 资源 (2)
  • 收藏
  • 关注

原创 jquery 中html()与text()

一个会执行其中的代码,一个作为纯字符串输入

2017-03-29 12:49:21 438

转载 CSS背景 background-background position

转自:http://jackie-anxis.com/2016/11/29/CSS@7%E8%83%8C%E6%99%AF/

2017-03-28 12:45:44 406

原创 less- how to minus px?

div { > span { @pad: 10px; width:calc(~'100% - @{pad}'); }}div { > span { width:calc(~'100% - 10px'); }}

2017-03-28 12:43:21 540

原创 charles how to proxy a folder

线上的静态资源都是经过加密压缩过的,通过代理映射到本地源代码来调试会非常高效。右键要代理的资源,选择【Map Local】弹出映射窗口,注意在path中可以通过*来指向一个文件夹例如:

2017-03-27 08:18:47 461

原创 array - mutation method and non-mutation method

Mutation method means that the method will change the origin array,like push,pop,shift,unshift,splice,sort,reverse.PS: Especially note that the splice is a pretty convenient method of deleting ,inserti

2017-03-22 08:34:30 356

原创 移动端没有hover

今天突然发现,写了一个hover,放在手机上竟然没有效果。。

2017-03-17 14:13:07 5056

原创 移动端如何高度还原图片?

移动端响应式,如何高度还原设计稿?

2017-03-17 14:11:35 650

原创 MVVM

MVVM also is referred to Model-View-Bind

2017-03-16 08:10:29 379

转载 Animation and Transition ,what's the differences between them?

Prepare: Rendering PerformanceAnimation and Transition Comparison

2017-03-15 14:21:29 372

原创 js delete 即使是删除一个不存在的属性也不会报错

js delete 即使是删除一个不存在的属性也不会报错

2017-03-07 11:59:27 3452

原创 伪类和伪元素的应用与区别

css content attribute can only apply to psudohttp://www.alloyteam.com/2016/05/summary-of-pseudo-classes-and-pseudo-elements/https://www.qianduan.net/before-and-before-the-difference-between/

2017-03-07 07:45:04 466

jsoup.rar 用java实现jquery

用于解析html文档的javaapi,很方便容易上手,就像在html文档中用jquery操作dom

2014-04-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除