├── README.md ├── html&css ├── css3 │ ├── me.jpg │ ├── transform.md │ ├── transition.md │ ├── animation.md │ └── example.html ├── images │ ├── koala.gif │ └── browser.png ├── css3画笑脸.md ├── test │ ├── styles │ │ ├── useLess.css │ │ └── useLess.less │ └── index.html ├── README.md ├── 临时笔记(ps:很有用).md ├── css实现footer在底部.md ├── canvas │ └── canvas.html ├── LESS最简单使用讲解.md ├── 雅虎性能优化的14条规则.md ├── snail │ ├── snail.html │ ├── example.html │ └── css3slide.html ├── CSS:响应式导航菜单.md └── HTML&CSS规范.md ├── javascript栗子 ├── image_3.png ├── 图片切换 │ ├── images │ │ ├── big10.jpg │ │ ├── big11.jpg │ │ ├── big12.jpg │ │ ├── big15.jpg │ │ ├── big16.jpg │ │ ├── big17.jpg │ │ ├── big18.jpg │ │ ├── big19.jpg │ │ ├── big7.jpg │ │ ├── big8.jpg │ │ ├── big9.jpg │ │ ├── loading.gif │ │ ├── small10.jpg │ │ ├── small11.jpg │ │ ├── small12.jpg │ │ ├── small15.jpg │ │ ├── small16.jpg │ │ ├── small17.jpg │ │ ├── small18.jpg │ │ ├── small19.jpg │ │ ├── small7.jpg │ │ ├── small8.jpg │ │ └── small9.jpg │ └── imgToggle.html ├── 网页换肤 │ ├── css │ │ ├── blue.css │ │ ├── green.css │ │ └── pink.css │ └── skin.html ├── Carousel │ ├── images │ │ ├── dot.png │ │ ├── ad_ctr.png │ │ ├── img1.jpg │ │ ├── img2.jpg │ │ └── img3.jpg │ ├── Carousel.html │ └── jquery.js ├── README.md ├── 函数接收参数并弹出 │ └── value.html ├── 循环3个div变颜色 │ └── color.html ├── 译文:确保不在javascript中增加全局作用域.md ├── 立即调用函数.js ├── 简易js日历 │ └── calendar.html └── 闭包 ├── reactNativeError01.png ├── reactNativeError02.jpeg ├── 获取URL的参数.md ├── 为什么用$location的replace方法.md ├── javascript falsy bouncer.md ├── jQuery的delegate()和bind()写法.md ├── 笛卡尔集.md ├── shenjs感受.md ├── gruntfile记录.md ├── 项目经验不足的总结.md ├── HTTP.md ├── 在移动使用ajax只知道为何返回fail,这个很管用.md ├── 点头猪分享用户体验笔记.md ├── es6笔记.md ├── 项目经验总结2.md ├── this变量.md ├── 事件代理.md ├── 循环(迭代)过程.md ├── javascript单例模式.md ├── 项目中不懂的基础知识(8月份).md ├── assign().md ├── 搭建reactNative&遇到的问题.md ├── fontSize_rem_Note.md ├── 自己整理的resetCss.md ├── 如何搭建react native环境.md ├── 自适应导航条.md ├── 创建对象.md ├── javascript 4种设计模式.md └── 对象.md /README.md: -------------------------------------------------------------------------------- 1 | Note 2 | ==== 3 | 4 | 平时笔记总结 5 | 6 | 柚子 -------------------------------------------------------------------------------- /html&css/css3/me.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/html&css/css3/me.jpg -------------------------------------------------------------------------------- /javascript栗子/image_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/image_3.png -------------------------------------------------------------------------------- /reactNativeError01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/reactNativeError01.png -------------------------------------------------------------------------------- /reactNativeError02.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/reactNativeError02.jpeg -------------------------------------------------------------------------------- /html&css/images/koala.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/html&css/images/koala.gif -------------------------------------------------------------------------------- /html&css/images/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/html&css/images/browser.png -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/big10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/big10.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/big11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/big11.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/big12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/big12.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/big15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/big15.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/big16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/big16.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/big17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/big17.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/big18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/big18.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/big19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/big19.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/big7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/big7.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/big8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/big8.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/big9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/big9.jpg -------------------------------------------------------------------------------- /javascript栗子/网页换肤/css/blue.css: -------------------------------------------------------------------------------- 1 | body { 2 | background: #CCCCFF; 3 | } 4 | #content li { 5 | background: blue; 6 | } -------------------------------------------------------------------------------- /javascript栗子/网页换肤/css/green.css: -------------------------------------------------------------------------------- 1 | body { 2 | background: #00CC33; 3 | } 4 | #content li { 5 | background: green; 6 | } -------------------------------------------------------------------------------- /javascript栗子/网页换肤/css/pink.css: -------------------------------------------------------------------------------- 1 | body { 2 | background: #FF9999; 3 | } 4 | #content li { 5 | background: pink; 6 | } -------------------------------------------------------------------------------- /html&css/css3画笑脸.md: -------------------------------------------------------------------------------- 1 | 链接: [http://www.uselessblog.cn/JQM-me/qqcss3.html](http://www.uselessblog.cn/JQM-me/qqcss3.html) 2 | -------------------------------------------------------------------------------- /javascript栗子/Carousel/images/dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/Carousel/images/dot.png -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/loading.gif -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/small10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/small10.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/small11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/small11.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/small12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/small12.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/small15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/small15.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/small16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/small16.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/small17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/small17.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/small18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/small18.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/small19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/small19.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/small7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/small7.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/small8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/small8.jpg -------------------------------------------------------------------------------- /javascript栗子/图片切换/images/small9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/图片切换/images/small9.jpg -------------------------------------------------------------------------------- /javascript栗子/Carousel/images/ad_ctr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/Carousel/images/ad_ctr.png -------------------------------------------------------------------------------- /javascript栗子/Carousel/images/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/Carousel/images/img1.jpg -------------------------------------------------------------------------------- /javascript栗子/Carousel/images/img2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/Carousel/images/img2.jpg -------------------------------------------------------------------------------- /javascript栗子/Carousel/images/img3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ellyliang/Note/HEAD/javascript栗子/Carousel/images/img3.jpg -------------------------------------------------------------------------------- /html&css/test/styles/useLess.css: -------------------------------------------------------------------------------- 1 | body { 2 | background: #ff0000; 3 | } 4 | a { 5 | color: #ffffff; 6 | } 7 | a:hover { 8 | text-decoration: none; 9 | } 10 | -------------------------------------------------------------------------------- /html&css/test/styles/useLess.less: -------------------------------------------------------------------------------- 1 | @fontColor: white; 2 | @bgColor: red; 3 | 4 | body { 5 | background: @bgColor; 6 | } 7 | a { 8 | color : @fontColor; 9 | &:hover { 10 | text-decoration:none; 11 | } 12 | } 13 | 14 | -------------------------------------------------------------------------------- /html&css/README.md: -------------------------------------------------------------------------------- 1 | html-css-note 2 | ============= 3 | 4 | 学习javascript,当然也不能忘了加强自己的html和css,还有学习更多html5和css3的知识。尽然自己没能力写开源项目的代码,但也不能浪费Github这个平台,所以决定开了这个repo来记录学习的笔记,让自己的印象更深刻些! 5 | 6 | 基础,基础,基础。。。。。 7 | 性能,性能,性能。。。。。 8 | 学习,学习,学习。。。。。 9 | -------------------------------------------------------------------------------- /html&css/test/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |
75 | Welcome to the world of USELESS!
77 |端午节:6月4日至6日放假3天。
76 |


