在实际开发中怎样尽可能的降低层级、降低控件数量。并达到相同的视觉效果?本文记录开发过程中的实践。 1. 降低 ImageView 的数目 1.1 使用 TextView.drawableXXX 如大众点评APP的首页: 注意红色框内的部分 红色框住的部分。由一张图片和它以下的文字组成,至少有两种实现 ...
分类:
其他好文 时间:
2018-04-05 21:02:26
阅读次数:
203
https://spring.io/guides/tutorials/bookmarks/ http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven I am getting frustrated by the num ...
Bridging signals Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2582 Accepted Submission(s): 166 ...
分类:
编程语言 时间:
2017-07-17 20:08:05
阅读次数:
189
sql server更改了数据表的字段/新增数据表的字段 无法保存 解决方法:进入 工具-->选项-->Designers-->表设计器和数据库设计器-->取消勾选 即可 ...
分类:
数据库 时间:
2017-06-02 14:54:01
阅读次数:
245
Bridging signals Description 'Oh no, they've done it again', cries the chief designer at the Waferland chip factory. Once more the routing designers h ...
分类:
其他好文 时间:
2017-05-14 18:56:28
阅读次数:
289
Description 'Oh no, they've done it again', cries the chief designer at the Waferland chip factory. Once more the routing designers have screwed up co ...
分类:
其他好文 时间:
2017-04-22 13:09:19
阅读次数:
277
解决方案: 1.一般情况下:工具--选项--Designers--表设计器和数据库设计器,勾掉“阻止保存要求重新创建表的更改”,重新启动Sql Server 即可。 2.若要更改的字段有外键约束,先删除外键,再手动在设计中更改,或使用sql语句:alter table xxx alter colum ...
分类:
数据库 时间:
2017-04-16 17:38:45
阅读次数:
224
1:在视图上删除约束: 1:移除主键: 右击要操做的表,点击设计。 打开以后右击主键,点击删除。 会出现这个窗口,移除主键是要删除与外键的关系。 使用视图删除非空约束: 直接把下面的允许为空改为是,ctrl+s有可能会报错: 解决方法: 点击工具,在点击选项。 点击Designers,把这项的对勾去 ...
分类:
其他好文 时间:
2016-10-30 23:58:52
阅读次数:
391
Description It has recently been discovered how to run open-source software on the Y-Crate gaming device. A number of enterprising designers have deve ...
分类:
其他好文 时间:
2016-09-19 19:39:58
阅读次数:
219
Velocity简介 Velocity是一个基于Java的模板引擎(template engine)。它可以让视图的设计者在web页面中引用Java代码中定义的数据对象和命令,从而使Web designers和Java开发者依照MVC思想(Model-View-Controller)开发系统,这意味 ...
分类:
其他好文 时间:
2016-08-05 13:29:59
阅读次数:
269