in malaysia
- Infotech
- HR2000
- Boss net
- Talentoz
- Kakitangan.com
- MySyarikat
- Workday
- SAP
- Urusbisnes – coming soon
in malaysia
Error when using Google Chrome on Mac OS X El Capitan (10.11.6)
To solve this issue:
Reference: https://docs.certifytheweb.com/docs/kb/kb-202109-letsencrypt/#macos-ios-etc
Restart the Mac, hold Command+R until the apple logo appears.
If the error message like below appear at the end of installation progress,
“OS X could not be installed on your computer. No packages were eligible for install”
Reference if issue still can’t be solved
https://discussions.apple.com/thread/250793420?answerId=251511664022
This error message is not helpful at all. There are similar error to this for DOUBLE etc instead of DECIMAL value.
I got this error when running a simple query like below in MySQL.
update table_1
set field_value = “value”
where field_id in (123, 345, 456);
This caused by the value in where condition compared to a non-integer value. For example, there are some empty string in field_id field.
The solution – changed the string in field_id to NULL or integer value.
Check for IPO availability in Maybank2u
After log in M2u, click “Apply” and choose Investment > eIPO. Click on “Apply Now” button
Can also use this website to view IPO and background of the companies
View prospectus of the selected company
Then can also look for fair value from investment companies. Or some remisier also compiled this fair value in their facebook etc.
The solution, install and enable this extension
https://chrome.google.com/webstore/detail/google-docs-offline/ghbmnnjooekpmoecnnnilnnbdlolhkhi
Below are some must have’s or standard fields for a table
example of uuid() generated value = 27764328539095040
example of uuid_short() generated value = 27764328539095040
To check directory size (all files under the directory) and sort by file size.
du -hs * | sort -h