81.Apache开启伪静态。伪静态,之前了解过一些。今天,搭建问答网站WeCenter的时候遇到了一点问题。http://ask.jiutianniao.com/?/home期望URL是http://ask.jiutianniao.com/home改进步骤:第1步:Apache开启伪静态第2步:在WeCenter的根目录,新建.htaccess文件RewriteBase /RewriteEngi...
分类:
其他好文 时间:
2015-04-15 17:14:04
阅读次数:
150
js提供了灵活的函数写法,我们常见的函数写法和调用可能是:function ask(){ console.log(1);}ask();这样就完成了函数的定义和调用,司空见惯。还有js里面的匿名函数我们也不陌生,匿名函数的定义和调用:1 (function(){console.log(1)})();....
分类:
Web程序 时间:
2015-04-15 13:12:13
阅读次数:
179
ATLANTA (AP) - A woman in a Wal-Mart to buy $ 1,675 worth of goods with a face value of one million counterfeit and claimed it was all a misunderstand...
Create a file called mongod.cfg in MongoDB folder if you dont have it. In my case: C:\Users\ivanbtrujillo\MongoDBThen, edit mongod.cfg with notepad an...
分类:
数据库 时间:
2015-04-11 17:37:48
阅读次数:
406