169 похожих чатов

You mean from a remote git repo or from a

local folder? If it’s from a local folder, just can just use “Open"

8 ответов

9 просмотров

I need to download peoject fron my server

Ivan- Автор вопроса
ㄥ卂Ҡㄚッ - 馬泰奧
I need to download peoject fron my server

Oh, you mean like a web server that has the source files under some URL? I think it’s something PHP-specific and people don’t do that in Python so that’s probably why it’s absent from the PyCharm menu

Ivan
Oh, you mean like a web server that has the source...

But ... I would need, luckily there is at least the deployment

Ivan- Автор вопроса
ㄥ卂Ҡㄚッ - 馬泰奧
But ... I would need, luckily there is at least th...

You can grab the code manually with wget or something and open it in PyCharm: wget -r --no-parent --reject "index.html*" http://www.mysite.com/source

ㄥ卂Ҡㄚッ - 馬泰奧
ª, wget in Windows?

Cygwin, GnuWin32 or powershell equivalents

Nader Jafari
Cygwin, GnuWin32 or powershell equivalents

Nop, i found a cool solution! Download project with PHPStorm and open with PyCharm Modern problem need smart solution

Похожие вопросы

Обсуждают сегодня

Всем привет, написал код ниже, но он выдает сегфолт, в чем причина? #include <stdio.h> #include <stdlib.h> #include <string.h> struct product { char *name; float price; };...
buzz базз
72
Хотел бы спросить у знающих, правильную ли я выбрал книгу для начала изучения ассемблера Юрова В.И ? Или есть более лучшие книги для начала обучения?
Botsman
31
Всем доброго дня, ребят подскажите пожалуйста, если в курсе по ассемблеру используется MASM32, могу ли я использовать FASM? В чем явная разница и будет ли у меня все работать?
Botsman
17
Книга Юрова В.И пойдёт для обучения?
Botsman
24
$params = [ 'formid' => 'feedbackForm', 'formTpl' => '@CODE: <form class="form-validate" data-id="ajax_form"> <fieldset class="margin-bottom-md"> ...
Pathologic
1
Люди добрые, помогите с идеями, потому что свои закончились. У клиента падает софтина в момент инициализации модуля OtlEventMonitor на RegisterWindowMessage('Gp/OtlTaskEvents/...
Михаил Усков
7
это разве не аналог jvm и той же запускаемой машины на python?
Digital Infinite
10
> Примечательно, что новый владелец удаляет из GitHub любые жалобы, указывающие на подозрительную активность или смену владельца, и, видимо, рассчитывает на то, что пользовате...
Alex Sherbakov
2
И ещё вопрос: можно ли типа как на дос как-то запариться и с помощью прерываний выводить текст, вместо функции printf ?
НѣкъиⰘижєжєиꙁъвьсєсвѣтьноѣсѣтиѥсть•
34
GridView fully ignored first parent(SizedBox), and take width from second parent(Container). How can I constrain GridView by first parent? Widget build(BuildContext context) {...
Hamster
1
Карта сайта