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 年前3Element 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 对比测评,哪个更好?》 Vue 3 发布后,各家第三方库开始陆续重构并支持 Vue 3 ,国内两大知名框架 Element Plus 和 Ant esign Vue 也相续发布新版支持 Vue 3。到底应该怎么选择呢?本文从多个纬度对两个框架进行对比 测评。 原文链接:Element Plus 和 Ant Design Vue 对比测评,哪个更好? Element Plus 发布正式版后,下载量飙升,当然这也依托于 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 年前3Putting an Invisible Shield on Kubernetes Secrets
Kailun Qin, Ant Group Putting an Invisible Shield on Kubernetes Secrets Agenda • K8s Secrets: Overview • TEE-based K8s Secrets Protection: Solution • Production Experience @ Ant Group • Demo • Summary security [1] KubeCon China 2018: Node Operator: Kubernetes Node Management Made Simple - Joe Chen, Ant Financial TEE-based Secrets Protection: Solution Confidential Computing A Trusted Execution Environment Secrets • Introducing mutual (remote / local) attestations between entities Production Experience @ Ant Group KMS Plugin • Workflow • Encryption • Decryption • Engineering decisions • apiserver is responsible0 码力 | 33 页 | 20.81 MB | 1 年前32021 中国开源年度报告
893754947870 5756 18979 0 PaddlePaddle/Paddle 1795 5479 9171 3713 1 ant-design/ant-design 6429.396422527120 86368 13139 1 ant-design/ant-design 2550 1263 1029 925 2 pingcap/tidb 4504.277250498670 4807 60968 NervJS/taro 3004.098359530620 4507 5132 7 NervJS/taro 1415 711 190 545 8 ant-design/pro-components 2927.8060839373400 2661 7240 8 ant-design/pro-components 1876 698 169 640 9 apache/tvm 2795.6354982857400 6591767756100 3334 8224 10 apache/shardingsphere 1676 2984 2237 2733 11 ant-design/ant-design-pro 2386.770151344300 5650 4363 11 ant-design/ant-design-pro 1337 87 12 51 12 PaddlePaddle/PaddleDetection 2336.7300780849800 码力 | 132 页 | 14.24 MB | 1 年前3Apache OFBiz® Selenium-WebDriver
méthode disponible en mode usage: • testEntite() : permettant de faire un test de l’entité en lançant les 4 autre méthodes. • createEntite(…) : permettant de faire la création, retourne l’id crée (incluant Aller dans le répertoire ofbiz, et initialiser les données (si pas déjà fait) : ./ant load-exttest • Lancer ofbiz via ./ant start Pensez aussi à configurer le fichier framework/testtools/selenium/resources/selenium be http://localhost:4444/wd/hub/ gridHubUrl=http://localhost:4444/wd/hub/ #This address is used by ant to see if ofbiz is started or not #only change the host name don't change protocol or port number or0 码力 | 27 页 | 414.53 KB | 1 年前3Kotlin 1.2 Language Documentation
Tools Documenting Kotlin Code Annotation Processing with Kotlin Using Gradle Using Maven Using Ant Kotlin and OSGi Compiler Plugins Code Style Migration Guide Evolution Kotlin Evolution Stability generating Java 8 bytecode ( -jvm-target 1.8 command line option or the corresponding options in Ant/Maven/Gradle). For now this doesn't change the semantics of the bytecode (in particular, default methods the internal declarations of main ); a set of files compiled with one invocation of theAnt task. Constructors Local declarations Modules — — — — 88 Kotlin, similar to C# and Gosu, provides 0 码力 | 333 页 | 2.22 MB | 1 年前3Spring Boot 1.3.0.M2 Reference Documentation
Boot without the parent POM Changing the Java version Using the Spring Boot Maven plugin Gradle Ant Starter POMs 14. Structuring your code Using the “default” package Locating the main application Gradle to produce a pom that imports dependency management 62. Spring Boot AntLib module Spring Boot Ant tasks spring-boot:exejar Examples spring-boot:findmainclass Examples 63. Supporting other build Maven Remote debug a Spring Boot application started with Gradle Build an executable archive from Ant without using spring-boot- antlib How to use Java 6 Embedded servlet container compatibility JTA API0 码力 | 453 页 | 414.34 KB | 1 年前3Spring Boot 1.3.0.M3 Reference Documentation
Boot without the parent POM Changing the Java version Using the Spring Boot Maven plugin Gradle Ant Starter POMs 14. Structuring your code Using the “default” package Locating the main application Gradle to produce a pom that imports dependency management 63. Spring Boot AntLib module Spring Boot Ant tasks spring-boot:exejar Examples spring-boot:findmainclass Examples 64. Supporting other build Maven Remote debug a Spring Boot application started with Gradle Build an executable archive from Ant without using spring-boot- antlib How to use Java 6 Embedded servlet container compatibility JTA API0 码力 | 461 页 | 421.14 KB | 1 年前3Python AdminUI
一些应用场景:数据项目;运维工具和脚本;简单 IT 系统和管理系统;业余项目和黑客马拉松项目。本项 目服务于那些只需要一个简单的界面而不需要过多自定义样式和应付大流量访问的情况。 本项目基于 Flask 和 Ant Design Pro 特性: • 轻松制作表单和详情页 • 折线图和条状图 • 多级菜单 • 带有分页的数据表 • 适配小屏幕和移动设备 • 不需要使用 HTML, CSS 或者 JS title – 按钮上显示的标题 • style – 设置为”主”按钮(蓝色大按钮) • icon – 按 钮 标 题 前 面 的 图 标。 有 关 字 符 串 值, 请 参 阅 https://ant.design/components/icon/ • on_click – 单击按钮时将调用自定义函数 您可以在按钮的 on_click 回调中使用页面操作。 3.1 Update page content (str) – 菜单的标题 • url (str, optional) – 菜单将导航到的 URL。默认值为””。 • icon (str, optional) – 菜单的图标。请参阅 https://ant.design/components/icon/。 默认值为”无”。 • auth_needed (str, optional) – the permission needed for user0 码力 | 67 页 | 653.37 KB | 1 年前3Spring Boot 1.3.0.M5 Reference Documentation
Boot without the parent POM Changing the Java version Using the Spring Boot Maven plugin Gradle Ant Starter POMs 14. Structuring your code Using the “default” package Locating the main application Gradle to produce a pom that imports dependency management 64. Spring Boot AntLib module Spring Boot Ant tasks spring-boot:exejar Examples spring-boot:findmainclass Examples 65. Supporting other build Maven Remote debug a Spring Boot application started with Gradle Build an executable archive from Ant without using spring-boot- antlib How to use Java 6 Embedded servlet container compatibility JTA API0 码力 | 470 页 | 427.29 KB | 1 年前3
共 659 条
- 1
- 2
- 3
- 4
- 5
- 6
- 66