码迷,mamicode.com
首页 >  
搜索关键字:multiple annotations    ( 3024个结果
mybatis动态sql之修改(学习set标签)
EmployeeMapperDynamicSql.java package com.gong.mybatis.mapper; import java.util.List; import java.util.Map; import org.apache.ibatis.annotations.MapKe ...
分类:数据库   时间:2020-01-21 16:24:02    阅读次数:150
Codeforces Round #611 (Div. 3) D
There are nn Christmas trees on an infinite number line. The ii -th tree grows at the position xixi . All xixi are guaranteed to be distinct. Each int ...
分类:其他好文   时间:2020-01-21 13:20:26    阅读次数:96
C++实现求N个数的最大公约数和最小公倍数
算法实现: #include <iostream> using namespace std; int divisor(int a,int b); int ndivisor(int *a,int n); int multiple(int a,int b); int nmultiple(int *a,i ...
分类:编程语言   时间:2020-01-20 21:10:41    阅读次数:107
Supervisor初体验
学习Supervisor 小白必看的supervisor教程,帮助认识supervisor,再也不会不知所措 "官网" Ubuntu下载 下载命令 通过这种方式安装的supervisor会默认安装在 ,并且会自动加入到系统服务,随着系统的启动而启动;那么通过系统服务启动supervisor的命令是 ...
分类:其他好文   时间:2020-01-20 20:42:45    阅读次数:79
[XState] Multiple Simultaneous States with Parallel States
Can you walk and talk at the same time? If so, you've experienced what it's like to be in two states at the same time. Hopefully, those two states hav ...
分类:其他好文   时间:2020-01-20 09:39:21    阅读次数:70
日常前端记录,下拉框自定义table
<template> <div class="hello"> <el-form inline size="small"> <el-form-item label="学校"> <el-select v-model="title" multiple filterable clear placeholde ...
分类:其他好文   时间:2020-01-20 09:29:00    阅读次数:138
MySQL多源复制报错,在线更改relay_log_info_repository,master_info_repository参数【转】
设置多源复制时报错 ERROR 3077 (HY000): To have multiple channels, repository cannot be of type FILE; Please check the repository configuration and convert them ...
分类:数据库   时间:2020-01-20 00:35:00    阅读次数:245
交换机 STP协议
交换机会有下面的问题 1,单点断开 2,为了防止单点断开,就要做冗余,所以就会产生环路,环路产生后,就会产生广播风暴。 使用,交换机 STP(spanning tree 生成数)协议 ,可以解决上面的问题。 cisco交换机默认是开启STP功能的。 为了防止环路,在环上选择一个接口,阻塞它。 如何选 ...
分类:其他好文   时间:2020-01-19 09:25:28    阅读次数:132
springMvc源码
SpringMVC 的处理过程可分为如下 三步 : ( 1) ApplicationContext初始化时用 Map 保存所有 URL 和 Controller 类的对应关系 。 (2)根据请求 URL 找到对应的 Controller,并从 Controller 中找到处理请求的方法。 (3)将 ...
分类:编程语言   时间:2020-01-18 19:49:46    阅读次数:96
apache bench性能测试linux中性能测试ab test
Linux中下载安装ab:yum install -y httpd-tools -p file(请求的文件) ab -n 800 -c 800 http://192.168.0.10/(-n发出800个请求,-c模拟800并发)输入ab查看它的参数使用说明-n requests Number of ...
分类:Web程序   时间:2020-01-17 13:35:05    阅读次数:103
3024条   上一页 1 ... 21 22 23 24 25 ... 303 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!