摘要:
如果"猫"的prototype对象,指向一个Animal的实例,那么所有"猫"的实例,就能继承Animal了。 Cat.prototype = new Animal(); Cat.prototype.constructor = Cat; var cat1 = new Cat("大毛","黄色"... 阅读全文
摘要:
ERROR:[root@testcentos01 ~]# ssh-addCould not open a connection to your authentication agent在shell下执行ssh-agent bash --login -i然后再执行ssh-add就ok了 阅读全文