随笔分类 -  Web前端

摘要:GitHub 地址,欢迎star,查看更多整理的前端知识点 工程下载、分支的增删查改 工程下载: clone 远程工程:git clone https://XXXX.git fetch 远程分支到本地某分支:git fetch origin <orginname>:<localname> 分支的增删 阅读全文
posted @ 2018-10-14 22:44 提佰萬 阅读(373) 评论(0) 推荐(1)
摘要:TinyMCE 官网 (类似:百度的富文本web编辑器UEditor) 第一步 下载 TinyMCE,解压后放入工程,在需要的HTML页面引入tinymce.min.js。 第二步 下载tinyMCE image upload 插件 tinymce-imageupload,解压后把该文件夹放在 ti 阅读全文
posted @ 2016-07-28 17:07 提佰萬 阅读(13478) 评论(4) 推荐(1)
摘要:node-inspector是基于Chrome的调试工具。 安装: 1、启动node-inspector来监听node.js的debug调试接口。默认端口是8080,可以通过 --web-port=[端口号]来设置监听的端口。 2、启动inspector之后,通过--debug来启动node.js的 阅读全文
posted @ 2016-06-30 13:56 提佰萬 阅读(381) 评论(0) 推荐(0)
摘要:WebStorm 常用快捷键 Eclipse 常用快捷键 其他 阅读全文
posted @ 2016-04-05 22:53 提佰萬 阅读(1275) 评论(0) 推荐(0)
摘要:Wait:h5 canvas: http://andrew-hoyer.com/experiments/cloth/ canvas 刮奖效果 h5 贪吃蛇 ajax from post and getjs 读取文件 > json jquery-in: bootbox jquery.confirm/ 阅读全文
posted @ 2016-01-27 09:50 提佰萬 阅读(246) 评论(0) 推荐(0)
摘要:Dog: 1 View CodeI don't know 1 View Code 阅读全文
posted @ 2016-01-01 23:21 提佰萬 阅读(564) 评论(0) 推荐(0)
摘要:前端知识体系图 阅读全文
posted @ 2015-12-24 20:22 提佰萬 阅读(242) 评论(0) 推荐(0)
摘要:Viewport-Percentage (or Viewport-Relative) Lengths Viewport-Percentage Lengths:The viewport-percentage lengths are relative to the size of the initial... 阅读全文
posted @ 2015-12-22 21:01 提佰萬 阅读(253) 评论(0) 推荐(0)
摘要:Tool: Online jsonviewerJSON: JavaScript Object Notation.JSON is a syntax for storing and exchanging data.JSON ObjectsJSON objects are written inside c... 阅读全文
posted @ 2015-12-16 18:59 提佰萬 阅读(289) 评论(0) 推荐(0)
摘要:jquery代码规范Coding Standards & Best Practices中文翻译版:jquery编程的标准写法和最佳实践javascript代码规范JavaScript编码规范引爆你的Javascript代码进化前端编码规范之JavaScriptCSS 编码规范CSS编码规范编码规范b... 阅读全文
posted @ 2015-12-11 11:37 提佰萬 阅读(184) 评论(0) 推荐(0)
摘要:Coding Standards & Best Practices7 Reasons to use a Content Delivery NetworkCDN公共库汇总 阅读全文
posted @ 2015-12-08 00:21 提佰萬 阅读(109) 评论(0) 推荐(0)
摘要:网站页面常用开放平台腾讯开放平台微信开放平台新浪微博开放平台FacebookforDevelopers爱奇艺开放平台百度地图开放平台 阅读全文
posted @ 2015-12-07 23:39 提佰萬 阅读(150) 评论(0) 推荐(0)
摘要:Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.Basic template: 1 2 3 4 ... 阅读全文
posted @ 2015-11-17 21:16 提佰萬 阅读(275) 评论(0) 推荐(0)
摘要:WEB前端常用网站收集整理w3school、w3schools前端里、脚本之家、素材家园17素材、frontopenNEC更好的CSS方案、一些常用的JS实例Bootstrap 官网 http://getbootstrap.com/、中文官网 http://www.bootcss.com/、Boot... 阅读全文
posted @ 2015-09-10 22:48 提佰萬 阅读(865) 评论(0) 推荐(0)
摘要:效果图:main.html 代码: 1 2 3 4 MyHomepage 5 6 7 8 9 10 18 19 20 21 22 Get busy living or get busy dying 23 ... 阅读全文
posted @ 2015-09-09 23:53 提佰萬 阅读(792) 评论(0) 推荐(0)