ICode9

精准搜索请尝试: 精确搜索
  • idf_component_registe2022-08-31 05:30:08

    idf_component_register(SRCS "ethernet_example_main.c" INCLUDE_DIRS "." PRIV_REQUIRES tcpip_adapter esp_wifi esp_netif nvs_flash)  

  • vue组件中的data为什么是一个函数?2022-08-27 14:31:26

    为什么data为什么是一个函数而不是一个对象? 原因是因为如果data是一个对象的话,两个组件中设置的data都会引用同一个内存地址,而用函数的话,则会在每次引用的时候返回一个新的地址。 如果使用对象形式定义data的话,就会导致创建的对象身上的data属性会指向同一个地址: var Component =

  • 前端架构-分层而治,铁打的MV流水的C2022-08-26 00:30:33

    大家好,我是Eluxjs的作者,Eluxjs是一套基于“微模块”和“模型驱动”的跨平台、跨框架『同构方案』,欢迎了解... 文前声明,以下推断和结论纯属个人探索,鉴于本人知识水平所限,谬误在所难免,恳请各位大佬不吝赐教... 为什么在web前端很少有人会提到分层架构,例如经典MVC架构,这是因为浏览

  • Vue2按需引入elementUI组件2022-08-23 01:03:14

    按需引入 官方文档介绍 借助 babel-plugin-component,我们可以只引入需要的组件,以达到减小项目体积的目的。 首先 安装 babel-plugin-component: npm install babel-plugin-component -D 然后 将 babel.config.js 增加以下内容 "plugins": [ [ "component", { "lib

  • vue3黄色警告信息太多 关闭警告提示2022-08-21 13:00:16

    在main.js中加上  app.config.warnHandler = () => null;   const app = createApp(App) for (const [key, component] of Object.entries(ElementPlusIconsVue)) { app.component(key, component) } app.use(store) app.use(router) app.use(ElementPlus) app.config.

  • Spring 04: IOC控制反转 + DI依赖注入2022-08-21 03:01:42

    Spring中的IOC 一种思想,两种实现方式 IOC (Inversion of Control):控制反转,是一种概念和思想,指由Spring容器完成对象创建和依赖注入 核心业务:(a)对象的创建 (b)依赖的注入 2种实现方式 基于xml实现IOC 基于注解实现IOC 基于xml的IOC在前3篇Spring博客中简单探讨过了,后

  • vue学习之------vue-router【路由嵌套】2022-08-17 23:04:50

    1、声明子路由链接和子路由占位符 <template> <h2>>>about组件</h2> <!-- 子路由链接 --> <router-link to="/about/tab1">选项一</router-link>  <router-link to="/about/tab2">选项二</router-link> <hr />

  • Visual Studio & VS Code2022-08-16 23:03:34

    前言 会写这篇是因为想记入一个 bug. 随便以后记入一些 Visual Studio 和 VS Code 相关的冬冬呗.   当 VS Code Hot Reload 遇上 View Component 的 Bug 由于这个 Bug 涉及到多方面 (不容易提问), 所以我就没有 report github issue. 希望过阵子它自己好起来呗 (目前是 workaroun

  • mocha + enzyme, 或者React Testing Library + Jest 的ajax测试2022-08-16 17:04:23

    // app.test.js import { rest } from 'msw'; import { setupServer } from 'msw/node'; // 模拟请求,和返回数据 const server = setupServer(     rest.get('/api/os/platforms', (req, res, ctx) => {         return res(             ctx.json(

  • Vue中经常出现 报错:Component name “xxxx“ should always be multi-word.2022-08-16 10:00:32

    报错:Component name “xxxx” should always be multi-word.意思是说组件名"xxxx"应该总是多个单词,其实就是eslint报出我的组件名称命名不规范,应该采用驼峰命名法。 解决方法就是在vue.config.js文件中写入lintOnSave:false,修改完毕后重启项目即可  

  • 路由2022-08-14 00:33:05

    路由 1. 路由链接 (通过路由跳转到组件) <router-link to="路由规则"></router-link> 2. 路由占位: 要跳转到的组件 <router-view></router-view> localhost:8081/路径 当前跳转的就是该路径对应的组件的占位 3. 路由文件 src/router/index.js 该文件中需要了解两个模块 1

  • 自定义组件⑤纯数据字段-微信小程序开发(二十二)2022-08-13 11:34:51

    1. 什么是纯数据字段 概念:纯数据字段指的是那些不用于界面渲染的 data 字段。 应用场景:例如有些情况下,某些 data 中的字段既不会展示在界面上,也不会传递给其他组件,仅仅在当前组件内部使用。带有这种特性的 data 字段适合被设置为纯数据字段。 好处:纯数据字段有助于提升页面更新的

  • Vue之插槽slot2022-08-12 19:30:40

    <!DOCTYPE html> <html lang="en" xmlns:v-bind="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div id="app"

  • Spring boot 启动性能优化2022-08-10 15:31:21

    spring boot启动性能优化 spring boot中使用spring-context-indexer加快启动速度 Spring中@ComponentScan扫描的package包含的类越多的时候,Spring模式注解解析耗时就越长,服务启动时候就越长,针对此问题Spring提供了@Indexed注解来添加索引。查看@Serive、@Controller、@Repository

  • this.$router.push();携带参数跳转页面2022-08-05 17:01:52

    1.在 router 文件夹下的index.js 中加入 跳转配置信息     1.1   新增&修改共用一个页面 { path: '/biz/capitalSupervision', component: Layout, hidden: true, children: [ { path: 'add/:contractId', component: (resolve) => require(['@/views

  • react 拖拽库 react-dragable 报 TS2786: 'DraggableCore' cannot be used as a JSX component.  2022-08-05 15:35:15

    TS2786: 'DraggableCore' cannot be used as a JSX component.   Its instance type 'DraggableCore' is not a valid JSX element.     The types returned by 'render()' are incompatible between these types.       Type 'React.Reac

  • 直播源码开发,vue实现动态侧边导航栏2022-08-05 14:35:53

    直播源码开发,vue实现动态侧边导航栏 router 文件夹   // index.tsimport Vue from 'vue';import VueRouter from 'vue-router';import Login from '@/views/login/index.vue';import Layout from '@/layout/index.vue';Vue.use(VueRouter);/** * hidde

  • spring注解2022-08-05 11:03:38

    Spring的注解形式:@Repository 、@Service、@Controller,它们分别对应存储层Bean、业务层Bean、展示层Bean 1、@Component 是一个泛化的概念,仅仅表示一个组件 (Bean) ,可以作用在任何层次。 例如:                 2、@Service 通常作用在业务层,但是目前该功能与 @Componen

  • vue组件2022-08-01 08:33:42

    Vue组件 组件是可复用的 Vue 实例,且带有一个名字 <!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <title>Title</title></head><body><!--view层模板,组件就是模板的意思--><div id="app"

  • 【Java UI】HarmonyOS 如何集成SlidingDrawer组件2022-07-30 08:02:34

    ​  参考资料 SlidingDrawer api讲解 如何集成 修改entry的bulid.gradle,代码如下 implementation 'io.openharmony.tpc.thirdlib:SlidingDrawer:1.0.2' 需要在xml布局添加如下代码片段 </hollowsoft.slidingdrawer.SlidingDrawer> java 代码需要添加如下代码 SlidingDra

  • spring的四种属性2022-07-28 12:33:41

    注解含义 @Component 最普通的组件,可以被注入到spring容器进行管理 @Repository 作用于持久层 @Service 作用于业务逻辑层 @Controller 作用于表现层(spring-mvc的注解)   @Controller注解类进行前端请求的处理,转发,重定向。包括调用Service层的方法@Service注解类

  • ExtJS-事件管理-事件实例2022-07-26 08:34:17

    更新记录 2022年7月26日 发布。 2022年7月16日 从笔记迁移到博客。 ExtJS教程汇总:https://www.cnblogs.com/cqpanda/p/16328016.html 事件实例 监听渲染前事件 listeners: { beforerender: function(component, eOpts) { console.log('Center tabpanel before rende

  • 物理系统--Unity component --- Rigidbody2022-07-25 01:02:29

    object添加该组件的目的是为了让物体收到 Nvidia 物理引擎的作用。目的是(communicate this movement of colliders)将碰撞器之间作用(物理引擎的运算结果)反应到object的transform组件上。translate 方法是直接对物体做位移,物理学上的移动1.施加力。2.修改速度。     Body type:1

  • Angular 应用里几种 Component 的分类阐述2022-07-23 22:00:59

    Angular 组件架构可以通过充分利用 Angular(@Input() 和 @Output())和 ngrx/store(dispatch() 和 select() 方法)的内在特性来使 Angular 应用程序受益。 上图的体系架构里,我们观察到了两种类型的 Component: Smart(有时也称为 Container) Dummy(有时也称为 Presentational) Contain

  • 自动装配存在的坑及解决方案2022-07-23 10:03:55

    1. 概述  今天带你了解一下 Spring 框架中的 @Qualifier 注解,它解决了哪些问题,以及如何使用它。我们还将了解它与 @Primary 注解的不同之处。  2. 痛点  使用 @Autowired 注解是 Spring 依赖注入的绝好方法。但是有些场景下仅仅靠这个注解不足以让Spring知道到底要注

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

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

ICode9版权所有