码迷,mamicode.com
首页 >  
搜索关键字:Bootstrap    ( 9044个结果
Bootstrap 20分钟速成
这篇教程旨在让你在20分钟内学会使用twitter bootstrap创建一个站点。看完这个教程后你应该能够使用bootstrap来建立一个基本的响应式布局的页面,了解栅格系统,并且能够使用bootstrap导航、导航条和了解响应式设计的基础。这些全部都是使用twitter bootstrap所需要...
分类:其他好文   时间:2014-07-22 22:35:14    阅读次数:264
Yii中单独为module加载Bootstrap或其他组件的4种方法
Bootstrap中包含了丰富的Web组件,根据这些组件,可以快速的搭建一个漂亮、功能完备的网站。 但是有时候我们网站前台并不需要Bootstrap,只要管理后台使用Bootstrap,那么该如何单独为一个module加载Bootstrap呢?...
分类:其他好文   时间:2014-07-22 22:32:36    阅读次数:209
yii2顶部导航使用
yii2中使用顶部导航的具体方法:1.视图中调用两个类:use yii\bootstrap\Nav;use yii\bootstrap\NavBar;2. 'My Company', 'brandUrl' => Yii::$app->homeUrl, 'options' => [ 'class' =...
分类:其他好文   时间:2014-07-22 00:27:36    阅读次数:474
黑马程序员——类加载器初识
java类加载器就是将生成的字节码加入到内存中。java类加载器也是类,它们是由最原始的类加载器加入到java虚拟机中,然后再由他们加载其他的类,而最原始的类加载器就是BootStrap,他不是Java类,是由C++编写的在java中有三种类加载器:BootStrap(加载系统类,如System),...
分类:其他好文   时间:2014-07-21 00:36:28    阅读次数:365
bootstrap之UpdateStrings
UpdateStrings package io.appium.android.bootstrap.handler; import io.appium.android.bootstrap.AndroidCommand; import io.appium.android.bootstrap.AndroidCommandResult; import io.appium.android.bo...
分类:其他好文   时间:2014-07-20 11:32:38    阅读次数:244
bootstrap之PressKeyCode&&LongPressKeyCode
PressKeyCode package io.appium.android.bootstrap.handler; import com.android.uiautomator.core.UiDevice; import io.appium.android.bootstrap.AndroidCommand; import io.appium.android.bootstrap.Andr...
分类:其他好文   时间:2014-07-19 23:48:19    阅读次数:493
bootstrap之ScrollTo
ScrollTo package io.appium.android.bootstrap.handler; import com.android.uiautomator.core.UiObject; import com.android.uiautomator.core.UiObjectNotFoundException; import com.android.uiautomato...
分类:其他好文   时间:2014-07-19 23:37:28    阅读次数:376
bootstrap之GetName&&GetAttribute&&GetDeviceSize&&GetSize&&GetLocation&&GetDataDir
GetName package io.appium.android.bootstrap.handler; import com.android.uiautomator.core.UiObjectNotFoundException; import io.appium.android.bootstrap.*; import org.json.JSONException; /** * T...
分类:其他好文   时间:2014-07-19 23:33:29    阅读次数:439
bootstrap之DumpWindowHierarchy
DumpWindowHierarchy package io.appium.android.bootstrap.handler; import android.os.Environment; import com.android.uiautomator.core.UiDevice; import io.appium.android.bootstrap.AndroidCommand; i...
分类:Windows程序   时间:2014-07-19 23:25:19    阅读次数:611
bootstrap之Swipe
Swipe 我定义为滑动,但它字面的意思又不是,事件的形式类似于小时候拿着一块石头片,朝水面飞过去,如果你手法可以那么就是swipe走的路线,如果你手法不行,接触水面的时候就没再飞起来那就会被人嘲笑的。 package io.appium.android.bootstrap.handler; import com.android.uiautomator.core.UiDevi...
分类:其他好文   时间:2014-07-19 02:12:25    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!