WordPress 开发群: 8633930 183923493(QQ群)
欢迎加入!
Posts Mentioning RSS 切换评论显示 | 键盘快捷键
-
Jesse
-
Jesse
WordPress 更新到 3.3.1
-
Jesse
hacking p2 theme…
-
Jesse
phpThumb() 很好很强大的图片处理 php 代码
phpThumb() uses the GD library to create thumbnails from images (JPEG, PNG, GIF, BMP, etc) on the fly. The[......]
-
Jesse
301 老域名转发到新域名 htaccess
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] -
Jesse
PHP if string contains $string?
$string = “I am a sentence with % in it”;
if(strstr($string, ‘%’))
{
echo “% is in the string”;
}
else
{
ech[......] -
Jesse
带有标题的微博客
想说点什么?this is just a test
Jesse 2010年09月05日 07:17 链接 |
http://phpthumb.sourceforge.net/