码迷,mamicode.com
首页 >  
搜索关键字:interaction design    ( 5314个结果
Baozi Training System design interview: how to design a simple twitter search system
Methodology: READ MF! [Originally from the Post: System design interview: how to design a chat system (e.g., Facebook Messenger, WeChat or WhatsApp)] ...
分类:其他好文   时间:2020-06-22 13:02:56    阅读次数:98
PSU这个如何理解2
For 10.3.x and 12.1.1, it is a limitation of the BSU utility to determine the cumulative design of PSUs. Beginning with 12.1.2, the OPatch utility is ...
分类:其他好文   时间:2020-06-21 17:41:03    阅读次数:59
debug 问题
If you are getting this in gdb on macOS while trying to run a program: Unable to find Mach task port for process-id 57573: (os/kern) failure (0x5). (p ...
分类:其他好文   时间:2020-06-21 15:36:08    阅读次数:62
常用的设计模式整理
一概述 1.1设计模式 设计模式(Design Pattern)是一套被反复使用、多数人知晓的、经过分类的、代码设计经验的总结。有种说法是“懂了设计模式,你就懂了面向对象分析和设计(OOA/D)的精要 1.2为什么要使用设计模式 使程序呈现高内聚,低耦合的良好特性,使程序的复用性,可扩展性以及稳定性 ...
分类:其他好文   时间:2020-06-20 00:58:51    阅读次数:53
Ant Design Vue 中 DatePicker 日期选择框 使用
Ant Design Vue 中 DatePicker 日期选择框 使用 单页面中使用_demo: 新建 test.vue,内容如下 <template> <div> <a-date-picker @change="onChange" /> <br /> <a-month-picker placeh ...
分类:其他好文   时间:2020-06-18 16:08:14    阅读次数:808
开始学习前端
公司用的Ant-Design(基于Vue)和leaflet(一个Web地图框架)进行前端页面设计 超图为leaflet提供的开发包 https://iclient.supermap.io/web/introduction/leafletDevelop.html#editMapInformation ...
分类:其他好文   时间:2020-06-18 10:32:43    阅读次数:41
Draw
1.在使用多边形draw时,双击地图结束绘画的同时地图也会被缩放,需要设置stopClick:true; 1 draw = new ol.interaction.Draw({ 2 source: spacesource, 3 type: drawtype, 4 stopClick:true//取消地 ...
分类:其他好文   时间:2020-06-17 12:42:31    阅读次数:107
GB 50041-2020 锅炉房设计标准(含条文说明)
点击下载该标准 标准编号:GB 50041-2020 标准名称:锅炉房设计标准(含条文说明) 英文名称:Standard for design of boiler plant 发布部门:中华人民共和国住房和城乡建设部 国家市场监督管理总局 发布日期:2020-01-16 实施日期:2020-07-0 ...
分类:其他好文   时间:2020-06-17 10:52:38    阅读次数:2616
Vue-Ant-Design图片回显
customRender: (text, row, index) => { return < img src={text} style={{width: '100px', height: '100px'}}></img>; } 这段图片回显的代码是网上找到的,发这个博客是为了记录下 ...
分类:其他好文   时间:2020-06-17 01:36:44    阅读次数:253
Template Method Design Pattern
Template Method Design Pattern Rules of thumb Strategy is like Template Method except in its granularity粒度. Template Method uses inheritance to vary p ...
分类:其他好文   时间:2020-06-16 14:53:55    阅读次数:57
5314条   上一页 1 ... 14 15 16 17 18 ... 532 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!