fxjson

fxjson

V2EX member #494201, joined on 2020-06-10 19:12:10 +08:00
智谱的 GLM5.1 coding plan 怎么样呢
程序员  •  fxjson  •  Apr 6  •  Lastly replied by wang93wei
5
关于 cursor、windsurf 相关 ai 编辑器与工作流
程序员  •  fxjson  •  Mar 1, 2025  •  Lastly replied by fxjson
2
golang 大家都在用什么框架进行项目开发
Go 编程语言  •  fxjson  •  Feb 18, 2025  •  Lastly replied by l1ch40
11
gin+gorm+zerolog+goredis 轻量级框架开发
程序员  •  fxjson  •  Aug 11, 2024  •  Lastly replied by ashin
2
web 安全问题咨询
程序员  •  fxjson  •  Aug 4, 2024  •  Lastly replied by m0unta1n886
3
大龄程序员如何进行自救
职场话题  •  fxjson  •  May 11, 2024  •  Lastly replied by sagaxu
6
世界上最好的编程语言要凉了吗
程序员  •  fxjson  •  Apr 10, 2024  •  Lastly replied by weiqk
7
springboot orm 选型
程序员  •  fxjson  •  Dec 10, 2023  •  Lastly replied by flmn
24
fxjson's recent replies
kimi 解决 bug 还是可以的,虽然有点啰嗦。但是开发需求生成的代码不太好
superpower 有个头脑风暴很好
Mar 7
Replied to a topic by lanhiy PHP 2026 年 PHP 路在何方
看好 php,php 已经养活我 15 年了

https://github.com/fanqingxuan/awesome-skills ,最近 ai skill 比较实用,开发了几个 skill 有需要的同学可以试试
Mar 1, 2025
Replied to a topic by mogutouer 职场话题 用 AI 编程,半夜的我放声大笑
cursor 读文件,一个文件不宜行数太多
@fuchen1983 是需要利用 rules 文件,但是应该需要搞一些基于业务的工作流,否则生成的代码可能不是想要的,多次交流后,他就飘了或者扩散了,如何约束他并且按照一定的流程,还要利用好记忆
Feb 18, 2025
Replied to a topic by thisisgpy 程序员 golang 老鸟快快显圣
https://github.com/fanqingxuan/go-gin, 我自己用 gin+gorm+go-redis 库开发的一个开箱即用框架,个人感觉比较适合小项目
我自己的 gin 框架 https://github.com/fanqingxuan/go-gin 与 3 楼说的一致,但是我没有考虑微服务,毕竟绝大多数没必要使用微服务

func TraceId() gin.HandlerFunc {
return func(ctx *gin.Context) {
ctx.Set(traceid.TraceIdFieldName, traceid.New())
ctx.Next()
}
}
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2708 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms · UTC 15:57 · PVG 23:57 · LAX 08:57 · JFK 11:57
♥ Do have faith in what you're doing.