麦麦同学 发布的文章

sae全程Sina App Engine,真是一个好东西,他有很多优秀的特性,简单来说SAE就是一个简单高效的分布式Web服务开发、运行平台。
支持现在常用的 php+mysql环境,在开发中难免会碰到项目需要做url rewrite(伪静态),然而sae不支持 apache 下的.htaccess 。不过不要难过,sae提供了自己的rewrite方式,本文我们就对sae的rewrite做个介绍,希望需要的同志能快速根据自己需求写想要的规则

- 阅读剩余部分 -

Godaddy 3月6号最新发布一枚Economy Hosting 100G空间 年付12美元 优惠码
该优惠码可以附加注册免费com等域名一个 优惠时间到本月月底结束

经济型空间介绍:
Linux/Windows(Linux 可以开通SSH  win的个别网站程序路径有小问题)
可做网站1个
100G 空间 流量不限
$50.00 Bing+ $50.00 FB ADs Credit
支付方式:PP 支付宝 都可以
Godaddy购买地址:http://www.godaddy.com

优惠码:cjcmsc001t

2013年中超联赛山东鲁能队比赛报名表
序号 姓名 号码 出生年-月-日 身高(cm) 体重(Kg) 场上位置 籍贯/国籍
1 杨程[微博] 1 1985-10-11 185 78 守门员 天津
2 刘金东[微博] 2 1981-12-9 182 70 后卫 山东青岛
3 杜威[微博] 3 1982-2-9 187 78 后卫 河南郑州
4 麦克格文 4 1989-8-15 191 74 后卫 澳大利亚
5 汪强[微博] 5 1984-7-23 185 78 后卫 辽宁沈阳
6 周海滨 6 1985-7-19 185 76 前卫 辽宁大连
7 崔鹏[微博] 7 1987-5-31 178 70 前卫 辽宁大连

- 阅读剩余部分 -

昨晚的比赛真的看的在刺激了
领先那么多 到后来的9分
不过结果还是很满意,晋级4强。
有心脏病的人还真承受不住
还好,小伙子们给力啊

加油,加油

[root@linux ~]# vi /etc/ssh/sshd_config

# $OpenBSD: sshd_config,v 1.69 2004/05/23 23:59:53 dtucker Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# This sshd was compiled with PATH=/usr/local/bin:/bin:/usr/bin
# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options change a
# default value.
Port 8181 //以前这个前面是有 # 号的,而且默认是 22 ,修改成你喜欢的就ok了
#Protocol 2,1
#ListenAddress 0.0.0.0
#ListenAddress ::
# HostKey for protocol version 1
#HostKey /etc/ssh/ssh_host_key
# HostKeys for protocol version 2
#HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_dsa_key