码迷,mamicode.com
首页 >  
搜索关键字:frame    ( 7319个结果
Ubuntu下sqlite3的配置与使用(以后会说到Ubuntu下C++数据库应用开发程序(窗体程序))
/*************************************************************** * Name: CaculatorMain.h * Purpose: Defines Application Frame * Author: zhangaihua (62...
分类:数据库   时间:2014-05-27 00:37:45    阅读次数:259
UIScrollView 不能滚动的问题
uiscrollview是开发sdk自带的控件, 在使用的时候,发现滚动不了, 最常山见的原因是 contentSize 这个属性,比uiscrollview的frame要小。。。所以无需滚动,自然就滚动不了。 scrollenabled 这个属性, 标识着是否允许滚动,要言设成yes 还有一个比较...
分类:其他好文   时间:2014-05-26 09:05:08    阅读次数:210
UIButton 设置为圆形,并且使用图片(UIImage)当做背景
-(UIButton *)shareButtonWithIcon:(NSString *)iconName{ UIButton *button = [UIButtonbuttonWithType:UIButtonTypeCustom]; button.frame = CGRectMake(100.....
分类:其他好文   时间:2014-05-23 05:33:28    阅读次数:221
iOS开发UI基础—手写控件,frame,center和bounds属性
iOS开发UI基础—手写控件,frame,center和bounds属性一、手写控件1.手写控件的步骤(1)使用相应的空间类创建控件对象(2)设置该控件的各种属性(3)添加控件到视图中(4)如果是button等控件,还需考虑控件的单击事件等(5)注意:View Contollor和view的关系2....
分类:移动开发   时间:2014-05-23 04:56:23    阅读次数:400
初见IOS的UI之:UI控件的属性frame bounds center 和transform
这些属性,内部都是结构体:CGRect CGPoint CGFloat背景知识:所有的控件都是view的子类,屏幕就是一个大的view;每个view都有个viewController,它是view的管家,每个view对应着一个viewController,来管理view。frame & bounds...
分类:移动开发   时间:2014-05-23 04:18:38    阅读次数:338
纯代码frame位移和伸缩
1 // 2 // LWTViewController.m 3 // 纯代码位移和伸缩作业 4 // 5 // Created by apple on 14-5-20. 6 // Copyright (c) 2014年 lwt. All rights reserved. 7 ...
分类:其他好文   时间:2014-05-23 04:03:01    阅读次数:467
0521.使用UIWebView加载来自NetWork、Project、Documents的html、javascript文件
话不多少,直接上代码,思路还是挺简单的。 UIWebView *webView = [[UIWebView alloc]initWithFrame:self.view.frame]; // HTML文件来自Project // 步骤:path - > url - > request with url - > loadRequest NSStrin...
分类:编程语言   时间:2014-05-22 23:53:05    阅读次数:442
Ffmpeg解析media容器过程/ ffmpeg 源代码简单分析 : av_read_frame()
ffmpeg 源代码简单分析 : av_read_frame() http://blog.csdn.net/leixiaohua1020/article/details/12678577ffmpeg中的av_read_frame()的作用是读取码流中的音频若干帧或者视频一帧。例如,解码视频的时候,....
分类:其他好文   时间:2014-05-21 22:21:52    阅读次数:541
HttpWebRequest post 提交 C#的WebBrowser操作frame如此简单 WebClient 提交
//http://www.cnblogs.com/cgli/archive/2011/04/09/2010497.html System.Net.ServicePointManager.Expect100Continue = false; string param = "u=1...
分类:Web程序   时间:2014-05-21 19:58:09    阅读次数:585
OpenWRT系统MT7620N芯片的无线BSSID问题
BSSID的值是路由器无线MAC地址,具体相信IEEE 802.11规范。 MAC地址在路由器上存储位置一半为Factory/factory分区的第四个字节(从0开始),小端字节序。 The BSSID included in the MAC Header transmitter address field of a Beacon frame when the multiple BSSID...
分类:其他好文   时间:2014-05-21 09:59:36    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!