type
status
date
slug
summary
tags
category
password
Date
Free
Free
Link
xhsContent
Price
xhsTitle
🌈 I feel
icon
👟 Articles
📖 Title: postgresql中的索引;
👍 Some Contents
- Btree索引

- 经常筛选条件/排序的列,联表的列等等~

📖 Title: grpc和restful的区别;
👍 Some Contents
- grpc通过http2; 浏览器支持需要走特殊的代理;

- restful只支持1元请求,需要借助websocket协议;grpc支持服务器流,客户端刘,双向流等;

- restful使用的JSON规范要比protobuf占多很多空间

📖 Title: Nodejs中的一些优化;
👍 Some Contents
- 使用消息队列来降低可能同一段时间很多cronjob同时请求的case;

- 新增索引提升读速度的同时可能降低写的速度;

📖 Title: express 中发送SSE;
👍 Some Contents
- 指定content-type为text/event-stream,然后write多次就行了;

📖 Title: 浏览器设置重绘闪烁;

重排重绘黑色主题关键指标等都可以;
📖 Title: 父组件onMouseDown/onClick preventDefault后子组件可能无法复制;
👍 Some Contents
- <div onMouseDown={e => e.preventDefault()}><div>divasdasdasd</div></div>
❣️ Quote
quote
From: xxxx
📱 Products
🍞 name: tampermonkey油猴脚本教程;
📖 desc:

🍞 name: tabby 开源自部署的copilot;
🔗 link:
📖 desc:

🍞 name: databerrry 本地gpt agent;
🔗 link:
📖 desc:

🍞 name: AI换脸demo;
🔗 link:
📖 desc:

🍞 name: usehooks-一些react hooks;
🔗 link:
📖 desc:

- Author:AGILab
- URL:http://agilab.top/article/f92947b9-6a8e-4ab0-bb37-ee2ad5e9a04b
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
上一篇
ChatGPT+Midjourney UI;这个世界日以继夜、竭尽全力让你成为其他人,如果你想做你自己,就意味着要打一场最艰难的仗;highlight.io;
下一篇
使用useTransition和useDeferredValue来做输入防抖;Airbnb在流式传输上的实践;Nodej写一个SSE;performance.timging已经不建议使用,PerformanceObserver或者performance.getEntriesByType来替代;丝滑滚动库lenis;ChatGPT Admin-提供UI和支付接口;photoshop SD插件;类markdown文本生成流程图;手写体生成;流媒体实时换脸;