自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(7)
  • 资源 (3)
  • 收藏
  • 关注

原创 VS2003 fatal error C1033: cannot open program database '' 解决办法

I got the same thing when trying to build VS 2005 in Windows 7 RC:Fatal Error C1033: cannot open program database '' (with the database it couldn't open indicated as an empty string)I had my short

2011-12-15 12:29:49 1169

转载 重写UIPageControl实现自定义按钮

有时候UIPageControl需要用到白色的背景, 那么会导致上面的点按钮看不见或不清楚,我们可以通过继承该类重写函数来更换点按钮的图片现实.实现思路如下.新建类继承UIPageControl :   @interface MyPageControl : UIPageControl   {       UIImage *imagePageStateNormal

2011-12-06 10:20:07 398

转载 pagecontrol与scrollview的结合使用

首先,需要实现uiscrollview的delegate接口:@interface Controller : UIViewController…..设置scrollview的一些属性:contentScrollView.pagingEnabled=YES;contentScrollView.showsHorizontalScrollIndicator=NO;contentS

2011-12-06 10:16:45 496

原创 ios 换算标准时区时间 到 本地时区时间

NSDate * originalDate = [NSDatenew];NSTimeZone* sourceTimeZone = [NSTimeZonetimeZoneWithAbbreviation:@"GMT"];NSTimeZone* destinationTimeZone = [NSTimeZonelocalTimeZone];NSInteger sourceGMT

2011-12-01 16:46:00 1508

转载 ios的Notification的使用

iOS下的Notification的使用2011年03月09日 ⁄ 开发指南, 微博发布 ⁄ 暂无评论 ⁄ 被围观 1,274 views+Notification是智能手机应用编程中非常常用的一种传递信息的机制,而且可以非常好的节省资源,不用消耗资源来不停地检查信息状态(Pooling),在iOS下应用分为两种不同的Notification种类

2011-12-01 12:46:44 1176

转载 Scheduling, Registering, and Handling Notifications

Scheduling, Registering, and Handling NotificationsThis chapter describes the tasks that a iPhone, iPad, or iPod touch application should (or might) do to schedule local notifications, register re

2011-12-01 11:16:43 1112

转载 UILocalNotification实现本地的闹钟提醒的方法。

UILocalNotification *notification=[[UILocalNotification alloc] init];        if (notification!=nil)         {                        NSDate *now=[NSDate new];                       //notif

2011-12-01 11:16:05 379

Android 4高级编程(第3版) 源代码

Android 4高级编程(第3版) 源代码

2014-07-22

Microsoft.Press.Microsoft.ASP.dot.NET.2.0.Step.By.Step.Aug.2005Softii.com.chm

Microsoft.Press.Microsoft.ASP.dot.NET.2.0.Step.By.Step.Aug.2005Softii.com.chm

2009-02-20

C# 大全C# 大全

C# 大全C# 大全C# 大全C# 大全C# 大全

2008-11-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除