javascript实例共享受继承于同一个实例
pp= function(){
this.foo=[1,2,3];
}
pp.prototype.dothefoo = function(){
this.foo.pop();
}
pp= function(){
this.foo=[1,2,3];
}
pp.prototype.dothefoo = function(){
this.foo.pop();
}
今天查服务器日志,发现了很多这样的东东
dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval
我犯了个错误,先升级了kernel 到2.6.31 然后又做release升级 升级到karmic
无法正常启动,启动后进入了busybox 说是device找不到
karmic是最新的ubuntu版本,解决了很多问题
第一步,找到源
Ubuntu官方源中QT为4.5版本,这样就需要使用PPA源进行更新
在
https://launchpad.net/ubuntu/+ppas
查询到QT4.6(直接复制这第2个网址过去,到浏览器)
https://launchpad.net/~mapopa/+archive/qt4.6
因為修改了 SVN 目錄的名稱,
TRAC 出現下列訊息
Warning: Can’t synchronize with the repository (The ‘repository_dir’ has changed, a ‘trac-admin resync’ operation is needed.). Look in the Trac log for more information.