一,配置账户,注意需要和Github账户设置一样 git config --global user.name xxxgit config --global user.emai...
![240](https://upload.jianshu.io/users/upload_avatars/5898210/8ae56b43-24de-455a-8178-0cde47bafa02.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:四川
一,配置账户,注意需要和Github账户设置一样 git config --global user.name xxxgit config --global user.emai...
基本理念: 创建时屏蔽获取细节,对象在当前生命周期终结时入池。 优点: 1.动态修改对象属性比创建对象的开销小(体现在内存上) 2.复用池中对象,消除创建对象、回收对象 所...