一.数组的维数 假象:一维数组 二维数组:数组中的元素是一维数组 二.五子棋游戏
import javax.swing.*;public class Array06 {static String[][] matrix new String[15][15];static String black "⚫";static String white "⚪"…
场景
最近运行命令git push,git pull或者git clone的时候总会报如下错误
fatal: unable to access https://github.com/xxxxx/xxxxxx.git/: **Failed to connect to github.com** port 443 after 21052 ms: Couldnt connect to server原因
一般是网络配置原因造成的, 如果能…