aisinisa3217 aisinisa3217
关注数: 20 粉丝数: 15 发帖数: 255 关注贴吧数: 10
记得陈总曾说过工作要跟着一个有良心的公司有良心的老板 其实,在公司做的时候经常会因为听到公司创办了一所又一所的希望小学而感动的要流泪,在那一刻我真的觉得在这样的公司做很自豪,但最终我还是选择了离开,其实说实话真的不想走的,但是现实是残酷的,为了生存我不得不离开,心里只想对陈总说一句:我们亲爱的陈总啊,您总是千里迢迢的跑去那么遥远的地方抚贫献爱心,可是您可不可以也看看近在眼前的我们啊,我们也是千里迢迢来这里工作的,我们大部分也是贫困家庭的孩子,当然,我们并不是需要您白白送来的恩惠,我们只希望我们的劳动能得到应有的回报,您可能会觉得我是个只知道索取的人,但那么多人的离开和那么多想离开的在职人员难道就不能证实我的说法吗?而且起码90%的人走都是因为福利的,请您真的要关心一下您的员工们的想法,难道走了的真的都是失败者,留下的就都是精英吗?也许公司的用人方式有自己的想法,但流失率大真的不会给公司造成影响吗?福利这个问题并不是说我们永不满足,大家只是对于同行的对比,差的真的有些大,一个真正有良心的公司应该从身边从实际做起,而不是仅仅为了给公司打广告而做那些善事,这的确很聪明,但我觉得失去了“有良心”的意义。
nginx想在web里实现目录列表功能, 我已经把目录列表功能+进去了,请看下面的配置文件如有需要我+我QQ75962605 ,我把配置文件传给你,你帮我改改谢谢#user nobody nobody;worker_processes 3;#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 80; server_name 192.168.0.175; #charset koi8-r; #access_log logs/host.access.log main; location / { autoindex on; } } #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; # server_name localhost; # ssl on; # ssl_certificate cert.pem; # ssl_certificate_key cert.key; # ssl_session_timeout 5m; # ssl_protocols SSLv2 SSLv3 TLSv1; # ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP; # ssl_prefer_server_ciphers on; # location / { # root html; # index index.html index.htm; # } #}}我希望是ctrl+C和ctrl+V的来了。。请高手做答,马上给分
1 下一页