Yii在Nginx下的rewrite配置
今天配置nginx后首页显示正常,点击链接就报404错误,只是知道在apache下只要开启重定向模块,再nginx下加上如下配置即可:
1. Nginx配置
在nginx.conf的server {段添加类似如下代码:
Nginx.conf代码:
location / {
if (!-e $request_filename){...
分类:
其他好文 时间:
2014-05-07 08:43:02
阅读次数:
449
http://wiki.apache.org/hadoop/FAQ...
分类:
其他好文 时间:
2014-05-07 07:51:10
阅读次数:
229
1、ofbiz单点登录介绍
ofbiz点单登录是集成了CAS
SSO,LDAP使用的,具体的CAS与LDAP怎么应用,在这里不做介绍。
2、ofbiz
点单登录文档
ofbiz 12版本中,有英文的简单的ofbiz单点登录的问题。
路径在:apache-ofbiz-12.04.01\framework\documents\Si...
分类:
其他好文 时间:
2014-05-07 06:01:41
阅读次数:
398
题目:
链接:http://acm.hdu.edu.cn/showproblem.php?pid=2087
题意:
给出字符串s1和s2,找出s1中有多少个s2。
算法:
KMP字符串匹配。
思路:
简单,看代码吧。(需要注意的就是字符串用要scanf输入)
代码:
#include
#include
#include
using namespac...
分类:
其他好文 时间:
2014-05-07 04:46:37
阅读次数:
304
http://acm.hdu.edu.cn/showproblem.php?pid=3038
这是一道并查集题目,这并查集感觉好难写,构思花了我很长很长时间,不过打码时间很短。考虑清楚之后明显快多了
#include
#include
#include
#include
#include
#include
#include
#define N 200010
using names...
分类:
其他好文 时间:
2014-05-07 04:03:06
阅读次数:
331
Apache
Access Control
访问控制...
分类:
其他好文 时间:
2014-05-07 03:56:02
阅读次数:
300
题目:
链接:http://acm.hdu.edu.cn/showproblem.php?pid=1358
题意:...
分类:
其他好文 时间:
2014-05-07 03:34:17
阅读次数:
354
AssertionError继承Error,提供了多个构造方法,代码如下:
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this w...
分类:
其他好文 时间:
2014-05-07 03:20:22
阅读次数:
579
小微信,大商机
·截止目前,中国手机用户已经突破12亿,微信用户已经突破6亿!
·如果你错过了10年前的互联网,就不应该错过电子商务!
·如果你错过了5年前电子商务,就不要再错过移动互联网!
·微信已经成为移动互联网上的“超级入口”!
·微信时代,蕴藏着移动互联网的巨大商机!
· 案例1:小米开通微信商城,短短9分55秒,15万台小米手机3即被抢购一空!
· ...
分类:
微信 时间:
2014-05-06 19:26:31
阅读次数:
783