码迷,mamicode.com
首页 >  
搜索关键字:interaction design    ( 5314个结果
LeetCode 706. Design HashMap
原题链接在这里:https://leetcode.com/problems/design-hashmap/ 题目: Design a HashMap without using any built-in hash table libraries. To be specific, your desig ...
分类:其他好文   时间:2020-01-15 13:32:54    阅读次数:74
C# WPF之Material Design自定义颜色
微信公众号: "Dotnet9" ,网站: "Dotnet9" ,问题或建议: "请网站留言" , 如果对您有所帮助: "欢迎赞赏" 。 C WPF之Material Design自定义颜色 阅读导航 1. 本文背景 2. 代码实现 3. 本文参考 1. 本文背景 主要介绍使用Material De ...
分类:Windows程序   时间:2020-01-14 16:38:03    阅读次数:100
解决antd design的Modal组件弹出卡顿的问题
代码: import React from 'react' import ReactDOM from 'react-dom' import Axios from "axios"; import copy from 'copy-to-clipboard' import { Input, Button, ...
分类:其他好文   时间:2020-01-14 13:33:01    阅读次数:400
LeetCode 1268. Search Suggestions System
原题链接在这里:https://leetcode.com/problems/search-suggestions-system/ 题目: Given an array of strings products and a string searchWord. We want to design a s ...
分类:其他好文   时间:2020-01-14 09:19:51    阅读次数:73
适配器模式 桥接模式
https://design-patterns.readthedocs.io/zh_CN/latest/structural_patterns/bridge.html ...
分类:其他好文   时间:2020-01-13 22:13:38    阅读次数:86
【设计模式】设计原则--面向接口编程你理解的对吗?
最近看了《Head First Design Patterns》这本书。正如其名,这本书讲的是设计模式(Design Patterns),而这本书的第一章,讲的是很重要的一些设计原则(Design Principles)。 Identify the aspects of your applicati ...
分类:其他好文   时间:2020-01-13 13:06:44    阅读次数:75
LoadRunner11 问题记录
1. LoadRunner Controller无法创建Vuser。确保您的Load Generator可 在Design页面,Scenario Scripts脚本后面的Load Generators栏Add,Name填上主机IP,本机为localhost。 2.Action.c(8): Error ...
分类:其他好文   时间:2020-01-13 11:14:03    阅读次数:156
Game Engine Gems 1 (Eric Lengyel 著)
Part I Game Engine Design Chapter 1 What to Look for When Evaluating Middleware for Integration Chapter 2 The Game Asset Pipeline Chapter 3 Volumetric ...
分类:其他好文   时间:2020-01-12 20:15:54    阅读次数:106
Antd组件库使用方法
零、介绍: Ant design,是阿里巴巴的蚂蚁金服公司设计的一套适应用于web端和移动端网页的Ui组件库,组件好看,非常适合React框架使用。 官网:https://ant.design/index-cn 一、第一步:安装包 引包:cnpm i -S antd 二、全局引用、其实都不这么用,因 ...
分类:其他好文   时间:2020-01-12 19:48:17    阅读次数:122
anaconda + pyqt5 + pycharm 安装,测试
1. 安装sip pip install sip 2.安装pyqt5 pip install PyQt5 pip install PyQt5-tools -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com pip insta ...
分类:其他好文   时间:2020-01-11 13:18:20    阅读次数:117
5314条   上一页 1 ... 36 37 38 39 40 ... 532 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!