Project RootLet’s start by taking a look at the root folder structure.? app/? bootstrap/? vendor/? public/? .gitattributes? .gitignore? artisan? compo...
分类:
其他好文 时间:
2014-07-19 19:10:07
阅读次数:
252
Flick
package io.appium.android.bootstrap.handler;
import com.android.uiautomator.core.UiDevice;
import io.appium.android.bootstrap.*;
import io.appium.android.bootstrap.exceptions.InvalidCoordi...
分类:
其他好文 时间:
2014-07-19 02:28:56
阅读次数:
220
在使用bootstrap库中的checkboxlistrow时,我想要根据checkbox是否至少选中了一个选项来确定页面的跳转,即需要在js中操作checkbox。这样就存在一个问题,一般的checkbox对应的name等是一个数组,可以对其进行相应的操作:如
var checkText=$("#select_id").find("option:selected").text();
或
$...
分类:
其他好文 时间:
2014-07-18 22:06:50
阅读次数:
210
Orientation
调整屏幕方向的操作。
package io.appium.android.bootstrap.handler;
import android.os.RemoteException;
import com.android.uiautomator.core.UiDevice;
import io.appium.android.bootstrap.*;
...
分类:
其他好文 时间:
2014-07-18 18:00:25
阅读次数:
309
这段时间使用BootStrap+Asp.net Mvc5开发项目,Ajax.ActionLink遇到一个重复提交的BUG,代码如下: 1 @model IList 2 @{ 3 Layout = null; 4 } 5 6 7 8 9 10 11 ...
分类:
Web程序 时间:
2014-07-18 16:01:30
阅读次数:
286
前几日花了一天去看less,这几日在捣鼓其他东西,项目也在有序的进行中,今天花点时间整理下less的基础语法,也分享实际中的一些经验,与众人共享。本篇笔者以less的基础语法着手,并配合bootstrap的逻辑结构给大家梳理下less的语法,方面以后实战中快速开发。1.变量与许多后台编辑语法类似,l...
分类:
其他好文 时间:
2014-07-18 14:38:55
阅读次数:
213
背景:云适配创立之初,我们就开始积累自己的前端框架,同时也借鉴了Bootstrap等国外框架的优点。在内部使用过程中,大家一致反映不错,我们就希望把这个产品开源,希望分享给更多的人,也希望更多的人来贡献代码,来共建中国前端开源生态环境。由于AmazeUI目前处在内测期,我..
分类:
Web程序 时间:
2014-07-18 12:39:53
阅读次数:
323
(上篇文章写完才发现,说好的按顺序但是回头一看完全不是按顺序的)明明WaitForIdle才是第一个。哎,老了,后脑勺不行了。
WaitForIdle
package io.appium.android.bootstrap.handler;
import com.android.uiautomator.core.UiDevice;
import io.appium.andro...
分类:
其他好文 时间:
2014-07-18 12:34:28
阅读次数:
276
上一篇文章中讲了bootstrap的工作流程,这篇文章来研究一下bootstrap可以接受哪些指令(从源码的角度来看,由于appium的项目现在还处在持续更新中,所以有的指令已经实现,某些或许未来会实现,从源码来看的好处是你知道以后或许未来appium能做到哪些功能)。
在bootstrap项目中的io.appium.android.bootstrap.handler包中的类都是对应的相...
分类:
其他好文 时间:
2014-07-18 11:32:43
阅读次数:
191