码迷,mamicode.com
首页 >  
搜索关键字:php this self parent    ( 101326个结果
取消taleView上下扯动
if (ios_Vewsion_5_Or_Above) {//iOS 5系统之后的版本         self.tableView.bounces = NO;     } else {         for (id subview in self.tableView.subviews)             if ([[subview class] isSubclassOfCl...
分类:其他好文   时间:2014-07-22 23:03:13    阅读次数:281
补题 留空
这两道题虽然不是很难,但是目前还不会,在这留个地,省赛之后多刷点这种类型的题,再补上。1、http://acm.hdu.edu.cn/showproblem.php?pid=3306矩阵快速幂的题,相加平方和。2、http://acm.hdu.edu.cn/showproblem.php?pid=3...
分类:其他好文   时间:2014-07-22 23:00:55    阅读次数:208
动画效果 打字延迟
self.myScrollView.frame = CGRectMake(0, self.stateNavigationHight-216+80, 320, [self getUIScreenHight]-113);     [UIView beginAnimations:@"roseImageViewAnimation" context:(__bridge void*)sel...
分类:其他好文   时间:2014-05-01 22:16:12    阅读次数:362
php中的html元素
我们先看下面的代码form2.php greetins eartyling Name Greetings ...
分类:Web程序   时间:2014-05-01 21:20:22    阅读次数:455
琐碎的小知识点
一.asp.net1.点击Repeater中的LinkButton,获取当中label中的值: Label lblName = ((LinkButton )sender).Parent.FindControl("lblName") as Label ;或者在gridView中,添加按钮列Button...
分类:其他好文   时间:2014-05-01 21:07:18    阅读次数:356
php页面跳转
php中如何跳转,我们看下面的代码form3.php Name ...
分类:Web程序   时间:2014-05-01 20:56:58    阅读次数:422
Yii在window下的安装方法
首先,在http://www.yiichina.com/上下载yii 然后,配置系统环境变量,在win8下,按win+x,找到系统->高级系统设置->环境变量->path 把php的运行环境,加入到环境变量中,以分号隔开。如,我的是D:\wamp\bin\php\php5.4.1...
分类:Windows程序   时间:2014-05-01 20:42:59    阅读次数:470
IOS中Block的循环引用
@interface DemoObj()@property (nonatomic, strong) NSOperationQueue *queue;@end@implementation DemoObj- (instancetype)init{ self = [super init]; ...
分类:移动开发   时间:2014-05-01 20:28:37    阅读次数:917
Python类的__getitem__和__setitem__特殊方法
class testsetandget: kk = {}; def __getitem__(self, key): return self.kk[key]; def __setitem__(self, key, value): self.kk[key] = value;a = testset...
分类:编程语言   时间:2014-05-01 20:16:13    阅读次数:449
iframe中的各种跳转方法
iframe中的各种跳转方法(转)一、背景A,B,C,D都是jsp,D是C的iframe,C是B的iframe,B是A的iframe,在D中跳转页面的写法区别如下。二、JS跳转window.location.href、location.href本页面跳转,D页面跳转parent.location.h...
分类:其他好文   时间:2014-05-01 19:26:02    阅读次数:356
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!