局域网下mac与win通过ssh互联(端口映射)

mac端ssh连接win,mac端ssh连接win上的linux虚拟机,win端ssh连接mac,日常开发时要开一些虚拟机或是其他的一些服务,全都放在一台电脑上压力有点大,就想着能不能把某些服务开在其他电脑上,这样用一台电脑去连接

工具 

Git笔记

基础搜索匹配仓库标题、描述、README文件中的关键词shop 🔍进阶搜索指定关键词所在位置shop in:name 🔍shop in:description 🔍shop in:readme 🔍指定stars数量范围shop stars:>2000 🔍shop stars:<3

工具 

idea的使用技巧

一、断点调试1. 源断点要输出每一次的参数信息:System.out.print不应该使用它,它是一个同步方法,是线程安全,过多时会挤占线程、占用资源!//内部实现public void println(int x) { synchronized (this) {

工具