当前位置:网站首页>How to correctly ask questions in CSDN Q & A
How to correctly ask questions in CSDN Q & A
2022-07-05 06:27:00 【Heerey525】
cause
Early in my career , Very delicious food , At that time, in addition to consulting powerful colleagues , still CSDN Wendan asked questions , With the help of the big guys .
Later, I will put some of the problems I encountered and the experience I summarized in CSDN Write it down in the form of an article , As a general existence of my notes , I didn't expect to help some people .
The habit of recording articles doesn't last well , So I interrupted for a long time , By chance, a relatively empty opportunity , Attention to me again CSDN Question and answer , I think I have the ability to help some newcomers who are entering the industry or early in the industry .
Maybe many questioners also have little experience , It is more general to ask some questions , So that the respondent can't answer effectively , So I want to write an article about , How to effectively ask questions
Text
title
The title should be more intuitive to clarify the problem
Mode one : Write function point , Such as :banner The next handoff on the rotation chart failed
Mode two : Write questions about using tools , Such as :echarts.js How the histogram overlaps
label
Determine what the problem is , Usually our problem is the difference between front-end and back-end , The front end can also be divided into Javascript、Html、CSS、Vue.js、React.js、Node.js these , The back end can be subdivided into languages , Such as Java、Php、MySQL etc.
The phenomenon and background of the problem
If you think the title is clear , You can write less here , If the title is not too clear , You can add details here
Such as :
ElementUI Click the button for the first time ,dialog The pop-up content is displayed abnormally , The second time and after that, it will be normal
Problem related code
Here is a very important link
- If it's a code error It's best to paste the problem code , The respondent can directly use it for operation analysis .
- If it is an error in engineering or tool operation , Paste the error information , And report the full picture of the error in the screenshot
- If it's less important code to practice , Is it difficult to analyze the error report in that step , I suggest hosting the code to gitee Or other public warehouses , Let the respondent see the full picture of the code
Error message
It's best to paste all , You can also take a screenshot of all
Answer and try
I personally hope that the questioner has his own way to search documents or Baidu other information , Try to solve problems by yourself .
Except for theoretical issues , I don't want to see the whole problem with only one title , I have no other task to try , Let the solver provide source code help .
The results you want to achieve
This is also very important , What do you want to fix the problem code
preview
Complete the above contents , Look at the format of the problem for yourself , Including screenshots and language descriptions provided , Whether the question code is reasonable , It can make the solver intuitively understand the situation of the problem .
Whether to pay a reward
Usually , Respondents are more willing to help paid questions , More people may provide richer and faster answers .
But this depends on the individual will and the complexity of the problem , If it's a relatively simple question, it doesn't require the respondent to pay too much energy , If it's a complex problem , It may take more time and effort to help answer .
Most people still have simple problems and no knowledge ( help ) The habit of paying , Everybody knows that .
Check answers and feedback in time
The answer won't take a day 24 Hour online , More time is relatively free time to look through and answer questions , Therefore, it is better for the questioner to check the answer information and further communicate in time .
Adopt
This is very important for the answer , It is also the motivation to encourage respondents to continue to help others , So if the questioner is solved again , Then please adopt in time , Is the greatest thanks to the solver !
Last
When you are weak or need help , Someone is helping you .
I also hope that when you become stronger or capable, you can also help people in need .
边栏推荐
- Leetcode dynamic programming
- June 29, 2022 daily
- vsCode创建自己的代码模板
- NotImplementedError: Cannot convert a symbolic Tensor (yolo_boxes_0/meshgrid/Size_1:0) to a numpy ar
- C - XOR to all (binary topic)
- 4. Oracle redo log file management
- Gauss Cancellation acwing 884. Solution d'un système d'équations Xor linéaires par élimination gaussienne
- Vant Weapp SwipeCell设置多个按钮
- Series of how MySQL works (VIII) 14 figures explain the atomicity of MySQL transactions and the principle of undo logging
- Chapter 6 relational database theory
猜你喜欢

1.14 - assembly line

2.Oracle-数据文件的添加及管理

Leetcode-6110: number of incremental paths in the grid graph

求组合数 AcWing 887. 求组合数 III

LeetCode-54

Design specification for mobile folding screen

3. Oracle control file management

Simple selection sort of selection sort
![[QT] QT multithreading development qthread](/img/7f/661cfb00317cd2c91fb9cc23c55a58.jpg)
[QT] QT multithreading development qthread

容斥原理 AcWing 890. 能被整除的数
随机推荐
MQClientException: No route info of this topic: type_ topic
Idea debug failed
[wustctf2020] plain_ WP
求组合数 AcWing 888. 求组合数 IV
Paper reading report
Chinese remainder theorem acwing 204 Strange way of expressing integers
‘mongoexport‘ 不是内部或外部命令,也不是可运行的程序 或批处理文件。
博弈论 AcWing 891. Nim游戏
ollvm编译出现的问题纪录
栈 AcWing 3302. 表达式求值
LeetCode 0108. Convert an ordered array into a binary search tree - the median of the array is the root, and the left and right of the median are the left and right subtrees respectively
时间很快,请多做有意义的事情
Leetcode array operation
4. Oracle redo log file management
WordPress switches the page, and the domain name changes back to the IP address
MPLS experiment
Niu Mei's math problems
vsCode创建自己的代码模板
Design specification for mobile folding screen
【LeetCode】Easy | 20. Valid parentheses