ICode9

精准搜索请尝试: 精确搜索
  • 初识设计模式 - 策略模式2022-10-19 18:37:27

    初识设计模式 - 策略模式 简介 策略设计模式(Strategy Design Pattern)实际上起到一个解耦的作用,解耦了策略的定义、创建、使用三部分。 其概念是,定义一系列算法类,将每一个算法封装起来,并让它们可以互相替换。 从代码的层面上理解就是,将面向过程编程中的分支(如 if-else 或 switch

  • ant Design表格控制列动态隐藏或显示2022-09-16 17:31:37

    有时候使用a-tabel组件后台不提供表头数组,需要前端自己编写表头,为了兼容多个组件会有不同的页面显示不同的表头,为了避免冗余配置,我们可以使用 方法一: colSpan属性隐藏列。 方法二: 添加className属性。 注意:colSpan隐藏列可能存在问题就是列表头不占位置,但是数据还存在占位置,导致列

  • GEO代码分析流程 - 4. 差异分析 - 数据2022-09-10 01:02:35

    4. 差异分析 - 数据 rm(list = ls()) load(file = "step2output.Rdata") #差异分析,用limma包来做 #需要表达矩阵(exp)和分组信息(group_list),不需要改 library(limma) design=model.matrix(~group_list) #分组信息为二分类。 fit=lmFit(exp,design)

  • ant-design日期组件DatePicker国际化失效2022-09-01 17:05:38

    问题描述:在vite+react+ant design 项目中,使用DatePicker组件时,发现该组件的国际化失效了。如下图:   注释:项目入口文件已有配置国际化,如下 :   分析:ant design官网上已有有关日期国际化失效的相关说明(如下图),但是,经过尝试仍然失败!!!   => 搜索各种有关“ant 日期国际化失效“的

  • 软件架构(Software Achitecture)课堂测验day2 吉林大学2022-08-30 11:30:44

    周二上午课堂测验(2022) 题量: 20 满分: 4 作答时间:08-30 09:30至08-30 11:30 智能分析 4分 一. 单选题(共20题,4分) (单选题, 0.2分)According to Len Bass et al., which of the following is committed to solving real problems? A. Architectural Style B. Reference Model C. R

  • LeetCode 1166. Design File System2022-08-28 09:32:57

    原题链接在这里:https://leetcode.com/problems/design-file-system/ 题目: You are asked to design a file system that allows you to create new paths and associate them with different values. The format of a path is one or more concatenated strings of the form: /

  • [Oracle] LeetCode 348 Design Tic-Tac-Toe2022-08-27 16:00:09

    Assume the following rules are for the tic-tac-toe game on an n x n board between two players: A move is guaranteed to be valid and is placed on an empty block. Once a winning condition is reached, no more moves are allowed. A player who succeeds in plac

  • LeetCode 1472. Design Browser History2022-08-22 03:00:18

    原题链接在这里:https://leetcode.com/problems/design-browser-history/ 题目: You have a browser of one tab where you start on the homepage and you can visit another url, get back in the history number of steps or move forward in the history number of step

  • Scan Design Overview (二 )2022-08-03 12:01:18

    1. 应用scan 的好处   高度自动化,高效易用,可预测性,测试覆盖率高。 2.Wrapper chain   针对面积大、电路复杂的芯片,为了增加测预测性,通常需要应用分层技术(Hierarchical techniques)。 wrapper chain是应用较为广泛的技术之一,特别是对切分成许多block的大芯片来说。   wrapper

  • ant design Unknown custom element: <a-carousel>2022-07-29 18:00:28

    vue ant design Carousel 走马灯报错 原封不动复制官网代码,开发者工具提示找不到元素,实为逆天,原来是需要引入组件才能使用!!!!!!!!!!!!!!!!!!!!       正确方法 import { Carousel } from 'ant-design-vue';      

  • Design&Bulid 2 总结(上)2022-07-24 10:05:24

    1.前言 又到了一年一度的Design&Bulid,这次的项目是和其他专业的同学负责制作一个仓库管理系统。 项目分为两个阶段:第一阶段是与本专业的同学合作,第二阶段才是和其他专业合作。 2.要求 数据库管理和管理员端软件(电子商务专业学生) 与物联网学生共同设计数据库;并创建具有以下功能的web

  • [LeetCode] 588. Design In-Memory File System2022-07-24 07:31:34

      Design a data structure that simulates an in-memory file system. Implement the FileSystem class: FileSystem() Initializes the object of the system. List<String> ls(String path) If path is a file path, returns a list that only contains this file&

  • v3+vite +ant design2022-07-19 17:32:25

    1.表单嵌套验证 <a-form-item               :name="['formInline.discount_rules', index, 'discount_value']"               :rules="rules.discount_value"               class="mt-[24px]"             >          

  • Material Design - 文字系统2022-07-04 17:04:22

    文字系统 (The type system) 使用排版尽可能清晰有效地呈现您的设计和内容。 文字类型标尺(Type scale) 质感设计的文字类型标尺包括一系列对比样式可满足产品及其内容的需求。 文字类型标尺是文字系统支持的十三种样式的组合。它包含可重用的文本类别,每个类别都有预期的应用和含义

  • 北邮物联网2022年产品开发与管理知识点速查2022-06-29 16:05:14

    跟java速查用法一样,但因为我摆烂了就粗糙很多是了。ctrl+f查找你要的关键词,有一定概率可以定位它在哪个lecture出现过 lectrue 1 intro Menagement p24 Objective and balance p25 Resources and people p26 The 3 Es(Effectiveness, Efficiency, Equity) p27 Levels of manage

  • 汇德绘于2014年成立于深圳,擅长办公室设计装修、工装设计,由来自上海、深圳、台北等各地的设计菁英联合组成2022-06-21 19:33:18

    汇德绘于2014年成立于深圳,擅长办公室设计装修、工装设计,由来自上海、深圳、台北等各地的设计菁英联合组成,凭藉著多年从事外企办公室、酒店、商业空间、别墅、私宅的设计经验,自创立之初即致力于为客户创造富含文化、艺术、实用机能与个性的理想空间。我们所关注的不仅止于空间美

  • 软件工程师必读的12本书2022-06-15 08:31:21

    根据我的个人书架和一些研究,我列出了一些比较重要的软件工程书籍,我相信它们可以让读者的专业技术更上一层楼。 1. Introduction To Algorithms 数据结构和算法是每个软件工程师的基础支柱,虽然这些在日常工作中用的不多,但是了解不同的技术和模式是一个很好的加分项 Introduction T

  • antd-design源码学习系列-Modal2022-06-13 18:31:33

      在日常的项目开发过程中,基本上很少自己写组件,都是使用现成的antd组件库,用起来确实比较方便。 知其然更要知其所以然! 这边来看看Modal实现的源码分析~   第一层: index.tsx(给modal上增加一些方法,Modal.info, Modal.success........) 返回confirm函数的调用,confirm函数接受withInf

  • 园丁后台管理2022-05-30 21:35:37

    align="center"></p> 中文 | English 项目介绍 园丁是基于 .net 6开发的后台管理系统,系统前后台分离,api 是基于Furion 框架开发,前端是基于ant-design-blazor开发,系统使用技术或框架较新,喜欢的请点点star

  • Vue Design Patterns All In One2022-05-30 11:00:42

    Vue Design Patterns All In One refs https://learn-vuejs.github.io/vue-patterns/patterns/ https://zyszys.github.io/vue-patterns-cn/patterns ©xgqfrms 2012-2020 www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问! 原创文章,版权所有©️xgqfrms, 禁

  • antdvue3版本升级后使用moment替换dayjs2022-05-25 18:01:04

    官方文档错误,应该是三个组件位置放在antd注册完之后,使用方式应该如下: import DatePicker from 'ant-design-vue/es/date-picker/moment'; import TimePicker from 'ant-design-vue/es/time-picker/moment'; import Calendar from 'ant-design-vue/es/calendar/moment'; //

  • ant design charts 获取后端接口数据展示2022-05-25 10:34:48

    今天在做项目的时候遇到几个让我很头疼的问题,一个是通过后端接口成功访问并又返回数据,但拿不到数据值。其二是直接修改state中的data,console中数组发生变化但任然数据未显示。 import React, { useState, useEffect } from 'react'; import { Line } from '@ant-design/plots'; i

  • 实用技术博客收集2022-05-20 18:00:14

    作者:sczyh30 java全栈知识体系 microsoft cloud design pattern

  • MDC – Get Started2022-05-17 13:32:35

    前言 Angular Material 为了更好的和 Material Design 保持一致, 放弃了自己开发, 改而使用 wrapping MDC 的方式来维护 Angular Material.  Youtube – NG Conf 2019 Day 3 CDK Is The Coolest Thing You Are Not Using With Jeremy Elbourn 这是一件令人沮丧的事情, 因为从来

  • etcd客户端负载均衡策略2022-05-13 19:01:12

    最近在看etcd客户端相关内容,想弄明白客户端如何应对服务端集群某节点故障的,从官网的客户端设计得到了答案:     图片来源官网,更多细节请参考官网:https://etcd.io/docs/v3.5/learning/design-client/  

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有