I’m using Xubuntu 16 64bit. My computer is Lenovo G560 and there is standart keyboard which has num pad. Sometimes my fingers touching to Num Lock key and I hate this. I want to keep Num Lock status ON and…
Çok büyük sayıları Mysql’de tutmak
Çok büyük virgüllü sayıların Mysql’de saklamak (Storing big decimal numbers in Mysql): ALTER TABLE `user_balances` CHANGE `amount` `amount` DECIMAL(65,29) NOT NULL;