导航

2020年1月22日

摘要: https://www.mobiloud.com/blog/native-web-or-hybrid-apps/ Native Apps, Web Apps or Hybrid Apps? What’s the Difference? Pietro Saccomani36 min read Nati 阅读全文

posted @ 2020-01-22 15:07 littledot 阅读(244) 评论(0) 推荐(0) 编辑

2020年1月18日

摘要: There are two ways to locate elements;1. User uiautomatorviewer.bat under android-sdk/tools/bin 2. User appium Desktop Inspector, a. Start appium dest 阅读全文

posted @ 2020-01-18 15:54 littledot 阅读(85) 评论(0) 推荐(0) 编辑

摘要: Copy from Youtuber: Automation Step by Step https://www.youtube.com/watch?v=x-hBpgM5je8&list=PLhW3qG5bs-L8npSSZD6aWdYFQ96OEduhk&index=3 How to install 阅读全文

posted @ 2020-01-18 15:06 littledot 阅读(163) 评论(0) 推荐(0) 编辑

2019年6月22日

摘要: 打开对应app,利用adb去查询: adb shell dumpsys window windows | findstr “Current” 阅读全文

posted @ 2019-06-22 14:54 littledot 阅读(177) 评论(0) 推荐(0) 编辑

2019年6月15日

摘要: Just "pip install pyreadline" in cmd of windows 10. Ps: for python 3.6.1 阅读全文

posted @ 2019-06-15 03:57 littledot 阅读(164) 评论(0) 推荐(0) 编辑

2014年11月22日

摘要: http://www.nodebeginner.org/#a-word-of-warninghttp://blog.mixu.net/2011/02/01/understanding-the-node-js-event-loop/http://debuggable.com/posts/underst... 阅读全文

posted @ 2014-11-22 14:41 littledot 阅读(126) 评论(0) 推荐(0) 编辑

2014年6月2日

摘要: The code structurebegin routine pre-loop code % Establish loop invariant loop exit when loop code % Make progress whi... 阅读全文

posted @ 2014-06-02 17:48 littledot 阅读(365) 评论(0) 推荐(0) 编辑

摘要: An iterative algorithm takes one step at a time, ensuring that each step makes progress while maitining the loop invariant.A paradigm shift:View an al... 阅读全文

posted @ 2014-06-02 14:44 littledot 阅读(413) 评论(0) 推荐(0) 编辑

2014年5月31日

摘要: Finite State Machine can be used the model the behavior of system by identifying what states the system can be in, what inputs or events trigger state... 阅读全文

posted @ 2014-05-31 12:34 littledot 阅读(173) 评论(0) 推荐(0) 编辑

2014年5月10日

摘要: Gorden Bell:The cheapest, fastest, and most reliable components of a computer system are those that aren't there.Jon Bentley:Those missing components ... 阅读全文

posted @ 2014-05-10 12:27 littledot 阅读(192) 评论(0) 推荐(0) 编辑