码迷,mamicode.com
首页 >  
搜索关键字:context menu    ( 15272个结果
引擎设计跟踪(九.14) 更新记录和骨骼动画导出
骨骼动画是去年打算写的部分, 但是中间因为工作太忙, 已经拖了一年了. 期间也加了其他东西, 比如对UI做了部分完善.UI对toolbar button添加了drop down 支持,一种是dropdown menu,一种是dropdown property sheet实现这些控件不难, 但是要做抽...
分类:其他好文   时间:2014-07-22 23:14:33    阅读次数:487
图片操作,CoreImage、存储、截屏
1.图片的处理,CoreImage添加CoreImage的属性,并生成synthesize@property (nonatomic,strong) CIContext *context;@property (nonatomic,strong) CIFilter *filter1;@property ...
分类:其他好文   时间:2014-07-22 23:14:15    阅读次数:369
javascript执行上下文
What is the Execution Context & Stack in JavaScript?In this post I will take an in-depth look at one of the most fundamental parts of JavaScript, theE...
分类:编程语言   时间:2014-07-22 23:12:16    阅读次数:608
UIView中的动画设置
两种状态的改变通过动画来渐变,设置动画效果,一般采用的方式有以下几种:方式一:[UIView beginAnimations:(NSString *) context:];[UIView setAnimationDuration:];/*****这里插入需要产生动画的片段*****/ [UIV...
分类:其他好文   时间:2014-07-22 23:09:14    阅读次数:270
19 inflate用法
LayoutInflater inflater=(LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);View layout = inflater.inflate(R.layout.main, null);...
分类:其他好文   时间:2014-05-01 13:10:22    阅读次数:310
android重要的对象
Context----------------访问全局信息的apiActivityWindowIntent/BundleImageView----------onclickView-----自定义view
分类:移动开发   时间:2014-05-01 05:59:06    阅读次数:381
好乱的代码
using System;using System.Web;public class Search_Book : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Respo...
分类:其他好文   时间:2014-04-30 23:28:59    阅读次数:372
Mybatis 错误Illegal overloaded getter method ....
错误描述:Illegal overloaded getter method with ambiguous type for property parent in class class cn.domain.Menu. This breaks the JavaBeans specification a...
分类:其他好文   时间:2014-04-30 15:24:40    阅读次数:6857
jQuery源码分析
var aQuery = function(selector, context) {return new aQuery.prototype.init();//工厂方法创建一个对象}aQuery.prototype = {init: function() {return this;},getAge: ...
分类:Web程序   时间:2014-04-29 16:31:46    阅读次数:511
创建自定义布局,实现接口回调方法
//自定义布局 public class MyLayout extends RelativeLayout{ private Context mContext; private ICallBack mCallBack; public void setCallBack(ICallBack cb){ mCallBack = cb; }...
分类:其他好文   时间:2014-04-29 13:18:21    阅读次数:324
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!