github在国内访问速度很慢,clone一个项目的速度就10多k每秒,下面是我clone公司维护的spark的速度. 设置代理之后. 速度提升了很多. 1. 设置代理 前提是你有一个速度比较快的代理. # git clone http://... git config...

Continue reading

使用IDEA进行远程调试

in IntelliJ IDEA read (933)

配置IntelliJ IDEA 择Edit Configurations ——>+号(Add New Configuration)——> Remote, 如下 其中Host填写的是远程服务器的IP地址,5005就是远程调试的端口。 服务器配置 在启动脚本后加上...

Continue reading

Git教程

in Git read (773)

安装 Windows 下载地址:https://git-for-windows.github.io Linux yum install git 配置 全局配置 git config --global user.name "Your Name" git config ...

Continue reading

快速输入main方法和System.out.println() 在IntelJ中和Eclipse中稍有不同,在Eclipse中,输入main再按Alt+/即可自动补全main函数,但是在IntellJ中则是输入psvm,选中即可 在方法体内部有for循环,在Inte...

Continue reading

Matrix42

Record and Share!