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, 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', ...

windows: kill process by id using cmd

›
The most old games do not run on Windows 10. For example Red Alert and GTA San Andreas. Those games require DirectPlay in Windows 10 (legac...
Sunday, March 10, 2019

Install Flutter in android studio 3.3.1

›
Install Flutter in android studio 3.3.1 Open SDK Manager Click "Plugins" In search box type "Flutter" then click ...

android studio 3.3.1 and google admob change

›
change/update google service library: com.google.android.gms:play-services-ads:16.0.0 -> com.google.android.gms:play-services-ads:17.1...
‹
›
Home
View web version
Powered by Blogger.