码迷,mamicode.com
首页 >  
搜索关键字:spark core    ( 25089个结果
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
VAOs, VBOs, Vertex and Fragment Shaders
关于Vertex Array Objects(VAOs), Vertex Buffer Objects(VBOs), Vertex and Fragment Shaders的概念还是看官方说明理解的好! The OpenGL 3.2 core specification removes the majority of the fixed function pipeline previou...
分类:其他好文   时间:2014-07-19 23:31:48    阅读次数:241
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
Core Animation
Core Anitmation 是什么???Core Animation是一组非常强大的动画处理API,使用它能做出非常炫丽的动画效果,而且往往是事半功倍!(使用之前要导入框架哦)添加QuartzCore.framework和引入对应的框架那使用Core Animation的基本步骤是什么??1.初...
分类:其他好文   时间:2014-07-19 18:34:05    阅读次数:334
Struts2学习笔记1
一.下载struts2.0.1http://struts.apache.org/downloads.html,下载struts-2.0.1-all.zip,这个压缩包中包括了开发struts2所需的struts2-core.jar核心包以及其他struts2所依赖的JAR文件,另外另一些struts...
分类:其他好文   时间:2014-07-19 15:10:10    阅读次数:317
OS X升级到10.10之后使用pod出现问题的解决方法
最新对mac 10.10的强大功能好奇,于是将系统升级到了10.10,结果发现使用pod出现了下面的问题:/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such fil...
分类:其他好文   时间:2014-07-19 12:04:58    阅读次数:195
Spark Catalyst源码分析之SqlParser
本文以Catalyst源代码的角度解析Catalyst的解析器如何解析SQL的生成LogicalPlan的。...
分类:数据库   时间:2014-07-19 11:15:13    阅读次数:389
bootstrap之Flick
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
从源代码剖析modelDriven拦截器和params拦截器和拦截器prepare 和paramsPrepareParamsStack拦截器栈(使您的Struts2代码更加简洁——怎样培养框架设计能力
源代码文件出处:Web App Libraries/struts2-core-2.3.15.3.jar/struts-default.xml 拦截器modelDriven: interceptor name="modelDriven" class="com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor"/> ...
分类:其他好文   时间:2014-07-19 02:18:07    阅读次数:247
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
迷上了代码!