Tác giả: kaisan

Cách sử dụng Data youtube api v3

Các hàm dùng để login youtube qua api $client = new Google_Client(); $client->setClientId($client_id); $client->setClientSecret($client_secret); $client->setRedirectUri($redirect_uri); $client->setScopes(array( “https://www.googleapis.com/auth/plus.login”, “https://www.googleapis.com/auth/userinfo.email”, “https://www.googleapis.com/auth/userinfo.profile”, “https://www.googleapis.com/auth/plus.me”, “https://www.googleapis.com/auth/youtube.upload”, “https://www.googleapis.com/auth/youtube”, “https://www.googleapis.com/auth/youtube.force-ssl” )); $plus = new Google_Service_Plus($client); $youtube =….

Tạo một biểu thức chính quy trong Regular Expression

Cách viết một mẫu biểu thức chính quy Xem chi tiết tại https://developer.mozilla.org/vi/docs/Web/JavaScript/Guide/Regular_Expressions http://vforum.vn/diendan/showthread.php?6071-Xu-ly-chuoi-bang-Javascript-Regular-Expression   Một mẫu biểu thức chính quy là một tập các kí tự thường, như /abc/, hay….

Các ký tự unicode smile

Website tổng hợp chuyên về unicode https://www.fileformat.info/info/unicode/category/So/list.htm   Trang đầy đủ icon https://www.compart.com/en/unicode/category/So https://gist.github.com/endolith/157796 ☺ ☻ ✌ ☹ ♡ ♥ ❤ ⚘ ❀ ❃ ❁ ✼ ☀ ✌ ♫ ♪ ☃….