码迷,mamicode.com
首页 >  
搜索关键字:interaction design    ( 5314个结果
深入理解JavaScript事件循环机制
前言 众所周知,JavaScript 是一门单线程语言,虽然在 html5 中提出了 Web-Worker ,但这并未改变 JavaScript 是单线程这一核心。可看HTML规范中的这段话: To coordinate events, user interaction, scripts, rend ...
分类:编程语言   时间:2020-04-07 22:47:29    阅读次数:92
[LC] 1268. Search Suggestions System
Given an array of strings products and a string searchWord. We want to design a system that suggests at most three product names from products after e ...
分类:其他好文   时间:2020-04-05 00:21:07    阅读次数:84
React Hooks Typescript 开发的一款 H5 移动端 组件库
CP design 使用 React hooks Typescript 开发的一个 H5 移动端 组件库 "English" | 简体中文 badge button icon CP Design Mobile " " 特性 基于 CP Design 移动设计规范。 规则化的视觉样式配置,适应各类产品 ...
分类:移动开发   时间:2020-04-04 14:29:21    阅读次数:78
【leetcode】1396. Design Underground System
题目如下: Implement the class UndergroundSystem that supports three methods: 1. checkIn(int id, string stationName, int t) A customer with id card equal t ...
分类:其他好文   时间:2020-04-04 14:27:25    阅读次数:69
JavaScript设计模式样例二十 —— 中介者模式
中介者模式(Mediator Pattern) 定义:用来降低多个对象和类之间的通信复杂性。目的:用一个中介对象来封装一系列的对象交互,中介者使各对象不需要显式地相互引用,从而使其耦合松散,而且可以独立地改变它们之间的交互。场景:MVC框架中的控制器C就是模型M和识图V的中介者。 let media ...
分类:编程语言   时间:2020-04-03 19:54:58    阅读次数:67
Publish .net standard library with all it's dependencies?
Publish .net standard library with all it's dependencies? 回答1 At the time of writing, it looks like it's by design and there's quite some fuss and con ...
分类:Web程序   时间:2020-04-03 18:05:51    阅读次数:78
扩展名:csproj
ylbtech-扩展名:csproj C#项目文件的扩展名,它是“C Sharp Project”的缩写。.net 开发环境中建立项目时,会产生 .csproj 文件,这是C#的工程文件,其中记录了与工程有关的相关信息,例如包含的文件,程序的版本,所生成的文件的类型和位置的信息等。 1.返回顶部 1 ...
分类:其他好文   时间:2020-04-03 12:29:11    阅读次数:60
23种设计模式 Java实现
23种设计方法(Java实现) 每个设计模式已经实现 https://gitee.com/longzhiquan/design_patterns23 1. 创建模式 1.1 单例模式 (single) 定义:保证一个类仅有一个实例,并提供一个访问它的全局访问点。 适用:当类只能有一个实例而且客户可以 ...
分类:编程语言   时间:2020-04-02 22:34:41    阅读次数:79
leetcode 703. Kth Largest Element in a Stream & c++ priority_queue & minHeap/maxHeap
703. Kth Largest Element in a Stream & c++ priority_queue & minHeap/maxHeap 相关链接 "leetcode" "c++ priority_queue cplusplus" "c++ priority_queue cnblog" ...
分类:编程语言   时间:2020-04-01 10:54:46    阅读次数:71
General structure of QKDN
源自:ITU-T Y.QKDN Arch文稿 1. General structure of QKDN Figure 1 summarizes the reference model and main elements of a QKDN and a user network based in [I ...
分类:其他好文   时间:2020-03-29 18:01:11    阅读次数:68
5314条   上一页 1 ... 26 27 28 29 30 ... 532 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!