- Sort Score
- Num 10 results
- Language All
Results 111 - 117 of 117 for Mkdir (0.03 seconds)
-
docs/fr/docs/_llm-test.md
Searching for package file structure ``` ... et un autre exemple de code console ... ```console // Crรฉer un rรฉpertoire "Code" $ mkdir code // Aller dans ce rรฉpertoire $ cd code ``` ... et un exemple de code Python ... ```Python wont_work() # Cela ne fonctionnera pas ๐ฑ works(foo="bar") # Cela fonctionne ๐ ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.8K bytes - Click Count (0) -
docs/pt/docs/_llm-test.md
Searching for package file structure ``` ...e outro exemplo de cรณdigo de console... ```console // Criar um diretรณrio "Code" $ mkdir code // Mudar para esse diretรณrio $ cd code ``` ...e um exemplo de cรณdigo Python... ```Python wont_work() # Isto nรฃo vai funcionar ๐ฑ works(foo="bar") # Isto funciona ๐ ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 12.1K bytes - Click Count (0) -
docs/zh-hant/docs/_llm-test.md
<span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting server Searching for package file structure ``` ...ไปฅๅๅฆไธๅไธปๆงๅฐ็ฏไพ... ```console // ๅปบ็ซ็ฎ้ "Code" $ mkdir code // ๅๆๅฐ่ฉฒ็ฎ้ $ cd code ``` ...ไปฅๅไธๅ Python ็จๅผ็ขผ็ฏไพ... ```Python wont_work() # ้ไธๆ้ไฝ ๐ฑ works(foo="bar") # ้ๅฏไปฅ้ไฝ ๐ ``` ...ๅฐฑๆฏ้ๆจฃใ //// //// tab | ่ณ่จ
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10K bytes - Click Count (0) -
docs/ko/docs/virtual-environments.md
์ ๊ฐ ๋ณดํต ํ๋ ๋ฐฉ๋ฒ์ ์ฌ์ฉ์ ํ/์ ์ ๋๋ ํฐ๋ฆฌ ์์ `code`๋ผ๋ ๋๋ ํฐ๋ฆฌ๋ฅผ ๋ง๋๋ ๊ฒ์ ๋๋ค. ๊ทธ๋ฆฌ๊ณ ๊ทธ ์์ ํ๋ก์ ํธ๋ง๋ค ๋๋ ํฐ๋ฆฌ๋ฅผ ํ๋์ฉ ๋ง๋ญ๋๋ค. <div class="termy"> ```console // ํ ๋๋ ํฐ๋ฆฌ๋ก ์ด๋ $ cd // ๋ชจ๋ ์ฝ๋ ํ๋ก์ ํธ๋ฅผ ์ํ ๋๋ ํฐ๋ฆฌ ์์ฑ $ mkdir code // ๊ทธ code ๋๋ ํฐ๋ฆฌ๋ก ์ด๋ $ cd code // ์ด ํ๋ก์ ํธ๋ฅผ ์ํ ๋๋ ํฐ๋ฆฌ ์์ฑ $ mkdir awesome-project // ๊ทธ ํ๋ก์ ํธ ๋๋ ํฐ๋ฆฌ๋ก ์ด๋ $ cd awesome-project ``` </div> ## ๊ฐ์ ํ๊ฒฝ ์์ฑ { #create-a-virtual-environment }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 24.8K bytes - Click Count (0) -
docs/ko/docs/_llm-test.md
<span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting server Searching for package file structure ``` ...๊ทธ๋ฆฌ๊ณ ๋ ๋ค๋ฅธ ์ฝ์ ์ฝ๋ ์์... ```console // "Code" ๋๋ ํฐ๋ฆฌ ์์ฑ $ mkdir code // ํด๋น ๋๋ ํฐ๋ฆฌ๋ก ์ด๋ $ cd code ``` ...๊ทธ๋ฆฌ๊ณ Python ์ฝ๋ ์์... ```Python wont_work() # ์ด๊ฑด ๋์ํ์ง ์์ต๋๋ค ๐ฑ works(foo="bar") # ์ด๊ฑด ๋์ํฉ๋๋ค ๐ ``` ...์ด์์ ๋๋ค. ////
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.7K bytes - Click Count (0) -
api/go1.txt
pkg os, func IsPermission(error) bool pkg os, func Lchown(string, int, int) error pkg os, func Link(string, string) error pkg os, func Lstat(string) (FileInfo, error) pkg os, func Mkdir(string, FileMode) error pkg os, func MkdirAll(string, FileMode) error pkg os, func NewFile(uintptr, string) *File pkg os, func NewSyscallError(string, error) error pkg os, func Open(string) (*File, error)
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
api/go1.16.txt
pkg os, func Chmod(string, fs.FileMode) error pkg os, func CreateTemp(string, string) (*File, error) pkg os, func DirFS(string) fs.FS pkg os, func Lstat(string) (fs.FileInfo, error) pkg os, func Mkdir(string, fs.FileMode) error pkg os, func MkdirAll(string, fs.FileMode) error pkg os, func MkdirTemp(string, string) (string, error) pkg os, func OpenFile(string, int, fs.FileMode) (*File, error)
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0)