订阅本站我的微博客

05/ Adobe CS5简体中文版下载

+0
CS5的简繁韩独立安装包
—————————–
Adobe Photoshop CS5 Extended 简繁韩
http://trials2.stage.adobe.com/AdobeProducts/PHSP/12/win32/Photoshop_12_LS3.exe
http://trials2.stage.adobe.com/AdobeProducts/PHSP/12/win32/Photoshop_12_LS3.7z

Adobe Illustrator CS5 简繁韩
http://trials2.stage.adobe.com/AdobeProducts/ILST/15/win32/Illustrator_15_LS3.exe
http://trials2.stage.adobe.com/AdobeProducts/ILST/15/win32/Illustrator_15_LS3.7z

Adobe Dreamweaver 简繁韩
http://trials2.stage.adobe.com/AdobeProducts/DRWV/11/win32/Dreamweaver_11_LS3.exe

Adobe Fireworks CS5 简繁韩
http://trials2.stage.adobe.com/AdobeProducts/FWKS/11/win32/Fireworks_11_LS3.exe

Adobe Flash Professional 简繁韩
http://trials2.stage.adobe.com/AdobeProducts/FLPR/11/win32/FlashPro_11_LS3.exe
http://trials2.stage.adobe.com/AdobeProducts/FLPR/11/win32/FlashPro_11_LS3.7z

Adobe InDesign CS5 简繁韩
http://trials2.stage.adobe.com/AdobeProducts/IDSN/7/win32/InDesign_7_LS3.exe
http://trials2.stage.adobe.com/AdobeProducts/IDSN/7/win32/InDesign_7_LS3.7z

Adobe Creative Suite 5 Master Collection (Adobe Creative Suite的5大师系列)简繁韩
————————————————————————————
http://trials2.stage.adobe.com/AdobeProducts/STAM/CS5/win32/MasterCollection_CS5_LS3.exe
http://trials2.stage.adobe.com/AdobeProducts/STAM/CS5/win32/MasterCollection_CS5_LS3.7z

Adobe Creative Suite 5 Design Premium 简繁韩
———————————————–
http://trials2.stage.adobe.com/AdobeProducts/MDIA/CS5/win32/DesignPremium_CS5_LS3.exe
http://trials2.stage.adobe.com/AdobeProducts/MDIA/CS5/win32/DesignPremium_CS5_LS3.7z

04/ CSS条件注释

+0
gt /Greater than/大于/<!--[if gt IE 5.5]> 

gte /Greater than or equal to/大于等于/<!--[if gte IE 5.5]>

lt /Less than/小于/<!--[if lt IE 5.5]>

lte /Less than or equal to/小于等于/<!--[if lte IE 5.5]>

! /Note/不等于/<!--[if !IE 5.5]>

对于HTML的注释,例如:
<!--[if !IE]><!-->
您使用不是 Internet Explorer
<!--<![endif]-->
<!--[if IE 6]><!-->
您正在使用Internet Explorer version 6
或者 一个非IE 浏览器
<!--<![endif]-->

对于CSS的注释,例如:
<!--[if IE6.0]] 
<style type="text/css">
div#box{width:500px;margin:10px; padding:10px; border:10px;}
</style>
<![endif]-->
<!--[if lt IE6.0]]
<style type="text/css">
div#box{width:530px;margin:10px; padding:10px; border:10px;}
</style>
<![endif]-->

04/ 10个你可能从未用过的PHP函数

+0


4. _()

WordPress开发者经常能见到这个函数,还有_e()。这两个函数功能相同,与gettext()函数结合使用,能实现网站的多语言化。具体可参见PHP手册的相关部分介绍。

5. get_browser()

在发送页面前先看看用户的浏览器都能做些什么是不是挺好?get_browser()能获得用户的浏览器类型,以及浏览器支持的功能,不过首先你需要一个php_browscap.ini文件,用来给函数做参考文件。

要注意,该函数对浏览器功能的判断是基于该类浏览器的一般特性的。例如,如果用户关闭了浏览器对JavaScript的支持,函数无法得知这一点。但是在判断浏览器类型和OS平台方面,该函数还是很准确的。

