Publish: December 28, 2011
Category: Architecture
Code signing is the process of digitally signing executables and scripts to confirm the software author and guarantee that the code has not been altered or corrupted since it was signed by use of a cryptographic hash.
Read the rest of this entry »
Publish: November 24, 2011
Category: Architecture
"我的代码没有缺陷,它是根据编写内容运行的。"
Read the rest of this entry »
Publish: October 19, 2011
Category: Architecture
目前的模块化成熟度模型是:
•级别1:特定的。什么都不是模块化的。所有的内容是一堆JAR包,更糟糕的话,可能只是一堆类。这通常会形成一个单一却庞大的应用。
•级别2:模块。模块有正式的版本标识,依赖关系由模块标识处理,而不是模块自己处理。Maven、Ivy、RPM和OSGi就属于这一类。
Read the rest of this entry »
Publish: October 18, 2011
Category: Architecture
初版基于3D引擎+OpenGL处理。通信协议采用MODBUS,可对底层硬件进行调控。
系统采用BS、CS混合型架构,未来将加入云计算服务。
已完成:基于C++开发的CS端的系统、通信服务器、采集器、中转站;
CS系统中已完成:
三维引擎、三维与二维的同步、定位、漫游、控制,动画等 。
总系统架构:
Read the rest of this entry »
Publish: September 30, 2011
Category: Architecture
•Anything taking more than 50ms should be done through an asynchronous call using Async in order to ensure a fluid and fast application experience. Because many developers tend to use synchronous API calls even when their asynchronous equivalents exists, Async was built deep inside the WinRT forcing developer to make asynchronous calls.
Read the rest of this entry »
Publish: September 28, 2011
Category: Architecture
Windows分享接受以下标准的数据格式:文本、富文本、位图、可存储项(如文件等)、URI、HTML代码等,此外,其他一些扩展格式也可通过信息流传输:地址、联系人、人员信息、地理位置等。用户在应用中分享信息时,系统会列出所支持信息类型的应用清单,这时,只需从中选择一个,数据便会立即发出。
Read the rest of this entry »
Publish: September 27, 2011
Category: Architecture
Windows 8 introduces a new core API called WinRT. This is used to develop Metro style applications using C/C++, .NET, or JavaScript. These applications automatically gain features such as hardware acceleration and advanced power management out of the box. Existing Silverlight and WPF applications can be ported to the new “Native XAML” libraries with minimal effort.
Read the rest of this entry »
Publish: September 16, 2011
Category: Architecture
Be based on MFC platform developed energy monitoring and evaluation are the basic completion of the development.
Two-dimensional plan is complete to join, and then also the most crucial step:adding D3D mode.
Read the rest of this entry »
- 1
- 2
- 3
- NEXT »