国内前端UI: http://amazeui.org/
前端网站 http://www.w3cfuns.com/ http://www.w3cfuns.com/feres.php
前端工具
| <!doctype html> | |
| <html> | |
| <head> | |
| <!-- Run in full-screen mode. --> | |
| <meta name="apple-mobile-web-app-capable" content="yes"> | |
| <!-- Make the status bar black with white text. --> | |
| <meta name="apple-mobile-web-app-status-bar-style" content="black"> |
| # | |
| # This is the main Apache HTTP server configuration file. It contains the | |
| # configuration directives that give the server its instructions. | |
| # See <URL:http://httpd.apache.org/docs/2.4/> for detailed information. | |
| # In particular, see | |
| # <URL:http://httpd.apache.org/docs/2.4/mod/directives.html> | |
| # for a discussion of each configuration directive. | |
| # | |
| # Do NOT simply read the instructions in here without understanding | |
| # what they do. They're here only as hints or reminders. If you are unsure |
| { | |
| "folders": | |
| [ | |
| { | |
| "follow_symlinks": true, | |
| "path": "F:\\web\\web_gits\\sassIce" | |
| } | |
| ], | |
| "settings": | |
| { |
| for( var i=0; i<10; i++ ){ | |
| if( i == 5 ){ | |
| console.log(i); | |
| return i; //这里return后,后面的代码就不会执行了,即使是在if语句中 | |
| } | |
| console.log(i); | |
| } |
| <img src="http://fpoimg.com/155x260?text=Palcehold-1&bg_color=bdd080"> | |
| <img src="http://fpoimg.com/155x260?text=Palcehold-2&bg_color=d45d59"> | |
| <img src="http://fpoimg.com/155x260?text=Palcehold-3&bg_color=d49259"> |
| if( typeof( data ) === 'string' ) { | |
| dataTemp1 = JSON.parse( data ); | |
| dataTemp2 = $.parseJSON( data ); | |
| dataTemp3 = eval('(' + data + ')' ); | |
| } |
| if (/msie [6|7|8|9]/i.test(navigator.userAgent)) {window.document.location.href = "browserHint.html"}; |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>AppTitle</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> | |
| <meta http-equiv="x-dns-prefetch-control" content="on" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <!-- 禁止页面缓存 --> | |
| <meta http-equiv="Pragma" CONTENT="no-cache"> | |
| <!-- 禁止百度转码 --> | |
| <meta http-equiv="Cache-Control" content="no-transform" /> |
| http://devework.com/material-design.html |