原因 object c++ ios7.0/7.1不支持c++ 11,解决办法:C++ Standard Libraryis set tolibstdc++ (GNU c++ standard library)另一个问题:c++库怎样加入ios工程中,不用.mm文件?1.提供一个接口头文件只有不要有c...
分类:
移动开发 时间:
2014-06-18 20:18:50
阅读次数:
254
http://vishaljoshi.blogspot.com.tr/2009/02/web-deployment-with-vs-2010-and-iis.htmlhttp://blogs.msdn.com/b/webdev/archive/2009/03/16/web-packaging-ins...
分类:
Web程序 时间:
2014-06-18 19:53:46
阅读次数:
184
1 protected void initializeGraphicalViewer() { 2 // TODO Auto-generated method stub 3 4 viewer.setContents(diagram);(2) 5 //...
分类:
其他好文 时间:
2014-06-18 16:50:24
阅读次数:
182
1.数据流图(Data Flow Diagram)坚持更DFD,它从数据的传递和加工角度,以图形方式来表达系统的逻辑功能,数据在系统内部的逻辑流向和逻辑交换过程,是结构化系统分析方法的主要表达工具及用于表示软件模型的一种图示放大。它是描绘信息流和数据从输入移动到输出的过程中所经受的变换数据流图的基本...
分类:
其他好文 时间:
2014-06-18 14:16:45
阅读次数:
171
Structural Things
An artifact is a physical
and replaceable part of a system that contains physical information (“bits”).
In a system, you’ll encounter different kinds of deployment artifacts...
分类:
其他好文 时间:
2014-06-17 23:08:40
阅读次数:
258
??
Both sequence diagrams and communication diagrams are kinds of interaction diagrams. An
interaction diagram
shows an interaction, consisting of a set of objects or roles, including the messages ...
分类:
其他好文 时间:
2014-06-17 19:15:04
阅读次数:
186
??
An artifact diagram
shows the physical constituents of a system on the computer. Artifacts include files, databases, and similar physical collections of bits. Artifacts are often used in conjunct...
分类:
其他好文 时间:
2014-06-17 16:11:28
阅读次数:
287
引脚部分查看中文的12864介绍,下面这些可以在ST7920的英文数据手册里查到。Function Description 部分介绍工作方式、存储器、操作方法。Instructions 部分介绍指令。按照并行或串行的 Timing Diagram 来操作,注意数据何时有效。查看初始化的流程图,按照F...
分类:
其他好文 时间:
2014-06-15 13:13:45
阅读次数:
252
一. 需求阶段1. 需求阶段使用use-case图描述需求顶层use-case:粗粒度地描述系统,给出系统的概况细分use-case:将顶层use-case细化Use_case图的方法是:从参与者开始寻找用例,用use-case diagram来表示参与者与用例之间的关系。Use-case描述的方法...
分类:
其他好文 时间:
2014-06-14 19:55:28
阅读次数:
192