package com.atguigu;public class Fanzhuan { public static void main(String[] args) { //数组的反转 //方法一 String[] arr=new String[]{"JJ","DD","MM","BB","GG", ...
分类:
编程语言 时间:
2019-09-04 00:13:34
阅读次数:
81
1.mvc的流程 2.springmvc的流程 3.写一个简单的springmvc的demo 4.handlerMapping的种类 5.使用注解替代HandlerMapping的配置信息 6.通过springMVC来接收参数 一、mvc模式流程 二、springmvc的流程 1.springmvc ...
分类:
编程语言 时间:
2019-09-03 22:33:11
阅读次数:
97
双色球:从1-33号球中选取6个红球,且红球不重复 从1-16号球中选取一个篮球 话不多说 上代码~~~ package Javaee; import java.util.Arrays;import java.util.Random; public class DoubleChromosphere ...
分类:
编程语言 时间:
2019-09-03 22:13:26
阅读次数:
109
Struts下载中struts.xml配置信息 <action name="download" class="com.lzw.web.action.DownloadAction" method="download"> <!-- 以流的形式把文件反应给客服端 --> <result type="str ...
分类:
其他好文 时间:
2019-09-03 22:09:56
阅读次数:
93
package com.course.testng.thread; import org.testng.annotations.Test; public class ThreadOnXml { @Test() public void test1(){ System.out.println(); Sy... ...
分类:
编程语言 时间:
2019-09-03 14:57:11
阅读次数:
149
mvn install:install-file -DgroupId=com.xinyartech -DartifactId=easyexcel -Dversion=1.1.1 -Dpackaging=jar -Dfile=/root/shell/easyexcel-1.1.1.jar -Dfile... ...
分类:
其他好文 时间:
2019-09-02 19:22:10
阅读次数:
542
1个partition只能被同组的一个consumer消费,同组的consumer则起到均衡效果 消费者多于partition topic: test 只有一个partition创建一个topic——test, 在g2组中启动两个consumer, 消费者数量为2大于partition数量1,此时p ...
分类:
其他好文 时间:
2019-09-01 17:00:39
阅读次数:
90
using Quartz; using Quartz.Impl; using System; using System.Threading.Tasks; namespace WorkSample.Quartz { class Program { static void Main(string[] a... ...
分类:
其他好文 时间:
2019-09-01 10:33:26
阅读次数:
84