localhost

検索

以下に検索結果を表示します。

jupyter_notebook
7 ヒット, 最終更新:
s running at: [I 08:19:04.384 NotebookApp] http://localhost:8888/?token=b274994547a7cdf3698c71cad9750788806e0... copy and paste one of these URLs: http://localhost:8888/?token=b274994547a7cdf3698c71cad9750788806e0... 6e001e3b66a433 </code> </WRAP> 上記の URL: **http://localhost:8888/?token=b274994547a7cdf3698c71cad9750788806e0... s running at: [I 09:14:25.860 NotebookApp] http://localhost:8888/?token=f48ddc0fe8755eef7411eeadac3080aed4bbe
moinmoin
4 ヒット, 最終更新:
/ (Press CTRL+C to quit) </code> </WRAP> [[http://localhost:8080]] にブラウザーでアクセスする。\\ {{:python:moinmoin2.png?8... ap 100% result> <code> > ab -n 1000 -c 100 http://localhost:8080/Home This is ApacheBench, Version 2.3 <$Revi... Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Completed 100 requests Completed 200... e: Werkzeug/0.15.6 Server Hostname: localhost Server Port: 8080 Document Path:
supervisor
4 ヒット, 最終更新:
d (open server)) </code></WRAP> </WRAP> [[http://localhost:9001|]] で使える設定に変更する🤔\\ <WRAP color_term> <WRAP co... rol Daemon. </pre></html></WRAP> </WRAP> [[http://localhost:9001|]] にアクセスして動作確認😉\\ {{:python:supervisord_http... </code> ===== Nginx の設定 ===== /etc/nginx/conf.d/localhost.conf <code autoconf> # supervisor バックエンドの設定 upstr... server { # Virtual Host の設定 server_name localhost; # アクセス制限 allow 127.0.0.1; deny all;
jupyterlab
3 ヒット, 最終更新:
wser</font> </pre></html></WRAP> </WRAP> [[http://localhost:8888/nbclassic|]] を開く🤔\\ <WRAP zoomimg w600 x1_3... jupyter lab </pre></html></WRAP> </WRAP> [[http://localhost:10000/lab]] にアクセスする🤔\\ <WRAP zoomimg_center w600 ... Jupyter server will listen on. Default: &apos;localhost&apos; Equivalent to: [--ServerApp.ip] --port=
mezzanine
3 ヒット, 最終更新:
-*- # Domains for public site ALLOWED_HOSTS = ['localhost'] LANGUAGE_CODE = 'ja' TIME_ZONE = 'Asia/Tokyo' ... code> $ python manage.py runserver </code> http://localhost:8000/ または http://localhost:8000/admin/ にアクセスする。 ===== テンプレートの修正 ===== <code> $ python manage.py collecttemp
easy_install
1 ヒット, 最終更新:
が利用する urllib2 に Proxy の設定を教えるために環境変数 HTTP_PROXY を設定する。\\ <code> set HTTP_PROXY=http://localhost:8080 </code>
gunicorn
1 ヒット, 最終更新:
環境の Gunicorn を実行すると、仮想環境のパッケージを利用できる。\\ [[http://localhost:8000|]] にブラウザでアクセスする。\\ {{:python:uwsgi_django_op
uwsgi
1 ヒット, 最終更新:
) (pid: 5711, cores: 1) </code> </WRAP> [[http://localhost:8000|]] にブラウザでアクセスする。\\ {{:python:uwsgi_django_op
django_memo @python:django
1 ヒット, 最終更新:
te.urls)), </code> ==== Admin サイトの表示 ==== http://localhost:8000/admin/ にアクセスする。\\ {{:python:django:django-ad
settings_py @python:django
1 ヒット, 最終更新:
|パスワードを指定する。 | |HOST |' ' |ホスト名を指定する。空文字の場合は localhost と同じ。 | |PORT |' ' |ポートを指定する。空文字の場合はデフォルトポートになる