添加留言
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]
               

 
每天都来
2012-4-1 10:29
每天都来,来了更失望,又快一年了还没发布新的.
许神神想,许人人想
段涛 Email Homepage
2012-3-30 10:46
你比我大,叫你一声大哥吧,觉得我们的经历很像,不过我只是普通的企业网管,和你差距太远,希望能和你交个个朋友
快乐的我
2012-3-30 10:38
移动飞信出现“object Error”,并无法发短信该怎么办?
kralin
2012-3-27 15:40
您好!张兄 我们可以算是同龄人 看了您的一些文章感触很深 很希望和您交个朋友  我的QQ 136000746
apm6.0
2012-3-25 20:54
不用等了的意思就是不发了哦!这个都不知道,因为APMServ6.0技术上的问题,所以啊准备发布APMServ7.0-APMServ8.0又或者是APMServ9.0,总之答应大家在2020年一定发布就是,shy
你们不用等了
2012-3-25 16:05
你们不用等了 .发还是不发
apm6.0
2012-3-25 11:14
APMServ6.0不发了。你们不用等了
50030
2012-3-24 14:23
APMServ6啊,等得我坐不住啊。
微途 Email
2012-3-24 14:05
嘿嘿,我就是问下,你的生日是农历还是阳历
dong_cg
2012-3-24 12:41
虚拟目录配置:server {    listen       80;    server_name  test01.test.com;    access_log  /var/log/nginx/t01.cn.access.log  main;    error_log  /var/log/nginx/t01.cn.error.log ;###  Virtual directory with PHPsupport on nginx   location ~ ^/t01p01/.+\.html$ {       alias       /var/www/html/t01p01/;       rewrite ^([^\.]*)/topic-(.+)\.html$ $1/portal.php?mod=topic&topic=$2 last;       rewrite ^([^\.]*)/article-([0-9]+)-([0-9]+)\.html$ $1/portal.php?mod=view&aid=$2&page=$3 last;       rewrite ^([^\.]*)/forum-(\w+)-([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3 last;       rewrite ^([^\.]*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3 last;       rewrite ^([^\.]*)/group-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=group&fid=$2&page=$3 last;       rewrite ^([^\.]*)/space-(username|uid)-(.+)\.html$ $1/home.php?mod=space&$2=$3 last;       rewrite ^([^\.]*)/blog-([0-9]+)-([0-9]+)\.html$ $1/home.php?mod=space&uid=$2&do=blog&id=$3 last;       rewrite ^([^\.]*)/(fid|tid)-([0-9]+)\.html$ $1/index.php?action=$2&value=$3 last;       if (!-e $request_filename) {           return 404;       }    }   location ~ ^/t01p01/.+\.php$ {       alias       /var/www/html/t01p01/;       rewrite       /t01p01/(.*\.php?) /$1 break;       fastcgi_index   index.php;       fastcgi_pass   127.0.0.1:9000;       fastcgi_param   SCRIPT_FILENAME /var/www/html/t01p01$fastcgi_script_name;       include       fastcgi_params;    }    location ~^/t01p01($|/.*) {       alias       /var/www/html/t01p01/$1;       index       index.php index.html index.htm;    }### Virtual directory with PHP support on nginx – end#    location /{#       root       /usr/share/nginx/html;#       index       index.php index.html index.htm;#    }}
分页: 2975/3145 第一页 上页 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 下页 最后页