<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% Dim Recordset_news Dim Recordset_news_cmd Dim Recordset_news_numRows Set Recordset_news_cmd = Server.CreateObject ("ADODB.Command") Recordset_news_cmd.ActiveConnection = MM_tadata_STRING Recordset_news_cmd.CommandText = "SELECT * FROM data WHERE type='最新消息' order by pdate DESC" Recordset_news_cmd.Prepared = true Set Recordset_news = Recordset_news_cmd.Execute Recordset_news_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 10 Repeat1__index = 0 Recordset_news_numRows = Recordset_news_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> 淘趣宝 打造全国性价比最高的网店推广网站,我们的口号:"平民也能做广告,你的广告你做主" 高效 快捷 流量大 知名度 广告 免费推广 网店 产品推荐 二手闲置 手机数码 女士 女装 男人 男士配件 宝宝 母婴 婴童 运动 家居 影视新闻 书籍 游戏 网游 模特 明星 美女 时尚产品 特色产品 网页设计 网店管理 特别活动 合作">

 >> 热点文章
●从入门到准专业 佳能450D数码单反配镜头指南
●实用主义入门数码单反 索尼α300评测全国首发
●1000元超值手机推荐 第一季
●待机666天 最长待机手机淘宝竟有售
●苹果Air降至冰点 7款时尚女性本本推荐
●三星液晶全线降 4月六大品牌最新报价
●OPPO D29H完美外观与音质售价399元
●排行不说谎 三月份MP3热卖机型TOP5
 
从入门到准专业 佳能450D数码单反配镜头指南

五、定焦镜头

  假如上述的长焦镜头无法满足用户对于背景虚化的需要,选择高性价比的定焦镜头会是更好的选择。

1、佳能 EF 50mm f/1.8 II 镜头

佳能50F1.8镜头

  很多佳能数码单反用户都会购买的一支高性价比定焦镜头,所谓的高性价比指的是画质与价格比,镜头本身的机械性能并不佳。作为一支轻巧的大光圈定焦镜头,拍摄人像时可以把背景虚化得非常好,收缩1~2档光圈后,锐度较好。主要缺点是纯塑料结构,较容易出现对焦不准的问题。

 

2、佳能 EF 50mm f/1.4 USM 镜头

佳能50F1.4镜头

  与佳能50mmF/1.8相比,50mmF/1.4 USM镜头可以说是全面强化版,但性价比相对较低也是阻碍用户选购的一大问题。佳能50mmF/1.4镜头做工较好,比50f/1.8扎实不少;USM对焦速度快,不过由于是外对焦设计,马达声音较响。收缩1档光圈成像就非常锐利,使用8片光圈叶片,通光孔更接近圆形,焦外虚化油润。虽然性价比不高,却是可以长时间使用的一支镜头,资金充裕的用户值得考虑

 

3、佳能 EF 85mm f/1.8 USM 镜头

佳能85F1.8镜头

  佳能 EF 85mm f/1.8 USM 镜头是胶片年代就已经相当出名的人像镜头,不过用在APS-C数码单反上时,会出现焦段较长而用不开的情况(主要是在室内拍摄时),主要在室内棚拍的用户多数会使用50F/1.4 USM镜头,室内为主的则会选择85F/1.8镜头。镜身做工比50F/1.4更佳,收缩半档光圈即可获得锐利成像,中长焦的背景优化较50mm定焦镜更优秀,对焦宁静而迅速。

 

 

     
[ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ]
 
 

 

                     
关于我们 广告服务 合作伙伴 客户中心 联系我们 网站地图 推广联盟 客服部 点击这里给我发消息 设计部 点击这里给我发消息

Copyright 2008, 版权所有 TAOQUBAO.COM
  <% Recordset_news.Close() Set Recordset_news = Nothing %>