type
status
date
slug
summary
tags
category
password
Date
Free
Free
Link
xhsContent
Price
xhsTitle
🌈 I feel
icon

👟 Articles


📖 Title: postgresql中的索引;
👍 Some Contents
  • Btree索引
notion image
  • 经常筛选条件/排序的列,联表的列等等~
notion image
 
📖 Title: grpc和restful的区别;
👍 Some Contents
  • grpc通过http2; 浏览器支持需要走特殊的代理;
notion image
  • restful只支持1元请求,需要借助websocket协议;grpc支持服务器流,客户端刘,双向流等;
notion image
  • restful使用的JSON规范要比protobuf占多很多空间
notion image
📖 Title: Nodejs中的一些优化;
👍 Some Contents
  • 使用消息队列来降低可能同一段时间很多cronjob同时请求的case;
notion image
  • 新增索引提升读速度的同时可能降低写的速度;
notion image
 
📖 Title: express 中发送SSE;
👍 Some Contents
  • 指定content-type为text/event-stream,然后write多次就行了;
notion image
💡
 
📖 Title: 浏览器设置重绘闪烁;
notion image
💡
重排重绘黑色主题关键指标等都可以;
 
📖 Title: 父组件onMouseDown/onClick preventDefault后子组件可能无法复制;
👍 Some Contents
  • <div onMouseDown={e => e.preventDefault()}><div>divasdasdasd</div></div>
💡
 

❣️ Quote


quote
From: xxxx

📱 Products


🍞 name: tampermonkey油猴脚本教程;
📖 desc:
notion image
 
🍞 name: tabby 开源自部署的copilot;
🔗 link:
📖 desc:
notion image
 
🍞 name: databerrry 本地gpt agent;
🔗 link:
📖 desc:
notion image
 
🍞 name: AI换脸demo;
🔗 link:
📖 desc:
notion image
 
🍞 name: usehooks-一些react hooks;
🔗 link:
📖 desc:
notion image