Special Characters in HTML - Các ký tự đặc biệt trong HTML
Bảng dưới đây là toàn bộ các ký tự đặc biệt trong html5 left single quote ‘‘ right single quote ’’ ...
#Frontend ·
23/12/2019 ·
328 lượt xem
Change/Reset mysql root password on Centos7
That will be very useful when you lost mysql root password Stop mysql sudo systemctl stop mysqld Set the mySQL environment option sudo systemctl set-environment MYSQLD_OPTS=--skip-grant-tables ...
#Frontend ·
11/11/2019 ·
299 lượt xem
Hàm xóa một đối tượng trong mảng đối tượng - Javascript
Xóa một phần tử trong mảng myArray có trường field = value myArray = myArray.filterfunction obj { return obj.field == 'value'; };...
#Frontend ·
17/08/2018 ·
350 lượt xem
Viết hoa ký tự đầu tiên trong css
http//jsfiddle.net/sandeep/KvGr2/9/...
#Frontend ·
09/07/2018 ·
358 lượt xem
Replace url with html link
thay thế link trong text function replaceURLWithHTMLLinkstext { var re = /.??b?https?ftpfile//-a-z0-9&@/?=~_,.;-a-z0-9&@/=~_/ig; return text.replacere, functionmatch, lParens, url { var ...
#Frontend ·
07/06/2018 ·
332 lượt xem
Tạo hiệu ứng blur background giống trên mac với css
https//css-tricks.com/frosting-glass-css-filters/...
#Frontend ·
16/05/2018 ·
352 lượt xem
Fonts icons vector framework
Browse all Entypo by Daniel Bruce 411 icons EvilIcons by Alexander Madyankin & Roman Shamin v1.8.0, 70 icons Feather by Cole Bemis & Contributors v4.7.0, 266 ...
#Frontend ·
14/05/2018 ·
390 lượt xem
Cài crontab chạy sau mỗi 3 giờ đồng hồ
0 /3 sau mỗi 3 giờ đồng hồ https//linode.com/docs/tools-reference/tools/schedule-tasks-with-cron/...
#Frontend ·
13/02/2018 ·
331 lượt xem
Một số hàm php ít dùng nhưng cực hay
1. HIGHLIGHT_STRING Khi muốn hiển thị một đoạn mã code nào đó ra ngoài với giao diện code bắt mắt và ...
#Frontend ·
24/12/2017 ·
315 lượt xem
Tất tần tật về console
Technically console.log console.debug and console.info are identical However the way they display the data is little different console.log Black color text with no icon console.info ...
#Frontend ·
04/11/2017 ·
328 lượt xem
Check Backlink trang web của bạn trên trang này
Website xem backlinkahrefs.com...
#Frontend ·
28/09/2017 ·
329 lượt xem
Font chữ của một số trang đẹp
Font chữ đẹp của lavacast https//laracasts.com/discuss/channels/laravel/installation-error-laravel-53 Font chữ của treehouse font-family "Gotham Rounded A", "Gotham ...
#Frontend ·
28/09/2017 ·
247 lượt xem
Chạy audio từ video youtube
Nguồn https//jsfiddle.net/8wkjqf3m/ Demo ...
#Frontend ·
24/09/2017 ·
316 lượt xem