网站开发
文章平均质量分 66
nano-shangguan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu下安装Apache+PHP+Mysql
流行的网站架构LAMP(Linux+apache+mysql+php) 步骤一,安装apache2 sudo apt-get install apache2 安装完成。 运行如下命令重启下: sudo /etc/init.d/apache2 restart 在浏览器里输入http://localhost或者是http://127.0.0.1,如果看到了It work转载 2013-03-24 18:01:54 · 586 阅读 · 0 评论 -
Spring 4.0.2 + Apache Tiles 3.0.3 [Could not resolve view with name "xxx"]
spring-servlet.xml的配置如下: /WEB-INF/views/tiles.xml 启动之后访问出错:Could not resolve view with name "xxx" googled一个小时多以为是tiles配置没配好,之前用tiles2还好好的,后来发现是修改了web.xml,忘记把spring原创 2014-03-19 22:04:35 · 1369 阅读 · 0 评论
分享