码迷,mamicode.com
首页 >  
搜索关键字:apache 动静态编译    ( 34673个结果
在WAMPSERVER下增加多版本的PHP(PHP5.3,PHP5.4,PHP5.5)支持。
WAMPServer可以让开发者在Windows系统下快速搭建WAMP环境,它支持多版本的Apache、MySQL、PHP之间的相互切换,互不影响,对于PHPer开发者来讲极为方便快速。以下是在WAMPServer下同时支持PHP5.3,PHP5.4,PHP5.5的步骤:1、安装WAMPServer...
分类:Web程序   时间:2014-05-27 00:39:32    阅读次数:426
在XP系统下搭建maven环境出的问题 Unable to locate the Javac Compiler in: C:\Program Files\Java\jre6\..\lib\tools.jar
Build errors for spider; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin...
分类:编程语言   时间:2014-05-27 00:04:18    阅读次数:496
URL重写:RewriteCond指令与RewriteRule 指令格式
Rewirte主要的功能就是实现URL的跳转和隐藏真实地址,基于Perl语言的正则表达式规范。平时帮助我们实现拟静态,拟目录,域名跳转,防止盗链等。本文将针对mod_rewrite和URL匹配的技术细节,以及RewriteCond与RewriteRule 指令格式进行探讨。 Rewirte模块内部处理 Rewirte模块的内部处理极为复杂,但是为了使一般用户避免犯低级错误,也让管理员能充分利用...
分类:其他好文   时间:2014-05-23 02:33:58    阅读次数:221
Dom4j 读取一个XML文件和将String写成XML文件
dom4j保存文件xml格式和读取XML文件内容,代码如下: package com.qmjs.imut import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.io.InputStream; import org.apache.log4j.Logger; impor...
分类:其他好文   时间:2014-05-23 01:45:47    阅读次数:267
2E08-view-lists-Array(overlay)
介绍一个list滑动时通过一个text提示Array首字母位置的应用 /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file exce...
分类:其他好文   时间:2014-05-23 00:58:42    阅读次数:326
2E02-View-Lists-multiple -choice-list
介绍一个多选list /* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th...
分类:其他好文   时间:2014-05-23 00:52:57    阅读次数:455
2F03-view-progress-indeterminate-in-title-bar
介绍在在title bar上显示indeterminate progress /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file ...
分类:其他好文   时间:2014-05-23 00:31:27    阅读次数:352
2H03-view-radio-group-rating-bar
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
分类:其他好文   时间:2014-05-23 00:30:50    阅读次数:415
Apache+Php配置(亲测可用)
Apache+Php配置(亲测可用) 一Apache配置: 1.下载 httpd-2.2.xx-win64.rar,Apache 64-bit 的压缩包,点击这里下载 (Apache官方没有64位的安装包) 2、将压缩包解压到C盘根目录: \httpd-2.2-x64 3、以管理员身份运行CMD:,进入Apache的bin目录,运行安装命令 httpd-k install 4、修改web配置,c:\httpd-2.2-x64\conf目录下的httpd.conf 端口号默认为80,如有冲突可改其他,这里...
分类:Web程序   时间:2014-05-22 18:32:34    阅读次数:447
如何在CSS文件里加入变量
【摘自http://blog.itpub.net/285892/viewspace-573357】前言这个技巧说来很简单。我们让Apache把任何stylesheet重定向到一个指定的PHP脚本。该脚本会一行行读取stylesheet的内容,找到并替换任何用户自定义的变量,最终会重新生成一个CSS样...
分类:Web程序   时间:2014-05-22 14:09:58    阅读次数:521
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!