(原文地址:http://blog.chinaunix.net/uid-26672038-id-3904513.html)
本文主要讲述一下,什么是设计模式(Design
pattern),作为敲键盘的我们要如何学习设计模式。设计模式真的是一把万能钥匙么?各个代码的设计模式几乎每个人都知晓,就...
分类:
Web程序 时间:
2014-06-07 01:05:48
阅读次数:
298
Stop命令使用该命令的程序位置INITIALIZATION, AT
SELECTION-SCREEN, START-OF-SELECTION和GET
事件中处理说明1、当在INITIALIZATION事件执行该命令,系统将直接触发应用服务器和客户端屏幕元素的发送;2、在其他事件中将直接触发END-...
分类:
其他好文 时间:
2014-06-06 22:53:58
阅读次数:
251
using UnityEngine;using System.Collections;public
class example : MonoBehaviour {public void Awake() {Screen.SetResolution(1024,
768, true);//自己想要的分辨率...
分类:
其他好文 时间:
2014-06-06 22:26:24
阅读次数:
165
(参考官方文档:Using ViewPager for Screen Slides | Android
Developers)
分类:
移动开发 时间:
2014-06-06 20:51:19
阅读次数:
205
ProblemYou want to specify collision boundaries
between your UI components on the screen so that they will not overlap one
another.SolutionInstantiate...
分类:
其他好文 时间:
2014-06-06 16:47:39
阅读次数:
261
我们的软件架构设计与管理将基于业界公认的TOGAF Framework 体系结构,
我们的软件分析与设计将基于业界著名的Domain Driven
Design领域模式,我们的软件开发管理将基于业界流行的Scrum敏捷管理流程。以这三大理论体系为依托我们制定创建了我们自己的总体架构原则、目标架构和基...
分类:
其他好文 时间:
2014-06-03 16:21:31
阅读次数:
390
Eric Evan 的Domain Driven Design
在企业应用领域越来越深入人心, 博主所在的公司也是采用这一方法论,并且基于这一思想开发了一套framework让全公司的开发都去follow,但总觉的有这或那方面的问题, 被我们这些技术人员所诟病。前年读了
Microsoft Span...
分类:
其他好文 时间:
2014-06-02 18:03:16
阅读次数:
295
前一阵子在项目中添加了IrisSkin2皮肤控件,今天用VS打开悲剧了。提示"类型Universe无法解析程序集:System.Design,Version=2.0.0.0,Culture=neutral,PublickeyToken=b03f5f7f11d50a3a"。这是因为vs2010新建工程...
分类:
其他好文 时间:
2014-06-02 16:32:37
阅读次数:
241
Best Time to Buy and Sell Stock IISay you have
an array for which theithelement is the price of a given stock on dayi.Design an
algorithm to find the ...
分类:
其他好文 时间:
2014-06-02 15:01:53
阅读次数:
305
【Mesh Filter】 TheMesh Filtertakes a mesh from your
assets and passes it to theMesh Rendererfor rendering on the screen. Mesh
Filter决定使用哪一个Mesh。Mesh .....
分类:
其他好文 时间:
2014-06-02 13:19:13
阅读次数:
326