码迷,mamicode.com
首页 >  
搜索关键字:component    ( 5606个结果
Handsontable Basics
Handsontable Introduction JavaScript data grid that looks and feels like a spreadsheet. Minimalistic, Excel like grid component for web apps. Availabl ...
分类:其他好文   时间:2020-04-22 00:12:46    阅读次数:50
vue实现跨页面调用方法和嵌套页面
1.想要实现当前页面调用另一个页面的方法,首先需要将一个页面封装成一个模板,路径为被调用方法页面的所在路径,在<script></script>里 import varsetting from "@/components/test/varsetting"; export default { comp ...
分类:其他好文   时间:2020-04-21 18:02:56    阅读次数:92
Vue 重定向和别名
index.js:import VueRouter from "vue-router";import UserSettings from "./UserSettings";import UserEmailsSubscriptions from "./UserEmailsSubscriptions";... ...
分类:其他好文   时间:2020-04-21 15:09:14    阅读次数:53
React router的Route中component和render属性的使用
在react router官方文档关于component的部分写着: When you use component (instead of render or children, below) the router uses React.createElement to create a new R ...
分类:其他好文   时间:2020-04-21 10:01:18    阅读次数:91
Spring 注解
注册Bean:@Component @Repository @Service @Controller @Component是任何Spring管理的组件或bean的通用构造型。 @Repository是持久层的构造型。 @Service是服务层的构造型。 @Controller是表示层(spring ...
分类:编程语言   时间:2020-04-20 15:23:07    阅读次数:60
SpringAOP-xml配置AOP-xml+注解配置AOp
实体类如下 Calculation是我们用的类,PointCut是我们要实现通知的切面类 Calculation类如下 package com.llf.aop; import org.springframework.stereotype.Component; /** * @author linglo ...
分类:编程语言   时间:2020-04-19 14:46:01    阅读次数:64
vue路由
1.安装路由 第一种方式 vue add router 第二种方式 npm i vue-router --save 2.路由 第一种 通过path <router-link to="/a">pageA</router-link> <router-link to="/b">pageB</router- ...
分类:其他好文   时间:2020-04-19 14:38:42    阅读次数:61
windows10安装 mysql数据库和Navicat for MySQL(MySQL管理工具)
windows10上安装mysql(详细步骤)环境:windwos10(1511)64bit、mysql5.7.14时间:2020年4月18日一、下载mysql1、在浏览器里打开mysql的官网http://www.mysql.com/2、进入页面顶部的"Downloads"3、打开页面底部的“Community(GPL)Downloads”4、在页面中间的位置找到我们wind
分类:数据库   时间:2020-04-19 10:37:13    阅读次数:244
在WPF(core版本)中引用外部字体不可用问题说明
原文:在WPF(core版本)中引用外部字体不可用问题说明 这几天使用WPF写软件,想引用外部字体,于是下载了字体文件: 然后在App.xaml中添加了如下代码: pack://application:,,,/IVFTempMonitor;component/Fonts/Digital7Mono-B... ...
分类:Windows程序   时间:2020-04-19 10:36:47    阅读次数:80
Ribbon负载均衡的使用与切换算法
作用 客户端的负载均衡,与RestTemplate结合使用 1:pom eureka的客户端与nocos的客户端pom依赖,都集成了ribbon,所以不再需要重复添加依赖 2:将RestTemplate注入到spring容i中 @Component @Configuration public cla ...
分类:编程语言   时间:2020-04-18 15:34:52    阅读次数:91
5606条   上一页 1 ... 51 52 53 54 55 ... 561 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!