- 博客(5)
- 问答 (2)
- 收藏
- 关注
原创 Storm拓扑有几种提交方式
首先,Storm有两种运行模式:本地模式和远程模式。在本地模式下,您可以在本地机器上完全在进程中开发和测试拓扑。在远程模式下,您提交拓扑(topology)以在机器集群上执行。
2022-11-22 17:31:43
627
2
原创 SpringBoot项目出现Content type ‘application/x-www-form-urlencoded;charset=UTF-8‘ not supported和前端415报错
SpringBoot和mybatisplus项目出现Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported和前端415报错
2022-11-20 11:48:54
739
1
原创 java小练习:稀疏数组的建立与还原
代码展示如下:package array;import java.util.Scanner;public class SparseArrayScanner { public static void main(String[] args) { //创建一个二维数组 11*11 Scanner s = new Scanner(System.in); System.out.println("请输入一个3*3数组:"); int.
2021-11-23 19:37:54
391
原创 吊死鬼猜单词小游戏c++
//代码展示#include<iostream>#include<cstdlib>#include<ctime>using namespace std;const int NUM = 5;const string country[] = {"chinese", "japan", "korea", "india", "american"}; //猜的单词int printMan(int guesses){ if (guesses<6) .
2021-10-28 21:02:16
2952
空空如也
cmd输入hadoop显示系统找不到指定的路径,但没有报error是什么原因?
2021-11-24
idea 网络测试连接正常 但plugins打不开
2021-10-30
TA创建的收藏夹 TA关注的收藏夹
TA关注的人