码迷,mamicode.com
首页 >  
搜索关键字:component    ( 5606个结果
react的this.setState详细介绍
this.setState是react类组件中最常用的一个react API,使用它可以改变state从而改变页面。今天我们就来详细的学习一下这个东西。比如: import React, { Component } from react; export default class Test exte ...
分类:其他好文   时间:2019-11-30 13:49:45    阅读次数:84
springboot整合redis
spring boot整合redis 1、SpringBoot配置类 注解标签 1 @Configuration 2 3 @Configuration底层是含有@Component ,所以@Configuration 具有和 @Component 的作用。 4 @Configuration可理解为用 ...
分类:编程语言   时间:2019-11-30 13:30:05    阅读次数:65
完成一个城市选择组件(阿里前端题目,内附知识点、思路)
借用了两个已经久经考验的轮子:fastClick和better-scroll,介意可以就此打住。本文绝对原创,手打,思路清晰,知识不难,不适合大佬观看,谢谢。 首先说一下,我不是阿里的人,也没去阿里面试过,这是某微信群里的一个小伙伴给的,不是面试题不是面试题不是面试题,我现在的能力达不到阿里的要求。 ...
分类:其他好文   时间:2019-11-30 11:36:14    阅读次数:81
springboot整合redis
1、SpringBoot配置类 2、SpringBoot整合redis及其注解式开发 @Configuration @Configuration底层是含有@Component ,所以@Configuration 具有和 @Component 的作用。 @Configuration可理解为用sprin ...
分类:编程语言   时间:2019-11-30 11:16:13    阅读次数:54
SpringBoot整合redis
SpringBoot配置类 注解标签 @Configuration @Configuration底层是含有@Component ,所以@Configuration 具有和 @Component 的作用。 @Configuration可理解为用spring的时候xml里面的<beans>标签。 注: ...
分类:编程语言   时间:2019-11-30 09:39:51    阅读次数:64
vue条形码生成插件vue-barcode
更详细的请查阅官方文档 https://github.com/lindell/vue-barcode vue-barcode是JsBarcode的一个简单包装。所以在使用时的配置属性需要在JsBarcode中查看 JsBarcode官方文档 https://github.com/lindell/Js ...
分类:其他好文   时间:2019-11-30 00:17:56    阅读次数:671
springboot整合redis
SpringBoot配置类 注解标签 @Configuration @Configuration底层是含有@Component ,所以@Configuration 具有和 @Component 的作用。 @Configuration可理解为用spring的时候xml里面的<beans>标签。 注: ...
分类:编程语言   时间:2019-11-28 21:01:08    阅读次数:66
[转]Spring 注解大全与详解
Spring使用的注解大全和解释 注解解释 @Controller 组合注解(组合了@Component注解),应用在MVC层(控制层),DispatcherServlet会自动扫描注解了此注解的类,然后将web请求映射到注解了@RequestMapping的方法上。 @Service 组合注解(组 ...
分类:编程语言   时间:2019-11-28 16:27:16    阅读次数:64
Idea启动多服务时的Dashboard展示
1.提换.idea/workspace.xml文件中的RunDashboard标签 <component name="RunDashboard"> <option name="configurationTypes"> <set> <option value="SpringBootApplicatio ...
分类:其他好文   时间:2019-11-27 13:48:33    阅读次数:77
软件架构模式
阅读 "《clean architecture》" 也花了较长的时间,大致也了解到整洁的架构要做到以下两点: well isolated components:component是独立部署的最小单元,由一系列遵循SOLID原则的module按照REP、CCP、CEP原则组成。 dependency ...
分类:其他好文   时间:2019-11-24 13:53:17    阅读次数:63
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!