บทความ

กำลังแสดงโพสต์จาก พฤศจิกายน, 2021

android: โยนข้อมูลระหว่าง activity กับ fragment

 .. https://stackoverflow.com/questions/12659747/call-an-activity-method-from-a-fragment ..

Android: แสดงผลแนวนอน ต้องมี layout อีกไฟล์

 .. https://stackoverflow.com/questions/53016292/android-portrait-and-landscape-layouts ..

Android: Constrain Layout การใช้งานเบื้้องต้น

 .. https://www.youtube.com/watch?v=4N4bCdyGcUc ..

Android : เอาภาพ png เข้ามาใช้เป็น icon ปุ่ม

 .. https://stackoverflow.com/questions/29047902/how-to-add-an-image-to-the-drawable-folder-in-android-studio ..

PHP การลบข้อมูลที่มี value ซ้ำ ใน array แบบ key->value

 .. array_values(array_unique($array)); array_unique อย่างเดียว เหมือนจะยังใช้ไม่ได้กับข้อมูลแบบ utf-8  ..

js การแปลง json string data มาเป็น json object

 .. https://stackoverflow.com/questions/31333622/how-to-get-json-data-from-an-api ..

PHP string แบบหลายบรรทัด

 .. https://stackoverflow.com/questions/9744192/multi-line-strings-in-php ..

xcode ฆ่า process กรณีค้าง

 .. https://agilewarrior.wordpress.com/2012/06/28/how-to-kill-xcode-from-the-command-line/ ..

xcode : swift การเรียก action button แบบไม่ต้องกด

 .. https://stackoverflow.com/questions/29986738/how-do-i-call-a-button-function-when-the-button-is-not-being-pressed ..

xcode : ชื่อ font ใน ios

 .. ชลิตา จูมสีมา : เขียน https://developer.apple.com/fonts/system-fonts/ หรือ            //ดู font ที่มีให้ใช้ทั้งหมด         for family in UIFont . familyNames {           print ( "Font Family: \(family) " )           for fontName in UIFont . fontNames (forFamilyName: " \(family) " ) {             print ( "- Font name: \(fontName) " )           }         } ..

Laminas (zf4) Bcrypt

 .. https://docs.laminas.dev/laminas-crypt/password/ https://api-tools.getlaminas.org/documentation/auth/authentication-oauth2 ..