码迷,mamicode.com
首页 >  
搜索关键字:twaver mono design    ( 6698个结果
antd源码分析之——栅格(Grid)
官方文档 https://ant.design/components/grid-cn/ 目录 一、antd中的Grid 代码目录 1、整体思路 2、less文件结构图(???重要) 3、less实现逻辑图(???重要) 4、源码节选:antd/components/grid/style/mixin. ...
分类:其他好文   时间:2019-08-16 20:42:28    阅读次数:437
vue-cli
Vue-cli安装 1、 npm install vue-cli -g 全局安装 2、 运行vue init webpack(注:模板名称) sell2(注:项目名称) 3、 npm install webpack –g安装webpack 4、 注意:webpack 4.X 开始,需要安装 webp ...
分类:其他好文   时间:2019-08-14 16:50:42    阅读次数:82
编程范式--对象范式,这不是原来的配方了
面向对象,OOP,我知道,我知道,我知道....... 你真的知道吗?你确定知道吗?你确定你是真的知道吗? 经过了,灵魂三连问,开始一起看看什么是面向对象编程~ ...
分类:其他好文   时间:2019-08-13 22:42:03    阅读次数:95
Git配置多个SSH-Key
SSH Key 背景 当有多个git账号时,比如: a. 一个gitee,用于公司内部的工作开发;b. 一个github,用于自己进行一些开发活动; 解决方法 生成一个公司用的SSH-Key $ ssh-keygen -t rsa -C 'xxxxx@company.com' -f ~/.ssh/g ...
分类:其他好文   时间:2019-08-11 23:08:23    阅读次数:117
ARTS打卡计划第十四周
Algorithms: https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock/ Review: “How to write a good software design doc” by Angela Zhang https: ...
分类:其他好文   时间:2019-08-11 22:56:36    阅读次数:117
RMQ(鸽巢原理或字符串操作)
http://acm.hdu.edu.cn/showproblem.php?pid=3183 A Magic Lamp Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Subm ...
分类:其他好文   时间:2019-08-11 22:50:29    阅读次数:134
COMP3331/9331 Computer Networks and Applications
COMP3331/9331 Computer Networks and ApplicationsAssignment for T2 2019 (19T2)Version 1.01. Change LogVersion 1.0 released on 19th June 2019 (Week 3).2 ...
分类:移动开发   时间:2019-08-11 21:13:47    阅读次数:89
Design HashSet
Design a HashSet without using any built-in hash table libraries. To be specific, your design should include these functions: add(value): Insert a val ...
分类:其他好文   时间:2019-08-11 11:20:34    阅读次数:85
Design Circular Deque
Design your implementation of the circular double-ended queue (deque). Your implementation should support following operations: MyCircularDeque(k): Co ...
分类:其他好文   时间:2019-08-11 10:39:12    阅读次数:79
5105 pa2 Distributed Hash Table based on Chord
1 Design document 1.1 System overview We implemented a Book Finder System using a distributed hash table (DHT) based on the Chord protocol. Using this ...
分类:其他好文   时间:2019-08-10 17:25:49    阅读次数:76
6698条   上一页 1 ... 74 75 76 77 78 ... 670 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!