Upgrade to Pro — share decks privately, control downloads, hide ads and more …

HTML5简介及移动端Web开发调试工具

Avatar for 破锣锅 破锣锅
August 29, 2013

 HTML5简介及移动端Web开发调试工具

Avatar for 破锣锅

破锣锅

August 29, 2013
Tweet

More Decks by 破锣锅

Other Decks in Technology

Transcript

  1. 开发者工具之  代理服务器 ProxyRequests On ProxyVia On <Proxy *> Order deny,allow

    Deny from all Allow from all </Proxy> http://httpd.apache.org/docs/2.2/mod/mod_proxy.html
  2. 调试工具之  Weinre npm -g install weinre weinre --boundHost 127.0.0.1 --httpPort

    9090 <script src="http://127.0.0.1:9090/target/target-script-min.js#anonymous"></script>