个人搜集: 数据库常用连接查询示例.
详见全文
» 阅读全文
Submitted by zwws on 2008, February 10, 12:10 PM
Submitted by zwws on 2008, February 10, 12:10 PM
Submitted by zwws on 2008, February 10, 11:52 AM
Submitted by zwws on 2008, February 10, 11:48 AM
Submitted by zwws on 2008, February 10, 11:46 AM
有时候图片太大,会破环网页整齐的布局。这时可以用css来强制按比例压缩图片的高度或宽度
css代码如下:
这样当图片的高度或宽度若超过590px,将会按比例压缩成590px,如果不超过则按原大小显示。
Submitted by zwws on 2008, February 10, 11:42 AM
Submitted by zwws on 2008, January 31, 4:11 PM
原文: http://www.wampserver.com/phorum/read.php?2,27544
Wamp5 2.0 中 Apache 文件列表图标无法显示的解决方法(Apache icons)
Edit the following file manually and change the path to the icons folder (it appears 2 times in the file)
File to edit:
\wamp\bin\apache\apache2.2.6\conf\extra\httpd-autoindex.conf
Change the paths:
C:/Program Files/Apache Software Foundation/Apache2.2/icons/
With your (adapt it to your directory installation) :
D:/wamp/bin/apache/apache2.2.6/icons/
手动修改icons路径, 共有2处:
\wamp\bin\apache\apache2.2.6\conf\extra\httpd-autoindex.conf
将
C:/Program Files/Apache Software Foundation/Apache2.2/icons/
修改为你本机上的路径, 如:
D:/wamp/bin/apache/apache2.2.6/icons/
Submitted by zwws on 2008, January 7, 1:32 PM