We accidentally deleted production data and might have to restore from backup. Google Doc with live notes
#gitlab #januszeprogramowania
https://twitter.com/gitlabstatus/status/826591961444384768
Wszystko
Wszystkie
Archiwum
We accidentally deleted production data and might have to restore from backup. Google Doc with live notes
$(ODIR)/%.o: %.c $(DEPS)
var account = {
cash: 12000,
withdraw: function(amount){
this.cash -= amount;
console.log('Withdrew ' + amount + ', new cash reserve is: ' + this.cash);
}
};
Object.defineProperty(account, 'deposit', {
**value**: function(amount){
this.cash += amount;
}
});
account.deposit(3000);
account.withdraw(1000);
System Windows nie może uzyskać dostępu do określonego urządzenia, ścieżki lub pliku
pliki na tym dysku dvd są tylko do odczytu
Wykop.pl
Mówiąc prościej:
jest d={"a":"b"}
wyskakuje input ze słowem "a"- działa, printuje b
wyskakuje input