Wiki
FlickrLeetcode
  • πŸ’žArtificial Intelligence
    • βš™οΈMidjourney vs Stable Diffusion
    • βš™οΈCreative QR Codes with ControlNet
      • βš™οΈHow to generate a QR Code
      • βš™οΈCollect prompt
      • βš™οΈclip skip
      • βš™οΈAUTOMATIC1111
      • βš™οΈEdge detection and human pose detection
    • βš™οΈStable Diffusion
    • βš™οΈWhat is 'token' and 'turbo'?
    • βš™οΈToday's learning--LangChain
      • βš™οΈPrompt
    • βš™οΈLLM Parameters Demystified
    • βš™οΈWhat is Cohere playground?
    • βš™οΈDALL-E
    • βš™οΈHow to use AI to learn something that you don't know?
    • βš™οΈDiffusers
    • Boosting Algorithms in machine learning, part 1:AdaBoost
  • πŸ’žGitHub
    • βœ…How to add a issue of the code with GitHub?
    • βœ…How to edit code?
    • βœ…How to use GitHub Desktop
    • βœ…How to review in GutHub?
  • πŸ’žLastest concepts for me
    • πŸͺ…Pandas DataFrame
    • πŸͺ…Choosing between loc and iloc
  • πŸ’žNeed to remember
    • πŸ”’An article for leetcode
    • πŸ‰‘two types of group work
    • πŸ’What is hashtag#?
    • 🐝Week6_APD
    • πŸ¦‹API
    • 🎼BFF
  • πŸ’žPython
    • 🐍argument & parameter
    • 🐍"{:.2f}"
    • 🐍Timeit in Python
    • 🐍Today's learning--Pylint
    • 🐍Split and Strip in Python
    • 🐍Getter and Setter in Python
    • 🐍"import json" in Python
    • 🐍Open CSV file in Python
    • 🐍print(f"An error occurred: {e}")
  • Page
  • πŸͺ…command-line
  • πŸ’žDataVisualization
    • πŸͺ…How to choose plot type
  • πŸ’žDataCleaning
    • πŸͺ…Some basic code of data_cleaning
  • πŸ’žJava
    • 🍑difference use between ArrayList and HashMap in Java
    • 🍑ArrayList & LinkedList
    • 🍑assertFalse(App.checkInputNumber(1,0))
      • 🍑HashSet
    • 🍑iterator
    • 🍑Java concept of assignment 1
    • 🍑Week6_Java
    • 🍑serializable
  • πŸ’žMark something that easily to forget
    • πŸ™‰Mark something
    • πŸ™‰How to edit cover picture from "Flickr" using "URL" in GitBook?
  • πŸ’žVS Code
    • βœ–οΈInstall a project in VS Code
    • βœ–οΈWhat should do after editing the code of one branch?
    • βœ–οΈHow to create a branch in VS code?
    • βœ–οΈHow to debug?
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. VS Code

How to debug?

How to launch a project?

PreviousHow to create a branch in VS code?

Last updated 1 year ago

Was this helpful?

How to launch a project?

Click β€œrun and debug”-> the green button

(The red square is to stop the process of running. )

πŸ’ž
βœ–οΈ