码迷,mamicode.com
首页 >  
搜索关键字:design    ( 5165个结果
Qt界面美化 QSS
目前发现在Qt-Design中右击控件,可以选择Change StyleSheet------------------------以下总结不太对刚接触Qt,发现Qt Design无法对每个控件进行颜色风格设置。正在纳闷如此受欢迎的开发工具,怎么会没有这种,Delphi,VB,VC,C#都具备的基本功...
分类:其他好文   时间:2014-05-29 21:39:17    阅读次数:469
LeetCode123:Best Time to Buy and Sell Stock III
题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may co...
分类:其他好文   时间:2014-05-28 22:37:18    阅读次数:327
LeetCode122:Best Time to Buy and Sell Stock II
题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may co...
分类:其他好文   时间:2014-05-28 00:53:26    阅读次数:338
如何使用Xcode进行高保真原型设计?
转载自:http://www.guimobile.net/xcode-high-fidelity-prototype-design.htmlXcode不仅是开发者用来开发iOS Apps的开发工具,同样也可以被设计师用来创建App的高保真交互原型。在Xcode开发环境里,没有任何限制,设计师可以嵌入...
分类:其他好文   时间:2014-05-26 17:36:06    阅读次数:310
Design Pattern - Observer 观察者设计模式
Spy on enemy. 使用这个模式可以根据某些事件自动更新。 设计思路: 1 设计一个基类,作为需要观察一个时间行为的接口类 2 设计一个观察者类,可以观察所有基类的衍生类, 这里使用set来保存这些需要更新的类。 一个事件相当于一个函数,事件发生(调用函数)同时自动调用需要更新的函数动作。 #pragma once #include #include #inclu...
分类:其他好文   时间:2014-05-26 06:16:49    阅读次数:284
zoj 3195 Design the city
DescriptionCerror is the mayor of city HangZhou. As you may know, the traffic system of this city is so terrible, that there are traffic jams everywhe...
分类:其他好文   时间:2014-05-25 11:40:26    阅读次数:393
《Pro Android Graphics》读书笔记之第五节
Android DIP: Device-independent Pixel Graphics Design How Android Supports Device Displays: UI Design and UX  Device Display Concepts: Size, Density, Orientation, DIP  size Type small,normal,large,...
分类:移动开发   时间:2014-05-25 07:28:50    阅读次数:458
DataUml Design 教程5-代码模板介绍(甚于T4模板技术)
DataUml Design 代码模板完全基于C#语言来编写的。不懂写模板的可以请教作者,随时欢迎。下面是一段模板代码,这段代码可以获取一个类结构的所有信息。             #@ template language="C#" HostSpecific="True" #>             #              NetUmlTemplateCodeHost host =...
分类:其他好文   时间:2014-05-25 00:26:23    阅读次数:312
DataUml Design 教程4-代码生成
DataUml Design 生成代码非常灵活,它是基于模板形式生成代码,如果不懂类结构的话写模型就比较困难了。这里我只讲解下如何生成代码,代码模板规则下一节将介绍。         1、查看代码              1)、选中软件右边的代码模板文件,如图4-1 图4-1               2)、选择模型中的一个类,单击鼠标右键选择“查看代码”菜单,即可查看生成的代码。...
分类:其他好文   时间:2014-05-24 22:02:54    阅读次数:281
Android Design 1: Back键和Up键在App导航中的表现
一,概念1,Back键一直存在android系统中1-1任何页面下的返回1-2Floatingwindow1-3ContexualActionbar/highlightselect1-4Keyboard2,Up键是随AndroidDesign出来的。2-1androidDesign定义的parentcontainer2-2app的主界面是不存在Up键的二,情景分析1,App内部1-1沿逐级深入路..
分类:移动开发   时间:2014-05-24 17:06:16    阅读次数:317
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!