摘要:
String类、StringBuffer类、StringBuilder类 String类的创建 // 方式一 直接赋值 String s = "woshihaoren"; // 方式二 构造器创建 String ss = new String("woshihaoren"); // 方式一创建会先从常 阅读全文
摘要:
git Git相关的配置文件 1、Git\etc\gitconfig :Git 安装目录下的 gitconfig --system 系统级 2、C:\Users\Administrator\ .gitconfig 只适用于当前登录用户的配置 --global 全局 #查看系统config git c 阅读全文