标签:Effective
Much as we hate to admit it, most prototyping practice lacks a sophisticated understanding of the broad concepts of prototypingand its strategic position within the development process. Often we...
标签:DevelopmentEffectiveinteractivemakersmuchprototypingsoftwaretechnologies
Many companies recognize that people expect effortless, engaging interaction with desktop and web applications, but producing software that generates enjoyable user experiences is much harder th...
标签:EffectiveeffectiveuiengagingsoftwareUIuser体验用户设计
<p>This substantial revision expands upon the first edition s broad coverage of key topics in the field of user interface design. The second edition highlights major issues in human factor...
标签:ComputerdesigningeditionEffectiveHumaninteractioninterfacestrategiesuser
本书一共包含90个条目,每个条目讨论Java程序设计中的一条规则。这些规则反映了最有经验的优秀程序员在实践中常用的一些有益的做法。 全书以一种比较松散的方式将这些条目组织成11章,每一章都涉及软件设计的一个主要方面。因此,本书并不一定需要按部就班地从头读到尾,因为每个条目都有一定程度的独立性。这些条目相互之间经常交叉引用,因此可以很容易地在书中找到自己需要的内容。 本书的目...
标签:blochEffectiveJavautil本书条目类库
想要彻底理解C++11和C++14,不可止步于熟悉它们引入的语言特性(例如,auto型别推导、移动语义、lambda表达式以及并发支持)。挑战在于高效地运用这些特性——从而使你的软件具备正确性、高效率、可维护性和可移植性。这正是这本实用的图书意欲达成的定位。它描述的正是使用C++11和C++14——现代C++来撰写真正卓越的软件之道。 涵盖以下主题: 大括号初始化、noex...
标签:C#Effectivelambdamodernstd特性简体中文版
这不是一本单纯讲解前端编程技巧的书,而是一本注重思想提升和内功修炼的书。 全书以问题为导向,精选了前端开发中的34个疑难问题,从分析问题的原因入手,逐步给出解决方案,并分析各种方案的优劣,最后针对每个问题总结出高效编程的最佳实践和各种性能优化的方法。 全书共7章,内容从逻辑上大致可以分为两大类: 第一类,偏向实践,围绕HTML、CSS、JavaScript等传统前端技...
标签:CSSEffectiveHTML优化前端工程师知乎编程高效
Effective Java Programming Language Guide distills the hard-won wisdom of today's best Java programmers into 50 techniques for designing and constructing more robust, high-performance softw...
标签:EffectiveJavaProgramming程序设计编程计算机软件开发
Written for the working Java developer, Joshua Bloch's Effective Java Programming Language Guide provides a truly useful set of over 50 best practices and tips for writing better Java code....
标签:EffectiveJavaProgramming程序设计编程计算机软件开发
Learn how to program expertly with C++ with this practical book from Scott Meyers, one of the world's foremost authorities on this systems programming language. Scott Meyers takes some of t...
标签:C/C++C#c++11EffectiveProgramming程序设计编程计算机
本书介绍了在Java编程中78条极具实用价值的经验规则,这些经验规则涵盖了大多数开发人员每天所面临的问题的解决方案。通过对Java平台设计专家所使用的技术的全面描述,揭示了应该做什么,不应该做什么才能产生清晰、健壮和高效的代码。 本书中的每条规则都以简短、独立的小文章形式出现,并通过例子代码加以进一步说明。本书内容全面,结构清晰,讲解详细。可作为技术人员的参考用书。
标签:EffectiveJava程序设计经典编程计算机软件开发