MongoDB (Raw Data) PostgreSQL (Normalized) PostgreSQL (Analytics)
┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ Tiktok Orders│ │ │ │ │
│ Shopee Orders│ ──Sync──> │ orders │ ──Aggregate──> │ daily_stats │
│ Lazada Orders│ Module │ (OLTP) │ Nightly │ (OLAP) │
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Build UNITY IOS | |
| 1. Switch to IOS platform. | |
| 2. Add firebase file to asset folder | |
| 3. Để ý thay đổi id quảng cáo admob | |
| 4. Builder Player Setting Config, xem lại 1 lượt. | |
| 5. Build ra folder Xcode | |
| 6. mở terminal folder đó, chạy pod install | |
| 7. Mở folder đó bằng Xcode với .xcodeproject | |
| 8. Check lại signature, project team trong Hirearchy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb help // List all comands | |
| == Adb Server | |
| adb kill-server | |
| adb start-server | |
| == Adb Reboot | |
| adb reboot | |
| adb reboot recovery | |
| adb reboot-bootloader |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb shell content query --uri content://settings/system --where "name=\'system_locales\'" | |
| adb shell content delete --uri content://settings/system --where "name=\'system_locales\'" | |
| adb shell content insert --uri content://settings/system --bind name:s:system_locales --bind value:s:en-US | |
| adb shell content insert --uri content://settings/system --bind name:s:system_locales --bind value:s:zh-Hant-TW | |
| adb shell content insert --uri content://settings/system --bind name:s:system_locales --bind value:s:zh-Hant-TW,en-US,ja-JP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb shell content query --uri content://settings/secure --where "name=\'android_id\'" | |
| adb shell content delete --uri content://settings/secure --where "name=\'android_id\'" | |
| adb shell content insert --uri content://settings/secure --bind name:s:android_id --bind value:s:7373de1e9e9670c2 |
adb is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
Don't hesitate to read comments, there is useful tips, thanks guys for this !
Bài viết của Alex đến từ T.CODE Workshop
Bạn còn nhớ khái niệm vector khi học môn toán ngày xưa không? Hy vọng bạn nhớ, như vậy mọi thứ sẽ dễ dàng hơn. Còn không thì coi như làm quen lại hen!
Trong Unity, các object tồn tại trong một không gian 3 chiều, tương ứng các trục X, Y và Z.