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 以電子郵件傳送 其他應用程式 留言
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 閱讀完整內容
DDD - 6月 06, 2021 https://stackoverflow.com/questions/52977040/bounded-context-in-food-delivery-use-case https://zhuanlan.zhihu.com/p/31985410?fbclid=IwAR3Z6cZZtjkI-kLD_f8oJyonx3BlvqLBvu4_LCWn578oflQS_iicqJpSwKk https://docs.microsoft.com/zh-tw/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/apply-simplified-microservice-cqrs-ddd-patterns https://www.jdon.com/44604 https://zhuanlan.zhihu.com/p/40089542 https://medium.com/nick-tune-tech-strategy-blog/bounded-context-canvas-recipe-use-case-swimlanes-11ca647175d3 https://zhuanlan.zhihu.com/p/368736746 https://zhuanlan.zhihu.com/p/368098015 https://www.zhihu.com/topic/19826540/hot https://developer.aliyun.com/article/59498 https://cloud.tencent.com/developer/article/1054076 https://cloud.tencent.com/developer/article/1054055?from=article.detail.1054076 https://cloud.tencent.com/developer/article/1161492?from=article.detail.1054076 1個系統 多個subdomain 1個subdomain 1個bounded context bounded context多個use case 多個modules bounded context 視... 閱讀完整內容
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 閱讀完整內容
留言
張貼留言