码迷,mamicode.com
首页 >  
搜索关键字:loading    ( 5229个结果
css3 loading效果
file:///E:/zhangqiangWork/2014/SPDbank/index.html参考该网站http://tobiasahlin.com/spinkit/查看源代码把里面的dom元素与css拷贝下来放到自己的项目里就可以直接使用了。
分类:Web程序   时间:2014-12-04 12:04:00    阅读次数:165
前端代码优化的基本原则
前端技术的逐渐成熟,还衍生了domain hash, cookie free, css sprites, js/css combine, max expires time, loading images on demand等等技术。这些技术的出现和大量使用都和并发资源数有关。按照普通设计,当网站co...
分类:其他好文   时间:2014-12-04 08:45:35    阅读次数:182
libstdc++.so.6: cannot open shared object file: No such file or directory
在网站上上运行 /usr/apktool/aapt d badging /temp/2014/12/02/17/547d812953368677.apk error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory 1....
分类:编程语言   时间:2014-12-03 17:11:09    阅读次数:262
UILabel,UITextField和UIButton使用简示
关于题中三个控件的简要使用例子。 代码 - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. // 设置视图背景色 [self.view setBackgroundColor:[UICo...
分类:其他好文   时间:2014-12-03 15:52:01    阅读次数:135
可伸缩搜索框 旋转实现loading
以前在花瓣上看到的一个搜索框交互效果,找不到了。搜索标志获得焦点的时候拉伸成搜索框,失去焦点的时候缩回搜索标志,输入内容回车,则会先缩回搜索标志,而后旋转模拟loading。DEMO下载效果如图:----------------------------------------------------...
分类:其他好文   时间:2014-12-03 12:19:14    阅读次数:338
IOS抽屉效果功能实现
抽屉效果功能实现 一、.h文件 @interfaceHMDrawViewController:UIViewController@property(nonatomic,weak,readonly)UIView*mainView;@property(nonatomic,weak,readonly)UIView*leftView;@property(nonatomic,weak,readonly)UIView*rightView;@end 二、.m文件 @in..
分类:移动开发   时间:2014-12-03 02:00:45    阅读次数:281
Xcode Loading custom fonts
1、进入网站http://www.dafont.com,选取需要的字体 2、下载字体,解压文件,找到ttf格式文件,这个是我们要导入至工程的。如thirteen_pixel_font.ttf 。 3、导入文件至工程中 点击最后 4、选取工程targets,进入info,找到Custom iOS Target Properties. 点击列表最后一行入口Bundle versions ...
分类:其他好文   时间:2014-12-03 00:31:48    阅读次数:196
将400电话中间加上-线
代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. NSLog(@"--iphone--%@",[self getNewPhoneSt...
分类:其他好文   时间:2014-12-02 19:00:57    阅读次数:202
浮点数处理并去掉多余的0
代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. NSLog(@"--float-%@-",[self stringDisposeW...
分类:其他好文   时间:2014-12-02 18:45:50    阅读次数:159
获取设备型号
代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. NSLog(@"--self-machine-%@",[self machineN...
分类:其他好文   时间:2014-12-02 18:42:39    阅读次数:152
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!