摘要: 1 use std::{ io::{Write, stdout}, time::Duration}; 2 3 use crossterm::{QueueableCommand, Result, cursor::*, event::{*, self}, execute, style::*, termi 阅读全文
posted @ 2021-11-12 15:04 消烟客 阅读(98) 评论(0) 推荐(0) 编辑
摘要: Hades Hades 2 89 2013-04-01T05:08:00Z 2013-04-01T05:08:00Z 1 560 3197 Sky123.Org 26 7 3750 11.9999 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 安装JDK1. 下载对应的jdk地址:http://www.oracle.com/technetwork/java/javase/downloads/... 阅读全文
posted @ 2013-04-01 13:10 消烟客 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 在java程序启动时添加VM参数 就可以达到JConsole远程连接的目的。1. 添加VM arguments1 java -Djava.rmi.server.hostname=111.111.111.111 // 远程ip地址, 本地输入时用, 注意要能够访问-Dcom.sun.management.jmxremote // -Dcom.sun.management.jmxremote.port=9090 // 监听的端口, 本地输入, 注意防火墙-Dcom.sun.management.jmxremote.ssl=false -... 阅读全文
posted @ 2013-04-01 12:15 消烟客 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 源自: http://hi.baidu.com/misaka20001/blog/item/a854150a49b6b9d87bcbe1b6.html#0#include <windows.h>#include <stdio.h>#include <stdlib.h>#include <time.h>#include <conio.h>char *gcText[] = {"■", "□", "□", "□", "□", "□& 阅读全文
posted @ 2012-06-18 18:50 消烟客 阅读(224) 评论(0) 推荐(0) 编辑