<html>
<head>
<scriptsrc="jquery-1.7.1.min.js"></script>
<scripttype="text/javascript">
$(document).ready(function(){
vart1=setTimeout("$(‘#a‘).css(‘color‘,‘#0099FF‘);",2000)
vart2=setTimeout("$(‘#b‘).css(‘color‘,‘#0099FF‘)",30..
分类:
移动开发 时间:
2014-10-17 18:59:36
阅读次数:
171
最近公司工作不是很忙,就抽空研究了下Android的引导页,但是在写完引导页并且进入到住页面之后,在退出时,采用"再按一次退出"的方式去实现的,用的方式是杀掉进程跟exit,即:android.os.Process.killProcess(android.os.Process.myPid())或.....
分类:
移动开发 时间:
2014-10-17 18:14:58
阅读次数:
216
参考文章地址:www.linuxidc.com/Linux/2013-11/92236.htm1.重启电脑2.进入Grub引导页面,选择 Ubuntu 高级选项,回车3.选择带有"Recover mode"的菜单,回车4.你将看到recover Menu的选项页面5.选择"root drop to ...
分类:
系统相关 时间:
2014-10-17 01:24:43
阅读次数:
397
BS界面设计 、 cs界面设计 、 ipad界面设计 、 包装设计 、 图标定制 、 用户体验 、交互设计、 网站建设 、平面设计服务
分类:
其他好文 时间:
2014-10-09 14:46:03
阅读次数:
296
Page类继承于NSObject,保存每个page的信息,如各种图片、文字、标题内容等。@interface EAIntroPage : NSObject// title image Y position - from top of the screen// title and descriptio...
分类:
其他好文 时间:
2014-09-29 20:58:01
阅读次数:
192
1 import android.app.Activity; 2 import android.content.Intent; 3 import android.content.SharedPreferences; 4 import android.content.SharedPreference....
分类:
移动开发 时间:
2014-09-26 21:26:48
阅读次数:
426
#pragma mark - 创建引导页+ (id)initWithFrame:(CGRect)frame{ return [[self alloc] initWithFrame:frame];}//- (id)initWithFrame:(CGRect)frame{ self = [s...
分类:
其他好文 时间:
2014-09-13 22:39:26
阅读次数:
213
2012-11-02 10:311979人阅读评论(0)收藏举报原文:http://www.cnblogs.com/beenupper/archive/2012/07/18/2597504.html项目做完了,做了第一次启动,滑动的引导页了。 然后需求又要改成流行的图层图片引导了。如图: 大家一定也...
分类:
移动开发 时间:
2014-08-14 10:28:38
阅读次数:
317
制作引导页[3]第三种方法是将整个引导页写到一个controller中,是通用性最高的一种写法:)效果:源码:AppDelegate.m//// AppDelegate.m// Show//// Copyright (c) 2014年 Y.X. All rights reserved.//#i...
分类:
其他好文 时间:
2014-08-13 10:15:25
阅读次数:
221