6. debug_print_backtrace()

这是一个调试用的函数,能帮助你发现代码中的逻辑错误。要理解这个函数,还是直接看个例子吧:

<?php
$a = 0;
function iterate() {
   global $a;
   if( $a < 10 )
   recur();
   echo $a . “, “;
}

function recur() {
   global $a;
   $a++;

   // how did I get here?
   echo “


”;
   debug_print_backtrace();

   if( $a < 10 )
       iterate();

}

iterate();

# OUTPUT:

#0  recur() called at [C:htdocsphp_stuffindex.php:8]
#1  iterate() called at [C:htdocsphp_stuffindex.php:25]

#0  recur() called at [C:htdocsphp_stuffindex.php:8]
#1  iterate() called at [C:htdocsphp_stuffindex.php:21]
#2  recur() called at [C:htdocsphp_stuffindex.php:8]
#3  iterate() called at [C:htdocsphp_stuffindex.php:25]

#0  recur() called at [C:htdocsphp_stuffindex.php:8]
#1  iterate() called at [C:htdocsphp_stuffindex.php:21]
#2  recur() called at [C:htdocsphp_stuffindex.php:8]
#3  iterate() called at [C:htdocsphp_stuffindex.php:21]
#4  recur() called at [C:htdocsphp_stuffindex.php:8]
#5  iterate() called at [C:htdocsphp_stuffindex.php:25]
?>
php 2010-04-22

04/ 某内涵游戏

+0
那是相当的有内涵啊,别以为打败了BOSS就能过关!
2010-04-22

04/ 百度奇艺已经上线

+0


百度旗下视频网站奇艺在宣布延迟一天发布后于今日上午11点正式上线。
奇艺(QIYI.COM)是最具价值的网络视频播放平台;是国内首家专注于提供免费、高清网络视频服务的大型专业网站.
百度奇艺:http://www.qiyi.com

04/ Adobe Creative Suite 5 (CS5) Master Collection 大师版

+0
Adobe cs5大师版官方发布了,不过现在只有英文版,体积很大,要下的赶紧吧!

Adobe CS5的几乎每一个组件和技术都引入了大量全新技术和特性,简单概述如下:

1、Photoshop CS5 Extened引入了改进的边缘检测技术“Truer Edge”(更真实边缘),能在更短的时间内获得更好的效果,同时还有“Content-Aware Fill”(内容感知填充),能够移除图像中的某个元素并立即智能填充应有的像素。
2、Photoshop CS5、Premiere Pro CS5、After Effects CS5原生支持64位技术,可以更流畅地处理高分辨率对象。
3、Flash Professional CS5增加新的“Text Layout Framework”(文字排版框架),提供专业级的排版印刷效果,比如紧排、连字、间距、行距、多列等等。
4、Illustrator CS5增加新的描边选项,可以创建可变宽度的描边、在任何地方精确调整描边宽度。
5、Premiere Pro CS5中的水银回放引擎(Adobe Mercury Playback Engine)支持NVIDIA GPU硬件加速,可以更快地打开对象、实时调整高清序列、无需渲染播放复杂项目。
6、After Effects CS5增加新的“Roto Brush”(旋转笔刷),可在很短的时间内移除前景元素。
7、Dreamweaver CS5支持流行的内容管理系统,诸如Drupal、Joomla!、WordPress,可在程序内部获得精确的动态Web内容视图。
包含 17 款产品:
[u]Adobe Photoshop CS5 Adobe Dreamweaver CS5 Adobe Fireworks CS5 Adobe Flash CS5 Adobe Illustrator CS5 Adobe Acrobat CS5 Adobe After Effects CS5 Adobe Bridge CS5 Adobe Contribute CS5 Adobe Device Central CS5 Adobe Dynamic Link CS5 Adobe Encore CS5 Adobe InDesign CS5 Adobe OnLocation CS5 Adobe Premiere Pro CS5 Adobe Soundbooth CS5 Adobe Version Cue CS5[/u]

下载地址: