码迷,mamicode.com
首页 >  
搜索关键字:modules    ( 3704个结果
apache2+svn Cannot load modules/mod_dav_svn.so into server: \xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xc4\xa3\xbf\xe9\xa1\xa3
按照svn里的readme文件安装配置apache2与svn后,启动apache2服务的时候 出现下面的问题Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_dav_svn.so into se...
分类:Web程序   时间:2014-10-12 12:09:07    阅读次数:483
phpcms采集地址中为相对路径解决方法
1.修改数据库v9_collection_node,增加两个字段replace_from,replace_to(varchar(200))2./phpcms/modules/collection/templates/node_form.tpl.php第99行后增加网址替换: "/>替换为 "/>.....
分类:Web程序   时间:2014-10-11 19:59:36    阅读次数:266
tomcat 调用 glassfish4 中 EJB 必备jar包
glassfish的jar包存放在/glassfish/modules文件夹下,包含250多个jar包,但是实际拷贝到web项目lib下的,只需拷贝41个必备jar包 下面罗列一下jar包名称 bean-validator.jar cglib.jar common-util.jar config-api.jar config-types.jar core.jar deployment-comm...
分类:编程语言   时间:2014-10-11 11:55:45    阅读次数:180
Linux CentOS 安装Apache
一、安装Apacheyum-yinstallhttpd/etc/init.d/httpdstart文档目录在/var/www/html二、安装PHPyum-yinstallphp修改Apache配置文件,/etc/httpd/conf/httpd.conf对应位置追加以下内容:LoadModulephp5_module/usr/lib64/httpd/modules/libphp5.so追加AddTypeapplication/x-httpd-..
分类:Web程序   时间:2014-10-10 17:14:34    阅读次数:173
提升Android编译速度
Android codebase都很大,编译一次都需要花很多时间,如果是preloader/lk/bootimage还好,但是Android的话都是非常久。 实际上这个编译时间还是可以进一步缩短!   1. 移除modules_to_check (1). Android默认是所有模块都会编译的(不管需不需要),这个有些冗余,可以通过修改编译系统不编译哪些没有用到的模块 (2). 修改方法...
分类:移动开发   时间:2014-10-10 13:16:04    阅读次数:202
[R] /usr/share/doc/apache2/README.Debian.gz
Debian's default Apache2 installation attempts to make adding and removing modules, virtual hosts, and extra configuration directives as flexible as...
分类:其他好文   时间:2014-10-09 14:46:34    阅读次数:237
sqlserver检索函数、存储过程、视图 中的关键字
select a.name,a.[type],b.[definition] from sys.all_objects a,sys.sql_modules b where a.is_ms_shipped=0 and a.object_id = b.object_id--and a.[type] ='V...
分类:数据库   时间:2014-10-09 14:42:37    阅读次数:294
10 Powerful Apache Modules--reference
Apache is the most popular web server in the world,because it is more efficient than others.Thrust of this article is to share some useful apache modu...
分类:其他好文   时间:2014-10-09 13:08:33    阅读次数:315
IDEA13 项目配置
之前用了一段时间的idea,有些老的代码,用eclipse跑了一下,比较麻烦,于是试用一下idea,最后,项目可以顺利跑起来。对项目的配置,主要是在F4中,即:Module Setting,在模块的设置中。设置中,有五个选项,分别是Project,Modules,Libraries,Facts,Ar...
分类:其他好文   时间:2014-10-08 14:05:45    阅读次数:241
Ubuntu 部署 Node.js 应用
安装Node.js环境 sudo apt-get install nodejs sudo apt-get install npm 对于不同环境依赖 的node_module可以采用以下命令来重新生成 rm -rf node_modules npm cache clean npm install 如果...
分类:Web程序   时间:2014-10-08 01:45:24    阅读次数:272
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!