按照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
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
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
一、安装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 codebase都很大,编译一次都需要花很多时间,如果是preloader/lk/bootimage还好,但是Android的话都是非常久。
实际上这个编译时间还是可以进一步缩短!
1. 移除modules_to_check
(1). Android默认是所有模块都会编译的(不管需不需要),这个有些冗余,可以通过修改编译系统不编译哪些没有用到的模块
(2). 修改方法...
分类:
移动开发 时间:
2014-10-10 13:16:04
阅读次数:
202
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
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
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
之前用了一段时间的idea,有些老的代码,用eclipse跑了一下,比较麻烦,于是试用一下idea,最后,项目可以顺利跑起来。对项目的配置,主要是在F4中,即:Module Setting,在模块的设置中。设置中,有五个选项,分别是Project,Modules,Libraries,Facts,Ar...
分类:
其他好文 时间:
2014-10-08 14:05:45
阅读次数:
241
安装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