博客迁移计划12 \(\rightarrow\) 戳我看CF原题 C. Useful Decomposition time limit per test: 1 second memory limit per test: 256 megabytes input: standard input outp ...
分类:
其他好文 时间:
2021-03-30 13:14:19
阅读次数:
0
<%@ page language="java" contentType="text/html" import="java.util.*" pageEncoding="utf-8"%> <%@ page import="java.util.regex.Pattern"%> <%@ page impo ...
分类:
Web程序 时间:
2021-03-30 13:13:02
阅读次数:
0
<%-- Created by IntelliJ IDEA. User: Dell Date: 2021/3/27 Time: 19:51 To change this template use File | Settings | File Templates. --%> <%@ page cont ...
分类:
Web程序 时间:
2021-03-30 13:10:55
阅读次数:
0
2.1 安装部署 2.1.1 集群规划 192.168.1.102 192.168.1.103 192.168.1.104 zookeeper zookeeper zookeeper kafka kafka kafka 2.1.2 jar 包下载 http://kafka.apache.org/do ...
分类:
其他好文 时间:
2021-03-30 13:07:22
阅读次数:
0
# 下载 官网地址:https://downloads.mysql.com/archives/get/p/23/file/mysql-8.0.20-linux-glibc2.12-x86_64.tar.xz ################清理原有mysql环境################### ...
分类:
数据库 时间:
2021-03-30 13:06:10
阅读次数:
0
422 /** 423 * cpumask_and - *dstp = *src1p & *src2p 424 * @dstp: the cpumask result 425 * @src1p: the first input 426 * @src2p: the second input 427 * ...
分类:
其他好文 时间:
2021-03-30 13:00:57
阅读次数:
0
java.io流的基本常用类 Java.io包下面的类主要是对文件的操作 包括File,inputStream,OutputStream,Reader和Writer及其子类。 1. FLie类 File类常用构造函数: String parentPath = "C:\\Users\\Administ ...
分类:
编程语言 时间:
2021-03-30 12:49:11
阅读次数:
0
这几天把SSM框架整体整理了一遍,下面将三个系统分开阐述以下他们的基本实现方式,最后写一个整体的程序整合以下, 首先是新建一个工程,因为暂时没有和Views有什么联系,我就新建了一个javaProject 学习一个新的框架,首先是引入jar包 mybatis框架所需要的jar包有 mybatis-3 ...
分类:
其他好文 时间:
2021-03-30 12:48:28
阅读次数:
0
使用命令行生成 javadoc命令生成自己的api文档 javadoc [options] [packagenames] [sourcefiles] [@files] 参数: -overview <file> 从 HTML 文件读取概览文档 -public 仅显示 public 类和成员 -prot ...
分类:
编程语言 时间:
2021-03-30 12:47:11
阅读次数:
0
题目描述: 找出字符串中最长的回文子串长度 输入输出: Sample Input: Is PAT&TAP symmetric? Sample Output:Sample Output: 11 思路: dp的思想,设字符串str,dp[i][j] = 1 or 0 代表str[i] ~ str[j]间 ...
分类:
其他好文 时间:
2021-03-29 12:51:45
阅读次数:
0