首页 技术 正文
技术 2022年11月15日
0 收藏 494 点赞 4,594 浏览 1151 个字

<!–
a:link {color:#5872d2;text-decoration:none;}/* 未被访问的链接 */
a:visited {color:#5872d2;text-decoration:none;}/* 已被访问的链接 */
a:hover {color:#adbdf8;text-decoration:none;}/* 鼠标指针移动到链接上 */
a:active {color:#0000FF;text-decoration:none;}/* 正在被点击的链接 */
#translate{
font-family:“楷体”;
font-size: 15px;
font-weight:bold;
color:#004200;
}
–>

Start Developing Mac Apps — Design Patterns 设计模式

Design Patterns

A design pattern solves a common software engineering problem. Patterns are abstract designs, not code. When you adopt a design, you adapt the general pattern to your specific needs.

设计模式解决了一个通用的软件工程问题。 模式是抽象的设计,不是代码。当你采用一个模式,就是让通用模式适应你的特殊需求。

Start Developing Mac Apps — Design Patterns 设计模式

No matter what type of app you are creating, you should know the fundamental design patterns used in the frameworks. Understanding design patterns helps you use frameworks more effectively and allows you to write programs that are more reusable, more extensible, and easier to change.

如论你创建的应用程序是什么类型的,你都需要了解框架里的基本设计模式。理解设计模式帮助你更有效地使用框架,并允许你编写更可重用,更可扩展,以及能更简单对其作出修改的程序。

Start Developing Mac Apps — Design Patterns 设计模式Read This Article Now: Streamline Your App with Design Patterns describes the key design patterns and explains how these are used in app development. These design patterns are essentially the same for OS X and iOS. 现在开始阅读文章:Streamline Your App with Design Patterns ,该文章描述了主要设计模式,并解释了在应用开发中如何使用它们。 这些设计模式在OS X 和 iOS里都通用。

Previous    Next

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,083
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,558
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,407
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,180
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,816
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,899