码迷,mamicode.com
首页 >  
搜索关键字:httpd 虚拟主机 https    ( 140818个结果
apache 伪静态 .htaccess
虽然网上有很多教程,但是我在这里进行简单对我用到的总结一下。加载Rewrite模块:在conf目录下httpd.conf中找到LoadModule rewrite_module modules/mod_rewrite.so这句,去掉前边的注释符号“#”,或添加这句。.htacess文件,开头内容如下...
分类:数据库   时间:2014-04-30 02:25:42    阅读次数:591
Ubuntu下安装VirtualBox并为其添加USB支持
1、下载VirtualBox软件包和USB支持包 下载网址均为为:https://www.virtualbox.org/wiki/Downloads VirtualBox软件包下载项: VirtualBox 4.3.10 for Linux hosts USB支持包下载项: Virtual...
分类:其他好文   时间:2014-04-30 01:41:30    阅读次数:466
Introduction ----- Stanford Machine Learning(by Andrew NG)Course Notes
最近学习了coursera上面Andrew NG的Machine learning课程,课程地址为:https://www.coursera.org/course/ml 在Introduction部分NG较为系统的概括了Machine learning的一些基本概念,也让我接触了一些新的名词,这些....
分类:其他好文   时间:2014-04-30 01:31:20    阅读次数:529
Logistic Regression & Regularization ----- Stanford Machine Learning(by Andrew NG)Course Notes
coursera上面Andrew NG的Machine learning课程地址为:https://www.coursera.org/course/ml我曾经使用Logistic Regression方法进行ctr的预测工作,因为当时主要使用的是成型的工具,对该算法本身并没有什么比较深入的认识,不过...
分类:其他好文   时间:2014-04-30 00:30:46    阅读次数:698
php_windows搭建
Php文件放到:D:\web\Apache2.2\htdocs修改D:\web\PHP\php.ini拓展修改D:\web\Apache2.2\conf\httpd.conf 支持php ,配置本机模拟域名后添加配置支持phpLoadModule php5_module "D:/web/PHP/ph...
分类:Windows程序   时间:2014-04-30 00:19:24    阅读次数:596
《Apache之虚拟主机的配置》——RHEL6.3
1、安装httpd软件包:Yum install httpd2、启动apache服务:[root@redhat Desktop]# /etc/init.d/httpd startStarting httpd: [ OK ]3、安装mod-ssl软件包[root@redhat Desktop]# yu...
分类:其他好文   时间:2014-04-29 20:50:11    阅读次数:431
Linear Regression ----- Stanford Machine Learning(by Andrew NG)Course Notes
Andrew NG的Machine learning课程地址为:https://www.coursera.org/course/ml在Linear Regression部分出现了一些新的名词,这些名词在后续课程中会频繁出现:Cost FunctionLinear RegressionGradient...
分类:其他好文   时间:2014-04-29 20:11:10    阅读次数:616
Android WebApp & NativeApp 适配测试自动化平台GoGo实现 东海陈光剑
Android WebApp & NativeApp适配测试自动化平台GoGo实现东海陈光剑2014年3月6日 18:27:55源代码:https://github.com/universsky/AndroidAutomationTestUniverssky.gitGoGo平台架构: 运行结果:ht...
分类:移动开发   时间:2014-04-29 19:00:18    阅读次数:1100
Angularjs学习---angularjs环境搭建,ubuntu 12.04下安装nodejs、npm和karma
1.下载angularjs进入其官网下载:https://angularjs.org/?,建议下载最新版的:https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.7/angular.js所有版本:https://code.angular...
分类:Web程序   时间:2014-04-29 14:36:28    阅读次数:895
shell中判断文件或目录是否存在
可以通过man test来查看文档,下面的文章转自http://m.blog.csdn.net/blog/yuanjungogogo/9222875#!/bin/shmyPath="/var/log/httpd/"myFile="/var /log/httpd/access.log"# 这里的-x ...
分类:其他好文   时间:2014-04-29 09:27:45    阅读次数:446
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!