上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 41 下一页
摘要: 格式: jps [options] [hostid] 其中[options]和[hostid]都是可选参数。 参数: -q 只显示LVMID -m 显示传给主类main方法的参数 -l 显示完整的主类名或jar文件名 -v 显示JVM启动参数 阅读全文
posted @ 2022-01-28 17:32 Clotho_Lee 阅读(118) 评论(0) 推荐(0)
摘要: * 这里指的是非Maven项目 1.File -> Project Structure -> Artifacts -> + -> JAR -> from module with dependencies 2.在main class选择启动的类,点击ok 3.Build -> Build Artifa 阅读全文
posted @ 2022-01-28 17:06 Clotho_Lee 阅读(224) 评论(0) 推荐(0)
摘要: 1.服务端 假设服务端机器的IP是192.168.1.100。需要在启动时添加以下参数: -Djava.rmi.server.hostname=你的host(主机名)或ip -Dcom.sun.management.jmxremote.port=你的端口 -Dcom.sun.management.j 阅读全文
posted @ 2022-01-28 16:48 Clotho_Lee 阅读(737) 评论(0) 推荐(0)
摘要: Java Mission Control JDK的分析和诊断工具,包括了监控、管理和耗时分析功能,用于减少资源消耗和提升性能。 https://www.cnblogs.com/live41/p/15853170.html VisualVM 提供了一套界面来查看Java程序在JVM的详细信息,这些信息 阅读全文
posted @ 2022-01-28 12:36 Clotho_Lee 阅读(841) 评论(0) 推荐(0)
摘要: 一、环境 Windows JDK 1.8 IDEA --不要太低版本即可 二、下载 1.Solr/Lucene代码 最新版本在这里下载: https://solr.apache.org/downloads.html 历史版本在这里下载: https://archive.apache.org/dist 阅读全文
posted @ 2022-01-27 18:57 Clotho_Lee 阅读(660) 评论(0) 推荐(0)
摘要: %ALLUSERSPROFILE% C:\ProgramData %APPDATA% C:\Users\用户名\AppData\Roaming %COMMONPROGRAMFILES% C:\Program Files\Common Files %COMMONPROGRAMFILES(x86)% C 阅读全文
posted @ 2022-01-19 14:49 Clotho_Lee 阅读(102) 评论(0) 推荐(0)
摘要: 完整的报错信息: ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) ERROR: No matching distribution found for cv2 方法: pi 阅读全文
posted @ 2022-01-19 14:36 Clotho_Lee 阅读(168) 评论(0) 推荐(0)
摘要: 原因: 由于有多台ZooKeeper,同时断开连接偶尔会有些网络异常是正常的,不需要理会。如果有洁癖或强迫症,见以下方法。 方法: * 所有ZooKeeper机器都要执行该步骤 编辑zoo.cfg文件: vim zookeeper/conf/zoo.cfg 追加以下2行(或反注释后修改其值): au 阅读全文
posted @ 2022-01-19 00:18 Clotho_Lee 阅读(5086) 评论(0) 推荐(0)
摘要: HttpSolrClient - geared towards query-centric workloads, though also a good general-purpose client. Communicates directly with a single Solr node. Htt 阅读全文
posted @ 2022-01-18 23:02 Clotho_Lee 阅读(151) 评论(0) 推荐(0)
摘要: 参数说明: -a All current limits are reported -b The maximum socket buffer size -c The maximum size of core files created -d The maximum size of a process' 阅读全文
posted @ 2022-01-18 21:52 Clotho_Lee 阅读(49) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 41 下一页