Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
HTML5简介及移动端Web开发调试工具
Search
破锣锅
August 29, 2013
Technology
7
660
HTML5简介及移动端Web开发调试工具
破锣锅
August 29, 2013
Tweet
Share
More Decks by 破锣锅
See All by 破锣锅
NodeJS 应用以及线上服务的运维和监控
paulguo
2
430
AruchSummit2014 - 去哪儿SPA分享
paulguo
0
260
AruchSummit2014 - 手机QQ的移动化实践之路
paulguo
0
330
AruchSummit2014 -
paulguo
0
230
AruchSummit2014 - The Impact Of A Compact Web
paulguo
0
210
Gulp vs Grunt
paulguo
0
6.3k
Mobile Web 开发实战
paulguo
3
270
H5 Mobile 开发调试实践
paulguo
7
1k
HTML5 Intro For QA
paulguo
1
240
Other Decks in Technology
See All in Technology
pprof vs runtime/trace (FlightRecorder)
task4233
0
150
AWSにおけるTrend Vision Oneの効果について
shimak
0
120
関係性が駆動するアジャイル──GPTに人格を与えたら、対話を通してふりかえりを習慣化できた話
mhlyc
0
130
Escaping_the_Kraken_-_October_2025.pdf
mdalmijn
0
110
Azure Well-Architected Framework入門
tomokusaba
0
250
Pure Goで体験するWasmの未来
askua
1
170
バイブコーディングと継続的デプロイメント
nwiizo
2
400
DataOpsNight#8_Terragruntを用いたスケーラブルなSnowflakeインフラ管理
roki18d
1
320
GopherCon Tour 概略
logica0419
2
170
Windows で省エネ
murachiakira
0
160
SwiftUIのGeometryReaderとScrollViewを基礎から応用まで学び直す:設計と活用事例
fumiyasac0921
0
130
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
11
77k
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Navigating Team Friction
lara
189
15k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
It's Worth the Effort
3n
187
28k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
32
2.2k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
A Tale of Four Properties
chriscoyier
160
23k
A designer walks into a library…
pauljervisheath
209
24k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
RailsConf 2023
tenderlove
30
1.2k
Transcript
HTML5 开发调试工具 流火@Taobao UED http://f2e.im/guokai
None
None
http://html5demos.com/ http://slides.html5rocks.com/#landing-slide http://oreilly.com/training/html5mobile/ http://diveintohtml5.info/
None
None
None
http://static.lukew.com/TouchGestureGuide.pdf
http://static.lukew.com/TouchGestureGuide.pdf
None
None
None
None
- 开发者工具 - 调试工具 - 性能测试工具 - 打包工具
开发者工具之 Chrome
开发者工具之 Chrome - Emulating Touch Events
开发者工具之 Chrome - Emulating Device Viewports
开发者工具之 Chrome - Device Geolocation Overrides http://html5demos.com/geo
开发者工具之 Chrome - Device Orientation Overrides http://www.html5rocks.com/en/tutorials/device/orientation/deviceorientationsample.html
开发者工具之 Chrome - CSS Media Type Emulation https://developers.google.com/chrome-developer-tools/docs/mobile-emulation
开发者工具之 Chrome - Remote Debug https://developers.google.com/chrome-developer-tools/docs/remote-debugging
开发者工具之 ADB
开发者工具之 Safari
开发者工具之 Safari - Remote Debug
开发者工具之 Safari - Remote Debug
开发者工具之 Safari - Remote Debug
开发者工具之 Safari - Remote Debug
开发者工具之 iOS Simulator
开发者工具之 AVD
开发者工具之 代理服务器 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
开发者工具之 代理服务器
调试工具之 jsconsole
调试工具之 Weinre
调试工具之 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>
调试工具之 Weinre
调试工具之 iWebInspector
调试工具之 Fiddler
调试工具之 Fiddler
调试工具之 Fiddler
调试工具之 Charles
性能工具之 MobiTest
性能工具之 MobiTest http://mobitest.akamai.com
性能工具之 MobiReady http://ready.mobi
开发者工具之 Edge Animate
效率工具之 HTML5移动端兼容性 http://mobilehtml5.org/
效率工具之 兼容性速查 http://caniuse.com/
效率工具之 HTML5浏览器支持检测 http://html5test.com/
效率工具之 二维码 http://www.the-qrcode-generator.com/
跨平台工具之 PhoneGap
跨平台工具之 AppCan
移动端开发之 坑 https://github.com/jtyjty99999/mobileTech
书籍推荐