Dedetok: My Experience Notes

My Experience Notes These pages contain my experiences using technology. All of the works are working properly at the time when they wrote. You may use them for any purposes.

Thursday, August 1, 2019

Debian Stretch: Distribution Upgrade to Debian Buster (10)

›
Prepare apt /etc/apt/sources.list, change stretch to buster my apt source list: # Debian 10 # SECURITY deb http://security.debian.org/ bus...
Tuesday, June 11, 2019

android studio 3.4.1 and google admob change

›
In build.gradle (Module:app) change ...     buildTypes {         release {             minifyEnabled false             proguardFile...
Thursday, June 6, 2019

defender locking bignox virtual disk

›
windows defender sometimes open file in background process, to scan for malicious code. If defender (or other antivirus) open bignox virtua...
Thursday, April 25, 2019

Codeigniter: query builder select, insert, update and delete

›
Query table:         $this->result = $this->db->get('ca_brand',$mmax, 0);         if ($this->result) {            ...

Codeigniter: check mysql connection

›
To check error in mysql connection, we need to change ENVIRONMENT to Production. Here is the example:     //define('ENVIRONMENT', ...
‹
›
Home
View web version
Powered by Blogger.