Programowanie w systemie UNIX/pytanie: Różnice pomiędzy wersjami

Z Wikibooks, biblioteki wolnych podręczników.
Usunięta treść Dodana treść
m opis
Linia 9: Linia 9:
=Jak zadać pytanie, żeby uzyskać odpowiedź ? =
=Jak zadać pytanie, żeby uzyskać odpowiedź ? =
* stackoverflow<ref>[http://stackoverflow.com/help/how-to-ask stackoverflow help : how-to-ask]</ref>
* stackoverflow<ref>[http://stackoverflow.com/help/how-to-ask stackoverflow help : how-to-ask]</ref>
* "To get the best possible answers, you should explain what your thoughts on the problem are so far. That way, people won't tell you things you already know, and they can write answers at an appropriate level; also, people are much more willing to help you if you show that you've tried the problem yourself. Also, many would consider your post rude because it is a command ("Find..."), not a request for help, so please consider rewriting it." – Zev Chonoles Jan 4 '13 at 5:45 <ref>[http://math.stackexchange.com/questions/270138/solve-the-functional-equation-f1xfy-yfxy?rq=1 math.stackexchange question Solve-the-functional-equation-f1xfy-yfxy?rq=1]</ref>

==Przykłady ==
==Przykłady ==
* The SSCCE = Short, Self Contained, Correct (Compilable), Example<ref>[http://sscce.org/ The SSCCE Short, Self Contained, Correct (Compilable), Example]</ref>
* The SSCCE = Short, Self Contained, Correct (Compilable), Example<ref>[http://sscce.org/ The SSCCE Short, Self Contained, Correct (Compilable), Example]</ref>

Wersja z 13:34, 30 wrz 2016

Jak znaleźć rozwiązanie problemu :

  • najpierw samemu szukać :
    • w internecie ( google is your fiend )
    • w książkach
  • zadawać pytania
    • Q&A


Jak zadać pytanie, żeby uzyskać odpowiedź ?

  • stackoverflow[1]
  • "To get the best possible answers, you should explain what your thoughts on the problem are so far. That way, people won't tell you things you already know, and they can write answers at an appropriate level; also, people are much more willing to help you if you show that you've tried the problem yourself. Also, many would consider your post rude because it is a command ("Find..."), not a request for help, so please consider rewriting it." – Zev Chonoles Jan 4 '13 at 5:45 [2]

Przykłady

  • The SSCCE = Short, Self Contained, Correct (Compilable), Example[3]
  • Minimal Working Example[4]
  • MCVE [5]

Żródła

  1. stackoverflow help : how-to-ask
  2. math.stackexchange question Solve-the-functional-equation-f1xfy-yfxy?rq=1
  3. The SSCCE Short, Self Contained, Correct (Compilable), Example
  4. Minimal Working Example
  5. How to create a Minimal, Complete, and Verifiable example