OOA Object-Oriented Analysis:面向对象分析OOD Object-Oriented Design :面向对象设计OOP Object Oriented Programming:面向对象编程UML Unified Modeling Language:统一建模语言Softwar...
分类:
其他好文 时间:
2014-07-19 23:26:17
阅读次数:
227
一、 Scrapy简介Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages...
随着汽车产业的发展,车载导航设备得到了更多的应用。比如车载导航设备集成有DVD功能(对视频处理提出较高要求,需要选择高性能平台和高性能视频处理器),通过OSD技术实现音量的可视性控制和DVD控制。优点是在不影响DVD画面的基础上叠加在屏幕上,降低主处理器的工作量。OSD是一种在屏显示技术,其核心就是...
分类:
其他好文 时间:
2014-07-19 19:11:11
阅读次数:
425
题目描述: Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a process to make the results as fair as po...
分类:
其他好文 时间:
2014-07-19 19:09:03
阅读次数:
282
For android system, of course you can custom your own style and theme, but you can't break compatibility with AOSP.We should follow AOSP design, and d...
分类:
其他好文 时间:
2014-07-19 16:22:00
阅读次数:
231
sap利用VMD_EI_API=>MAINTAIN创建供应商主数据...
分类:
Windows程序 时间:
2014-07-18 13:27:04
阅读次数:
1514
Whenever we want to add an instance of this custom view to the visible screen, we now need to:load the Nib, andextract the actual view from the array ...
分类:
其他好文 时间:
2014-07-18 10:15:11
阅读次数:
219
Chain of Responsibility in the Real WorldThe idea of the Chain Of Responsibility is that it avoids coupling the sender of the request to the receiver,...
分类:
其他好文 时间:
2014-07-18 08:36:38
阅读次数:
294
每天写代码,偶尔就会有让你抓狂的时候:代码改了千百遍,蓦然回首,Bug就在灯火阑珊处……这里就列举一些容易犯错的几个小地方,以后遇到了其他的,再慢慢添加。 1. 获取程序当前运行路径 情景复现:WPF客户端程序,开机自启动后无法进入主界面,卡在初始屏(Splash Screen) 处理问题:通...
分类:
其他好文 时间:
2014-07-17 22:28:25
阅读次数:
355
目录规范
目录规范——在开发中整体文件夹组织结构。
1.Requirement——需求文档文件夹
2.Design——设计文档文件夹
3.Test——集成测试,系统测试,测试报告,测试清单文件夹
4.Deployment——发布部署的文件夹
5.Study——预研,学习资料的文件夹
6.Src——源码文件夹
7.Help——帮助文档文件夹
基本命名规范
1.变量使用驼峰...
分类:
其他好文 时间:
2014-07-17 15:03:42
阅读次数:
270