@Kohki888
Nothing here yet.
Nothing here yet.
Apr 19, 2024 · 16 min read · Basic knowledge of mobile development 1. REM Dimensional unit Definition : REM (Root EM): a relative unit based on the font size of the root element (HTML element). Application : In mobile development, REM is used to implement responsive layout. Ma...
Join discussionApr 13, 2024 · 16 min read · PHP Cron Laravel-CacheHelper 根据提供的搜索结果,我可以总结以下关于 Laravel 缓存类 CacheHelper 的最详细知识点: CacheHelper 类的详细介绍 CacheHelper 是一个抽象类,提供了三个主要方法: getKey(): 获取缓存的键 value(): 从缓存中获取值,如果缓存中不存在则调用 generate() 方法生成并存入缓存 forget(): 从缓存中删除指定键的值 CacheHelper 类中有两个属性: ...
Join discussionApr 13, 2024 · 16 min read · MQ 1. Basic Concepts of Message Queues A message queue is a form of asynchronous communication between application components. The sender (producer) and the receiver (consumer) of a message do not need to interact with the message queue at the same t...
Join discussion