Logo SkyChoy
  • 文章
  • 碎片
⌘ + K
  • 文章
  • 碎片
  • AWN 基本使用awesome-notifications

    https://f3oall.github.io/awesome-notifications/docs/ 這是一套非常好用而簡單的 notification套件 ```html //全局設定 let globalOptions = { animationDuration:300, //動畫效果時長,數字越小動作越快...

  • Laravel print sql log

    ```php \DB::enableQueryLog(); $row = Service::with('catalog')->where('status', 1)->paginate(10); dd(\DB::getQueryLog()); ```

  • Goutte @ Laravel

    ```bash composer require fabpot/goutte ``` ```php use Goutte\Client; class WebScraperController extends Controller { public function scrape() { $url = 'https://www.example.com';...

  • Datalist

    ```html Choose your browser from the list: ```

  • 最簡單的color picker - jscolor

    最簡單的color picker https://jscolor.com/examples/

  • moment.js 常用的js時間套件

    https://momentjs.com/ ```html ```

  • Laravel datatable 快速整合套件

    https://yajrabox.com/docs/laravel-datatables/master/installation

  • Microsoft Learn

    https://learn.microsoft.com/zh-tw/ 有大量免費的教學是有關azure

  • facebook api tools

    https://developers.facebook.com/tools/explorer/

  • [AI解答] C++ 、C#、C 應該學哪個

    取決於您的目標和專業領域。 C++是一種非常強大的程式語言,它可以用於開發各種類型的應用程式,包括桌面應用程式、網頁應用程式、遊戲、移動應用程式、驅動程式、系統軟體、嵌入式系統等。C++也是很多其他高階語言...

  • Laravel 採集套餐

    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/

  • wp secret gen

    https://api.wordpress.org/secret-key/1.1/salt/

  • check website white list

    https://sitecheck.sucuri.net/

  • PHPMailer 550 Bad HELO 錯誤

    PHPMailer: 550 Bad HELO - Host impersonating domain name ### 懶人包 在原本的 ```php $mail->Host = $smtpHost; ``` 下面再加入一行 ```php $mail->Hostname = $smtpHost; ``` ### 事源及解決方法...

  • rel=noopener 安全問題

    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

  • litespeed 403

    https://stackoverflow.com/questions/12928360/how-can-i-disable-mod-security-in-htaccess-file `.htaccess` 最底加入 ```bash SecFilterEngine Off SecFilterScanPOST Off ```

  • Laravel + JS Count View simple system

    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(...

  • API market

    https://rapidapi.com eg: weatherapi https://rapidapi.com/weatherapi/api/weatherapi-com/

  • [JS] 獲取瀏覽器名稱及版本

    經navigator.userAgent 進行match updated. ```js function getBowser() { if ((navigator.userAgent.indexOf("Opera") || navigator.userAgent.indexOf('OPR')) != -1) { alert('Opera'); } else if (navigato...

  • « Previous
  • 1
  • 2
  • 3
  • 4
  • ...
  • 6
  • Next »

© 2025 Powered by SkyChoy ❤️ All Rights Reserved.

×

使用 ↑ ↓ 鍵選擇, Enter 鍵前往, Esc 鍵關閉