原文首发于微信公众号:躬行之(jzman-blog)MaterialDesign设计规范在GoogleI/O2014推出,这种设计理念一经推出就受到广大开发者的喜爱,主要侧重于纸墨化创作和突出设计的实体感,使得设计更接近于真实世界,力求平滑、连续的交互方式与用户体验,这种设计规范更能促进Android生态系统的发展,为此,Google提供了一系列的符合MaterialDesign风格的控件,如Fl
分类:
其他好文 时间:
2020-04-24 11:41:19
阅读次数:
70
简评:本文系译文,原作者 Julie Zhuo 是 Facebook 的 Product design VP。有时候我们提问(例如,为什么留存率下降了?)是以产品为中心的,如果换个角度,以用户为中心来提问(为什么用户不用这个产品了?),思考的角度就截然不同。 设计一个有价值的产品的第一准则,是这个产 ...
分类:
编程语言 时间:
2020-04-23 18:57:32
阅读次数:
75
本篇参考: https://developer.salesforce.com/docs/component-library/bundle/lightning-input/documentation https://www.lightningdesignsystem.com/components/in ...
分类:
其他好文 时间:
2020-04-22 13:24:38
阅读次数:
86
Problem : Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) Push element x onto stack. pop() R ...
分类:
其他好文 时间:
2020-04-21 23:45:18
阅读次数:
59
产品中经常用到加载动图,一般情况呢,我们都会根据UI设计师所给的UI图进行制作,我这里就介绍两种做法,此篇博客只是记录我怎么做的,方便我后续用,也希望能帮到大家。第一种是让UI设计师给一张包含里所有序列帧的大图比如:导入到Unity中选中再将SpriteMode设置改成Multiple,打开SpriteEditor进行编辑第二种是UI设计师把所有序列帧的图都给过来直接用代码实现加载usingSys
分类:
编程语言 时间:
2020-04-21 16:49:56
阅读次数:
130
一、背景 最近做的一个比较简单 CMS 项目,其中最“复杂”的功能就是要对表格中的数据实现 。 实例效果如下: 二、前端 用的是 AntDesign 的组件 其中的 拖拽排序 的示例: https://ant.design/components/table cn/ components t ...
分类:
数据库 时间:
2020-04-21 15:18:25
阅读次数:
72
{ title: '应收账款', dataIndex: 'ysk', key: 'ysk', align: 'center', width: '100px', className: `${styles.columnTwo}`, // 添加这个 } ...
分类:
其他好文 时间:
2020-04-20 15:59:50
阅读次数:
316
这是 iOS 系统设计规范翻译第二篇,热烈欢迎理性讨论,如有翻译不到位之处请批评指正。 原文:https://developer.apple.com/design/human-interface-guidelines/ios/overview/mac-catalyst/ 作者:苹果公司 译者:泽泽先 ...
分类:
移动开发 时间:
2020-04-19 23:41:07
阅读次数:
255
The NUIX System: Making Computers Easier to Use1982Bell Laboratories HostBack in 1969, a Couple of Computer Scientist here at Bell Laboratories, start... ...
分类:
其他好文 时间:
2020-04-19 22:19:16
阅读次数:
64
Ant Design Pro学习 Ant Design Pro 官网:https://pro.ant.design/index-cn 开箱即用的中台前端/设计解决方案 基于 React 的中后台管理控制台的脚手架,UI是Ant Design,,框架是 Ant Design Pro 安装前,你的本地环 ...
分类:
其他好文 时间:
2020-04-19 22:13:55
阅读次数:
551