Ant Design Pro 从零到一(Mock 使用)链滴 Ant Design Pro 从零到一(Mock 使用) 作者:sirwsl 原文链接:https://ld246.com/article/1622009145902 来源网站:链滴 许可协议:署名-相同方式共享 4.0 国际 (CC BY-SA 4.0) 认识Mock 学到这里就算是开始踏入AntD的门,然后我们还得学习一下常用的一些操作,例如Mock。 针对与Mock 我们稍微变一下型,为了看起来更加美观就变成了这样 const getList = ()=>{ const result = { success:true, data:[ 原文链接:Ant Design Pro 从零到一(Mock 使用) { id:1, name:'test01', 在哪里呢?那就是Service的文件夹 ,这时候我们大致看一下Service的基础结构,方便后面的demo看懂。 import {request} from "umi"; 原文链接:Ant Design Pro 从零到一(Mock 使用) export async function getList(){ return request('/api/testList'); } 或者是0 码力 | 6 页 | 299.27 KB | 1 年前3
Element Plus 和Ant Design Vue 对比测评,哪个更好?Element Plus 和 Ant Design Vue 对比测评 ,哪个更好? 作者:HiJiangChuan 原文链接:https://ld246.com/article/1649305618750 来源网站:链滴 许可协议:署名-相同方式共享 4.0 国际 (CC BY-SA 4.0) 本文首发:《Element Plus 和 Ant Design Vue 对比测评,哪个更好?》 3 发布后,各家第三方库开始陆续重构并支持 Vue 3 ,国内两大知名框架 Element Plus 和 Ant esign Vue 也相续发布新版支持 Vue 3。到底应该怎么选择呢?本文从多个纬度对两个框架进行对比 测评。 原文链接:Element Plus 和 Ant Design Vue 对比测评,哪个更好? Element Plus 发布正式版后,下载量飙升,当然这也依托于 Element 3 ● Ant Design Vue 1.x 支持 Vue 2 ● Ant Design Vue 3.x 支持 Vue 3 Element Plus 是为了适配 Vue 3 对 Element UI 进行的重构。Vue 3.0 的这次大版本升级,对于第 方组件库来说是一件好事,那些已经修修补补无数次,还无法彻底解决的问题,在这次面向 Vue 3.0 构时,一次性全部解决。 Ant Design0 码力 | 5 页 | 387.25 KB | 1 年前3
Design PatternsCppCon 2024 klaus.iglberger@gmx.de Design Patterns The Most Common Misconceptions (2 of N)2 Klaus Iglberger C++ Trainer/Consultant Author of “C++ Software Design” (Co-)Organizer of the Munich Email: klaus.iglberger@gmx.deThe 2nd in a Row 3The 2nd in a Row 45 Let’s again talk about design patterns and virtual functionsThe Overhead of Inheritance Hierarchies 6The Overhead of Inheritance common interface; • … is used via the base class interface; • … introduces an abstraction and is a design pattern. • … should be called “Static Interface” Adding Functionality via CRTP … • … provides0 码力 | 136 页 | 7.95 MB | 6 月前3
Prototype your designPrototype your design! Robert Griesemer dotGo 2016, Paris 1 Getting to good software design ● Literature is full of design paradigms ● Usually involves ○ Design docs ○ Feedback from reviewers ○ is created until design is “completed” 2 How can we tell if we have a good design? 3 Elsewhere, design thinking requires prototyping 4 Empathize Define Ideate Test From Design School Stanford: mutation ⇨ Define appropriate methods on that type A Go implementation allows us to explore our design. 7 Key missing feature: Nice notation The work-around, accessor methods for multi-dim. index expressions0 码力 | 30 页 | 164.99 KB | 1 年前3
Back to Basics: Design PatternsPlease do not redistribute slides without prior permission. 1Back to Basics: Design Patterns Mike Shah, Ph.D. @MichaelShah | mshah.io September 17, 2020 60 minutes | Introductory to Intermediate forward to discussion!Abstract Design Patterns are reusable elements of design that may help aid in making software more maintainable, flexible, and extensible. The term 'design patterns' can be traced back Four' book Design Patterns, in which common software design patterns were defined and categorized. In this talk, you will learn the fundamentals of the creational, structural, and behavior design patterns0 码力 | 96 页 | 2.10 MB | 6 月前3
The Roles of Symmetry And Orthogonality In Designdot com Symmetry And Orthogonality System Design The Roles of In Designcharley bay charleyb123 at gmail dot com Symmetry And Orthogonality System Design The Roles of In DesignCharley Bay - charleyb123 charleyb123 at gmail dot com The Roles of Symmetry And Orthogonality In Design cppcon 2021 Either you keep self improving, or it's time to move into management. --Niall Douglas 30-Sep-2021 https://old of Symmetry And Orthogonality In Design cppcon 2021 Today’s Agenda • Levels of “Knowing” • Role of Symmetry • Role of Asymmetry • Role of Orthogonality • Design Relationships • Conclusion What’s0 码力 | 151 页 | 3.20 MB | 6 月前3
Design Patterns: Facts and MisconceptionsDesign Patterns Facts and Misconceptions Klaus Iglberger, CppCon 2021 klaus.iglberger@gmx.de2 Klaus Iglberger C++ Trainer/Consultant Author of the C++ math library (Co-)Organizer of the CppCon B2B and SD tracks Email: klaus.iglberger@gmx.de3Let’s talk about Software Design and Design Patterns 4Disclaimer 5 All content is based on personal, subjective impressions and opinions opinions. You may have another opinion, and that is fine! There is no definitive answer in software design. It depends. But that is the reason why it is fun.6 std::make_unique() … … improves exception0 码力 | 88 页 | 17.31 MB | 6 月前3
Pro Git 2nd Edition 2.1.413Box 1866, Mountain View, CA 94042, USA. PREFACE BY SCOTT CHACON Welcome to the second edition of Pro Git. The first edition was published over four years ago now. Since then a lot has changed and yet explosion of graphical user interfaces to it for all platforms, in IDE support and in business use. The Pro Git of four years ago knows about none of that. One of the main aims of this new edition is to touch conceivable when I sat down to write the first edition. I wrote a small section in the original version of Pro Git about GitHub as an example of hosted Git which I was never very comfortable with. I didn’t much0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413Pro Git Scott Chacon, Ben Straub Version 2.1.413, 2023-12-22 Table of Contents License. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1866, Mountain View, CA 94042, USA. 1 Preface by Scott Chacon Welcome to the second edition of Pro Git. The first edition was published over four years ago now. Since then a lot has changed and yet explosion of graphical user interfaces to it for all platforms, in IDE support and in business use. The Pro Git of four years ago knows about none of that. One of the main aims of this new edition is to touch0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413Box 1866, Mountain View, CA 94042, USA. PREFACE BY SCOTT CHACON Welcome to the second edition of Pro Git. The first edition was published over four years ago now. Since then a lot has changed and yet explosion of graphical user interfaces to it for all platforms, in IDE support and in business use. The Pro Git of four years ago knows about none of that. One of the main aims of this new edition is to touch conceivable when I sat down to write the first edition. I wrote a small section in the original version of Pro Git about GitHub as an example of hosted Git which I was never very comfortable with. I didn’t much0 码力 | 691 页 | 13.35 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













