```bash composer require fabpot/goutte ``` ```php use Goutte\Client; class WebScraperController extends Controller { public function scrape() { $url = 'https://www.example.com';...
```html Choose your browser from the list: ```
最簡單的color picker https://jscolor.com/examples/
https://momentjs.com/ ```html ```
https://yajrabox.com/docs/laravel-datatables/master/installation
https://learn.microsoft.com/zh-tw/ 有大量免費的教學是有關azure
https://developers.facebook.com/tools/explorer/
取決於您的目標和專業領域。 C++是一種非常強大的程式語言,它可以用於開發各種類型的應用程式,包括桌面應用程式、網頁應用程式、遊戲、移動應用程式、驅動程式、系統軟體、嵌入式系統等。C++也是很多其他高階語言...
puppeteer 是經瀏覽器 需要laravel 安裝spatie/browsershot 去執行 ```bash composer require spatie/browsershot npm i puppeteer --save ``` ```php use Spatie\Browsershot\Browsershot; public function get...
https://app.termsfeed.com/
https://api.wordpress.org/secret-key/1.1/salt/
https://sitecheck.sucuri.net/
PHPMailer: 550 Bad HELO - Host impersonating domain name ### 懶人包 在原本的 ```php $mail->Host = $smtpHost; ``` 下面再加入一行 ```php $mail->Hostname = $smtpHost; ``` ### 事源及解決方法...
https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/noopener https://mathiasbynens.github.io/rel-noopener/ https://pjchender.blogspot.com/2020/05/relnoreferrer-targetblank.html
https://stackoverflow.com/questions/12928360/how-can-i-disable-mod-security-in-htaccess-file `.htaccess` 最底加入 ```bash SecFilterEngine Off SecFilterScanPOST Off ```
JS file ```js function getPage(action,rel_id,detail) { const js_message_show = document.getElementById("js_message"); var person_id = getCookie('person_id'); const data = { os:getOS(...
https://rapidapi.com eg: weatherapi https://rapidapi.com/weatherapi/api/weatherapi-com/
經navigator.userAgent 進行match updated. ```js function getBowser() { if ((navigator.userAgent.indexOf("Opera") || navigator.userAgent.indexOf('OPR')) != -1) { alert('Opera'); } else if (navigato...
https://delftstack.com/zh-tw/howto/javascript/get-ip-address-javascript/
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch