参考资料库

开发片段速查表

Regex、cron、Base64、SQL、YAML、slug、颜色和 CSS helper 提醒。

Regex email shape

参考: Simple test pattern for email-like text.

[^\s@]+@[^\s@]+\.[^\s@]+

Cron daily

参考: Run around 09:00 every day.

0 9 * * *

Base64 decode

参考: Small encoded fixture.

SGVsbG8=

CSS rem

参考: Common CSS unit reminder.

1rem = root font size

相关工具

相关分类