1996 ajax
asm.js bytecode
ES6 寫法向 Java 靠攏
ES7 草案中
1996 ajax
asm.js bytecode
ES6 寫法向 Java 靠攏
ES7 草案中
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
| <title>Examples</title> | |
| <link href="" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <a href="https://www.google.com.tw/?gfe_rd=cr&ei=6evvVeztB4rT8AWBzL-ABw">A</a> |
Prereq:
apt-get install zsh
apt-get install git-coreGetting zsh to work in ubuntu is weird, since sh does not understand the source command. So, you do this to install zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
| function componentHTML(width, height, id, dom, count) { | |
| if (!dom) { | |
| console.error('not set dom'); | |
| return; | |
| } | |
| if (!count) { | |
| var count = ''; | |
| } | |
| var js = document.createElement('script'); | |
| js.setAttribute('id', 'component_' + id + '_' + count); |
2014 Taiwan IT 業注重的領域 cloud social big data mobile app
2014 Taiwan IT 業在做的事 support mobile app
opensource rank
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
| <title>responsive popup</title> | |
| <link rel="stylesheet" href="http://meyerweb.com/eric/tools/css/reset/reset200802.css"> | |
| <style> | |
| html, body { | |
| width: 100%; |
| require('./const.js'); | |
| console.log('this is content'); |