Git 配置与实战 配置 别名配置 .bash_profile:登录时执行一次,可以手动执行 .bashrc:登录或打开新 shell 时执行 修改 /.bashrc 或 /.bash_profile文件都可,建议使用 .bashrc,新开 shell 时无需再手动读取配置文件 `bash base config alias see="ps -ef|grep" alias rl="source ~/.bashrc" alias bashconf="code ~/.bashrc" alias gitconf="code ~/.gitconfi...
title: 部署实战 order: 3 部署实战 部署 nextjs 项目 项目放置地址: /data nginx 配置文件:/etc/nginx/conf.d/test_project_nginx.conf `nginx server { listen 8011; server_name 12.12.12.12; # 需配置为对应服务器端口 index index.html; gzip on; gzip_min_length 1000; gzip_proxied exp...
Chrome devtool Chromium:是谷歌的开源项目,由开源社区维护。 Chrome:基于 Chromium,但是它是闭源的。 实验性功能 :chrome://flags/ esc:显示 第二面板 Console 快捷键:⌘ + ⌥ + J 或 ⇧ + ⌘ + C 面板命令:show console drawer console API image-20240620211747904 console.dir ...
title: "前端周刊9-React协调机制:组件背后的隐形引擎" source: "https://halo.chenkeyan.com/archives/fe-weekly-9-react-keys" author: published: created: 2025-04-26 description: "英文原文:https://cekrem.github.io/posts/react-reconciliation-deep-dive/ 在之前的文章中,我探讨了React.memo的工作原理以及通过组合实现更智能性能优化的方法。但若要真正掌握React性能优化,我们需要理解驱动...
TODO [x] 前端部署 - https://github.com/Innei/Shiro [x] 后端部署 - https://github.com/mx-space [x] 新增图床 - https://tyxiaoming.xin/2025/01/12/%E6%90%AD%E5%BB%BA%E5%9B%BE%E5%BA%8A/ [ ] 接入 AI [ ] 接入 algolia 疑难问题 [ ] 通过 GitHub action 部署项目 [x] 本地运行 前端项目 原因分析: 域名备案没过 mix-space 未配置 `ALLO...