码迷,mamicode.com
首页 >  
搜索关键字:design thinking 設計思考    ( 5974个结果
作为一个前端工程师,CSS是最基本的入门课,你都能做出来吗?
CSS在很多程序员看来那只不过是雕虫小技,实际上CSS3发展到今天已经强大到超乎你的想象,当然对于低端浏览器使用者来说,还是以前那样——囧有时候搞CSS开发确实需要很多想象力,下面一组纯CSS3特效足以描述这一点以下内容转载自【http://design.yesky.com/show/466/114...
分类:Web程序   时间:2014-07-19 22:17:00    阅读次数:315
UVA - 10410 Tree Reconstruction
Description   You have just finished a compiler design homework question where you had to find the parse tree of an expression. Unfortunately you left your assignment in the library, but lucki...
分类:其他好文   时间:2014-07-18 22:19:15    阅读次数:249
Android Wear - App Structure for Android Wear(应用结构)
原文地址:http://developer.android.com/design/wear/structure.html 用户习惯于点击图标来启动应用程序,但是Android Wear不一样。一个典型的Wear应用程序会在一个情境的合适时刻插入一张卡片到信息流中。这张卡片可能会包含一个用于快速交互的按钮来打开一个全屏视图(在一些情况下,卡片也可能不会提供交互按钮): 以下是简单排序...
分类:移动开发   时间:2014-07-18 22:17:37    阅读次数:349
未能加载文件或程序集“System.Web.Extensions, Version=1.0.61025.0, Culture=neutral
近日将电脑重装了一下,刚刚装上vs2005后打开以前的一个项目,居然出现了下面的错误: 未能加载文件或程序集“System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad...
分类:Web程序   时间:2014-07-18 20:12:39    阅读次数:237
Design Patterns Uncovered: The Chain Of Responsibility Pattern
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
项目开发相关规范
目录规范 目录规范——在开发中整体文件夹组织结构。 1.Requirement——需求文档文件夹 2.Design——设计文档文件夹 3.Test——集成测试,系统测试,测试报告,测试清单文件夹 4.Deployment——发布部署的文件夹 5.Study——预研,学习资料的文件夹 6.Src——源码文件夹 7.Help——帮助文档文件夹 基本命名规范 1.变量使用驼峰...
分类:其他好文   时间:2014-07-17 15:03:42    阅读次数:270
c# 将窗体从一个project复制到另一个project
步骤 1 : 假设窗体名为 Form1 ,将 Form1.design.cs , Form1.cs , Form1.resx 三个文件copy 到目标文件夹 2 : 先add existing ,将 Form1.design.cs添加进去 , 然后记得改 project namespace 3 .....
分类:Windows程序   时间:2014-07-17 14:34:05    阅读次数:288
46、动态存储类
动态存储类 StrVec Class Design StrVec Class Definition class StrVec { public: //构造函数 StrVec():elements(nullptr), first_free(nullptr), cap(nullptr){} //用initializer_list初始化参数列表 StrVe...
分类:其他好文   时间:2014-07-17 10:22:21    阅读次数:286
【游戏科普】使用心理学法则创建优秀的用户界面
There are proven psychological principles to user interfaces that work.Whether you have a team of design experts or are just building with programmer art, you can use these principles to make your gam...
分类:其他好文   时间:2014-07-16 16:33:00    阅读次数:243
数组泛型
大家都知道要定义如“T[]t = new T[10];”这种泛型数组是不行的,自己也找了不少方法。最后在《Thinking InJava》中吸取了一种很好的方法。现在分享给大家。...
分类:其他好文   时间:2014-07-15 10:40:21    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!