using System;using System.Data;using
System.Configuration;using System.Collections;using System.Web;using
System.Web.Security;using System.Web.UI;usin...
分类:
Web程序 时间:
2014-06-02 09:44:06
阅读次数:
237
iOS开发UI篇—UIScrollView控件实现图片轮播一、实现效果实现图片的自动轮播
二、实现代码storyboard中布局代码: 1 #import "YYViewController.h" 2 3 @interface
YYViewController () 4 @prop...
分类:
移动开发 时间:
2014-06-02 09:34:28
阅读次数:
295
using System;using
System.Collections.Generic;using System.Linq;using System.Web;using
System.Web.UI;using System.Web.UI.WebControls;//http://msdn.mic...
分类:
Web程序 时间:
2014-06-02 09:33:11
阅读次数:
402
UIkit框架下的几个基本控件,UIButton,UITextField,UILabel,UIImageView,UIScrollView,UITableView,UITableViewCell,UIPageControl;
他们的继承关系,UILabel,UIImageView,UIScro...
分类:
移动开发 时间:
2014-06-02 00:10:21
阅读次数:
361
UILabel:常用属性@property(nonatomic,copy) NSString
*text; // default is nil@property(nonatomic,retain) UIFont *font; // default
is...
分类:
移动开发 时间:
2014-06-02 00:03:51
阅读次数:
432
UIScrollView:常用属性@property(nonatomic)
UIEdgeInsets contentInset; // default UIEdgeInsetsZero. add additional scroll
area around content@prop...
分类:
移动开发 时间:
2014-06-01 23:53:28
阅读次数:
505
一、实现效果 二、实现代码1.数据模型部分YYQQGroupModel.h文件 1 // 2
// YYQQGroupModel.h 3 // 02-QQ好友列表(基本数据的加载) 4 // 5 // Created by apple on
14-5-31. 6 // Copyrig...
分类:
移动开发 时间:
2014-06-01 23:46:16
阅读次数:
375
《深入理解Windows Phone 8.1 UI控件编程》本书基于最新的Windows
Phone 8.1 Runtime
SDK编写,全面深入地论述了最酷的UI编程技术:实现复杂炫酷的动画、掌握布局原理、列表虚拟化原理、高性能列表实现、图表编程、控件原理等。目录如下:《深入理解Windows
P...
UITabelView:常用属性@property (nonatomic) CGFloat
rowHeight; // will return the default value if unset@property (nonatomic)
CGFloat sect...
分类:
移动开发 时间:
2014-06-01 17:07:41
阅读次数:
394
三层架构(3-tier architecture) 通常意义上的三层架构就是将整个业务应用划分为:表现层(UI)、业务逻辑层(BLL)、数据访问层(DAL)。区分层次的目的即为了“高内聚,低耦合”的思想。
首先我们先用一组生活中的图片来说明三层的重要性。...
分类:
其他好文 时间:
2014-06-01 14:41:24
阅读次数:
234