上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 75 下一页
摘要: 最初写这篇文章的时候,对 openssh大家族的工具套件(例如: ssh、sshd、ssl、scp等)不太熟悉,现在看来这个文章的标题(虚拟机与物理机)是存在问题的。 本质上,本文关心的并不是【虚拟机】与【物理机】的传输问题,而是使用scp套件工具在【本地机器】与【远程机器】之间的文件传输场景。 1 阅读全文
posted @ 2020-07-06 19:43 千千寰宇 阅读(3415) 评论(0) 推荐(0)
摘要: 1 文由 花了很长时间一次性修改了项目的一大堆文件,准备最后git pull同步一下本地仓库代码,再一次性git commit,git push新代码的。 but天不遂人愿,git pull时产生冲突(git pull failed),并提示了具体的冲突源码文件1份。 此时,特别害怕辛辛苦苦编写/修 阅读全文
posted @ 2020-07-04 13:44 千千寰宇 阅读(2870) 评论(0) 推荐(0)
摘要: 报错原因 IDEA运行Java类时报错:Error running 'MainTest': Command line is too long. Shorten command line for MainTest or also for Application default configuratio 阅读全文
posted @ 2020-07-03 13:52 千千寰宇 阅读(1445) 评论(0) 推荐(0)
摘要: 本文转载自 IntelliJ IDEA 不能识别 Java 项目 - 博客园/SmartJuneThx 解决方法 非maven项目 在 src 目录上点右键,选择 Mark Directory As -> Sources Root maven项目 右键 /src/main/java目录,选择 Mar 阅读全文
posted @ 2020-07-03 12:40 千千寰宇 阅读(5049) 评论(0) 推荐(0)
摘要: 删除本地仓库中对应的jar包,pom.xml再reimport 阅读全文
posted @ 2020-07-03 12:35 千千寰宇 阅读(3081) 评论(0) 推荐(0)
摘要: CPU 指令集 指令集架构 RISC CISC ARM SPARC PowerPC X86 RISC-V IMPS AARCH64 AARCH32 中央处理器 芯片 晶元 晶圆 阅读全文
posted @ 2020-07-02 14:45 千千寰宇 阅读(14912) 评论(5) 推荐(3)
摘要: 1 创建OS用户+授予sudo权限 Step1 下载安装Xshell、Xftp工具 Step2 通过Xshell,远程登陆服务器root用户 Step3 使用检查用户的命令查询当前linux环境是否存在用户hello cat /etc/passwd | grep -i hello Step4 若无用 阅读全文
posted @ 2020-07-01 15:51 千千寰宇 阅读(968) 评论(0) 推荐(0)
摘要: 0 基本概念1: 盘片/盘面/磁头/扇区/磁道/柱面 本小节摘自: 硬盘基本知识(磁头、磁道、扇区、柱面) - 博客园 一张磁盘并不是拿过来直接用,需要先分区。 磁盘本身有很多sector(扇区)、cylinder(柱面),partion(分区)等。 我们说,cylinder(柱面)通常原先是文件系 阅读全文
posted @ 2020-06-28 16:41 千千寰宇 阅读(1047) 评论(0) 推荐(0)
摘要: 参考文献 经验浅谈,新人如何快速上手一个新项目 - 博客园 程序员如何快速上手一个自己不太熟悉的新项目 - 博客园 阅读全文
posted @ 2020-06-28 16:06 千千寰宇 阅读(368) 评论(0) 推荐(0)
摘要: 在启动Tomcat的过程中,tomcat/catalina.out中报出如下故障: > /opt/govern/wydaas/logs/catalina.out # There is insufficient memory for the Java Runtime Environment to co 阅读全文
posted @ 2020-06-24 09:04 千千寰宇 阅读(430) 评论(0) 推荐(0)
摘要: MySQL的TIMESTAMP类型的默认值设置无效。 0 使用环境描述 Linux CentOS 7.8.2003 x86/64bit MySQL: 5.7.24 (mysql --version / select version()) 1 分析 ERROR 1067 (42000) at line 阅读全文
posted @ 2020-06-22 10:52 千千寰宇 阅读(2475) 评论(0) 推荐(0)
摘要: 1 问题 环境: CentOS7.8.2003 (x86 / 64bit) 版本: RabbitMQ 3.6.15 (Erlang 19.3) 安装方式: 二进制源码压缩安装 2 解决思路 2.1 思路1 关闭进程,并重启 step1 查询mq的进程 ps -ef | grep rabbitmq s 阅读全文
posted @ 2020-06-19 10:56 千千寰宇 阅读(10237) 评论(0) 推荐(0)
摘要: 许多的软件产品对硬件及操作系统等环境是有具体要求的,那么这时候如何快速知晓目标机器的目标资源信息是较为频繁的操作。 命令 全部硬件及系统信息 dmidecode (软硬件全部信息) hostnamectl (系统信息: OS发行版、CPU架构、虚拟化、主机名、Linux内核版本) uname -a 阅读全文
posted @ 2020-06-18 15:04 千千寰宇 阅读(2395) 评论(0) 推荐(0)
摘要: 1 systemctl 1-0 systemctl 基本使用 systemctl start/stop/restart/status sshd systemctl enable/disable sshd 1-1 systemctl # systemctl UNIT LOAD ACTIVE SUB D 阅读全文
posted @ 2020-06-15 23:25 千千寰宇 阅读(748) 评论(0) 推荐(0)
摘要: set autocommit=0指事务非自动提交,自此句执行以后,每个SQL语句或者语句块所在的事务都需要显示"commit"才能提交事务。 1、不管autocommit 是1还是0 START TRANSACTION 后,只有当commit数据才会生效,ROLLBACK后就会回滚。 2、当auto 阅读全文
posted @ 2020-06-15 10:45 千千寰宇 阅读(293) 评论(0) 推荐(0)
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 75 下一页