简评:本文系译文,原作者 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
一、背景 最近做的一个比较简单 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
Photo by Vishnu R Nair on Unsplash 作为共享各种技术、框架、库和集合的第一平台,GitHub在提供数量规模庞大的共享资源的同时,随之而来的问题是如何才能找到对你而言最有用的库。为此,本文整理出这一份包含10个超棒GitHub库的清单,能够为所有软件工程师提供巨大的价 ...
分类:
其他好文 时间:
2020-04-19 01:22:10
阅读次数:
120
什么是设计模式? 设计模式是在大量的实践中总结和理论化之后的最佳的类设计结构,编程风格,和解决问题的方式 设计模式已经帮助我们想好了所有可能的设计问题,总结在这些各种各样的设计模式当中,也成为GOF23 恕我直言,设计模式是OOP的精华总结 七大原则: 并不是一定要完全遵守这7大原则,耦合一定存在, ...
分类:
编程语言 时间:
2020-04-17 22:04:13
阅读次数:
80