V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  caixuanxu  ›  全部回复第 1 页 / 共 1 页
回复总数  17
2018-06-21 10:40:39 +08:00
回复了 caixuanxu 创建的主题 Python Python 虚拟环境 你们是怎么配置的 不要百度的
2018-06-21 10:36:58 +08:00
回复了 caixuanxu 创建的主题 Python pycharm 创建虚拟环境 然后报错 SSL 问题
@zyc14980 你们虚拟环境都是怎么用的
@nullcc 是啊 怎么没人有源码 CS 架构
@OpenJerry 对啊毕设
@byuc 哈哈 打错了
应该包括 sql server 的 sql 文件
2018-03-27 16:15:55 +08:00
回复了 caixuanxu 创建的主题 问与答 nginx 启动问题
@ik 配置的问题 杀进程肯定是不对的
2018-03-27 16:08:17 +08:00
回复了 caixuanxu 创建的主题 问与答 nginx 启动问题
@ik 这些我都做过了
2018-03-27 16:00:20 +08:00
回复了 caixuanxu 创建的主题 问与答 nginx 启动问题
@menghuan 我重启电脑 就不存在之前的进程了 可是还是同样的错
2018-03-27 15:58:32 +08:00
回复了 caixuanxu 创建的主题 问与答 nginx 启动问题
@ik 有解决的办法吗
2018-03-27 15:45:35 +08:00
回复了 caixuanxu 创建的主题 问与答 nginx 启动问题
@lizhimiao 没有
2018-03-27 15:45:19 +08:00
回复了 caixuanxu 创建的主题 问与答 nginx 启动问题
@Lax 关进程没有关系 就算 K 掉 还是会起来
2018-03-27 15:40:01 +08:00
回复了 caixuanxu 创建的主题 问与答 nginx 启动问题
@ik 一样的 有 QQ 吗 加个聊
加完后我会把留言删了
2018-03-27 15:36:32 +08:00
回复了 caixuanxu 创建的主题 问与答 nginx 启动问题
@lizhimiao 我在做跨域的 一直失败
2018-03-27 15:35:55 +08:00
回复了 caixuanxu 创建的主题 问与答 nginx 启动问题
@lizhimiao
#user nobody;
worker_processes 1;

#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;

#pid logs/nginx.pid;


events {
worker_connections 1024;
}


http {
include mime.types;
default_type application/octet-stream;

#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
# '$status $body_bytes_sent "$http_referer" '
# '"$http_user_agent" "$http_x_forwarded_for"';

#access_log logs/access.log main;

sendfile on;
#tcp_nopush on;

#keepalive_timeout 0;
keepalive_timeout 65;

#gzip on;

server {
listen 38022;
server_name localhost;

#charset koi8-r;

#access_log logs/host.access.log main;

location /a {
root html;
index index.html index.htm;
proxy_pass http://localhost:28080;
}
#location /apis {
#rewrite ^.+apis/?(.*)$ /$1 break;
#include uwsgi_params;
#proxy_pass http://localhost:28080;
#}
#error_page 404 /404.html;

# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}

# proxy the PHP scripts to Apache listening on 127.0.0.1:80
#
#location ~ \.php$ {
# proxy_pass http://127.0.0.1;
#}

# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
#location ~ \.php$ {
# root html;
# fastcgi_pass 127.0.0.1:9000;
# fastcgi_index index.php;
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
# include fastcgi_params;
#}

# deny access to .htaccess files, if Apache's document root
# concurs with nginx's one
#
#location ~ /\.ht {
# deny all;
#}
}


# another virtual host using mix of IP-, name-, and port-based configuration
#
#server {
# listen 8000;
# listen somename:8080;
# server_name somename alias another.alias;

# location / {
# root html;
# index index.html index.htm;
# }
#}


# HTTPS server
#
#server {
# listen 443 ssl;
# server_name localhost;

# ssl_certificate cert.pem;
# ssl_certificate_key cert.key;

# ssl_session_cache shared:SSL:1m;
# ssl_session_timeout 5m;

# ssl_ciphers HIGH:!aNULL:!MD5;
# ssl_prefer_server_ciphers on;

# location / {
# root html;
# index index.html index.htm;
# }
#}
include servers/*;
}
2018-03-27 15:35:46 +08:00
回复了 caixuanxu 创建的主题 问与答 nginx 启动问题
@hadoop 就是 nginx 本身
2018-01-19 23:17:17 +08:00
回复了 caixuanxu 创建的主题 Python django 接口开发优劣势
有没有关于这方面项目实战的视频教程
2018-01-19 22:15:34 +08:00
回复了 yantianqi 创建的主题 程序员 vue 在父组件改变多个子组件中的值
props 用来接收,:test="test" 这个用来传 首先建立的条件是在你注册了这个组件
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1952 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 16:22 · PVG 00:22 · LAX 09:22 · JFK 12:22
Developed with CodeLauncher
♥ Do have faith in what you're doing.