摘要:
http://zhitu.isux.us/ 阅读全文
摘要:
http://blog.lanyus.com/archives/174.html 阅读全文
摘要:
主要职责: 1.负责京东店铺、活动装修平台产品移动前端、PC端(非IE系列)研发工作; 2.前端组件,前端交互功能 能力要求: 1、热爱前端,对前端技术有一定见解 2、三年以上前端工作经验 3、熟练掌握JavaScript/HTML/CSS,熟练使用jQuery/zepto框架,熟悉OOP,熟悉基本 阅读全文
摘要:
MUI:http://dcloudio.github.io/mui/(使用H5+app模式,号称是最接近原生,但是目前在手机和电脑浏览器无法使用) app-framework:http://app-framework-software.intel.com/ (有Android、iOS等主题样式可供选 阅读全文
摘要:
打开注册表regedit 删除依赖http 重启电脑就ok了 阅读全文
摘要:
查看任务管理器发现 系统和压缩内存 NT Kernel & System 占用了80端口 如下图: 解决办法: 1、找到cmd.exe 右击菜单,超级管理员 打开2、运行net stop http3、Y4、Sc config http start= disabled5、netstat -ano 发现 阅读全文
摘要:
// 清空file inputvar Upload = { clear: function(id){ var up = (typeof id=="string")?document.getElementById(id):id; if (typeof up != "o... 阅读全文
摘要:
server { listen 80; server_name localhost 10.20.143.106; index index.html index.htm; location / { ssi o... 阅读全文
摘要:
1.下载nodejs 2.安装less npm install less -g 3.在webstorm上配置less 4.nodejs安装Yui Compressor npm install yuicompressor -g 5.nodejs安装autoprefixer npm install au 阅读全文