leetcode經典題 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 - 2月 14, 2022 55. Jump Game1143. Longest Common Subsequence 46. Permutations53. Maximum Subarray77. Combinations45. Jump Game II322. Coin Change300. Longest Increasing Subsequence 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 留言
git commit 類型 - 7月 29, 2021 features. 功能 fix 修正 style 代碼格式 refactor 重構 docs 文件 perf 效能 chore 其他不重要的 extend 擴展 閱讀完整內容
xampp Apache 設定 access.log - 10月 29, 2020 設定access.log以天數分割檔案,如: access-2020-10-29.log 1. 開啟httpd.conf 2. 找到access.log配置項目 3. 將設定改成 4. CustomLog "|bin/rotatelogs.exe -l E:/logs/access/access-%Y-%m-%d.log 86400" common 設定access.log的format 參考配置項目: http://httpd.apache.org/docs/current/mod/mod_log_config.html https://httpd.apache.org/docs/2.4/logs.html log format標準 Common Log Format "%h %l %u %t \"%r\" %>s %b" Combined Log Format "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" elf (Extended Log File Format) rotatelogs .exe apache log能做到這些是是因為使用了rotatelogs .exe。 rotatelogs 是日誌切割工具。 文件: https://httpd.apache.org/docs/2.4/programs/rotatelogs.html 閱讀完整內容
php 面試題 - 3月 20, 2022 laravel 7 特性 laravel 8 特性 php 7 特性 php 8 特性 Names Arguments JIT Union Types Constructor Property Promotion Null-Safe Operator Trailing Comma in Parameters Match Expression Attributes WeakMaps Mixed Type Throw Exception From New Places Call ::class on objects Non-Capturing Catch New String Functions class vs trait 執行順序 callback clean architecture ddd https://docs.kilvn.com/tipi/ https://imyoungyang.gitbooks.io/php7-study-group-notes/content/Chapter2/php-trait.html 閱讀完整內容
留言
張貼留言