V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Fa11ingWood  ›  全部回复第 2 页 / 共 6 页
回复总数  110
1  2  3  4  5  6  
支持一下 我是 notion 用户 这个做的蛮好的
84 天前
回复了 dtla 创建的主题 程序员 一道 Java 八股,检测 AI 智商
As a Java developer, when I encounter an error, I follow these steps:

1. Understand the Error: I read the error message carefully to understand what the problem is. Java error messages are usually descriptive and provide a good starting point.

2. Reproduce the Error: I try to reproduce the error consistently. This helps me understand the conditions under which the error occurs.

3. Debug: I use debugging tools available in my IDE (like breakpoints, step over, step into) to trace the execution of the code and find where exactly the error is happening.

4. Research: If the error is not clear, I research the error message online. There are many resources available, like StackOverflow, where similar problems may have been discussed and solved.

5. Fix the Error: Once I understand the error, I fix it in the code. This could involve correcting a syntax mistake, changing the logic, or handling an exception.

6. Test: After fixing the error, I test the code thoroughly to make sure the error is resolved and hasn't caused any other issues.

7. Code Review: I get my code reviewed by peers. They might catch something I missed and it's a good practice to ensure code quality.

8. Learn: Finally, I make a note of the error and how I fixed it. This helps me in the future if I encounter the same error again.
84 天前
回复了 dtla 创建的主题 程序员 一道 Java 八股,检测 AI 智商
我用的 copilot 和 GPT-4 回答差不多呀
老公牌
103 天前
回复了 qweruiop 创建的主题 PostgreSQL 请教一个经典的 postgres 的 sql 怎么写
@Fa11ingWood 因为公司现在开发就是用的 pg ,一般这种情况是统计的为 null 然后这条数据就直接不展示了
103 天前
回复了 qweruiop 创建的主题 PostgreSQL 请教一个经典的 postgres 的 sql 怎么写
SELECT s.id AS student_id, s.name, coalse(COUNT(t.id),0) AS transactions_count
FROM t_ s
LEFT JOIN transactions t ON s.id = t.student_id
GROUP BY s.id, s.name; 试试这样呢
能把拳头塞嘴里算么
105 天前
回复了 Subot 创建的主题 生活方式 热爱生活的人是什么样子的?
@zhang1215 恰饭就不热爱生活了嘛
105 天前
回复了 huangpingdong 创建的主题 随想 年底一些感悟
好帖 ,楼主说的简直直击心灵
113 天前
回复了 zhh2271 创建的主题 GitHub Copilot github 学生认证 copilot
一周吧 你这个提示是还没过吧 是在申请 通过之后会给你的邮箱发邮件 我这个月初刚申请认证的,你句是你提交了申请
@byte10 是 椅子不舒服 就是做好之后腰和椅子那块是悬空的
@byte10 还是做少了 我刚毕业,工作的第一个月真的腰不舒服的很
115 天前
回复了 nolog 创建的主题 数据库 一个 SQL 问题
加个 rank 或者 level
@excaliburoxo 这 notion 的模板有吗老哥谢谢
这玩意战网不早就是这样吗。。村通网?
虎扑确实 广告太多了 后面实在受不了了 买了圈 x +规则 去广告,能去掉 99%的虎扑广告
@shuiguomayi 嗯 存哪都一样 反正已经是”裸奔“,当然找个便宜点的地方咯
1  2  3  4  5  6  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5393 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 845ms · UTC 01:49 · PVG 09:49 · LAX 18:49 · JFK 21:49
Developed with CodeLauncher
♥ Do have faith in what you're doing.