『壹』 為什麼唯品會網址後面會出現/ref=360

安全標准

『貳』 IE10瀏覽器。下載地址。

你可以打開軟體管家,在里邊找到需要的瀏覽器下載安裝安裝就可以了。

『叄』 IE瀏覽器,get方式提交字元轉碼

http://www.w3school.com.cn/tags/html_ref_urlencode.html
w3cschool,裡面的東西很簡單,但是很基礎,很重要,做回web的至少要了答解

『肆』 HTTP referer的作用。

簡言之,HTTP Referer是header的一部分,當瀏覽器向web伺服器發送請求的時候,一般會帶上Referer,告訴伺服器我是從哪個頁面鏈接過來的,伺服器籍此可以獲得一些信息用於處理。比如從我主頁上鏈接到一個朋友那裡,他的伺服器就能夠從HTTP Referer中統計出每天有多少用戶點擊我主頁上的鏈接訪問他的網站。 Referer其實應該是英文單詞Referrer,不過拼錯的人太多了,所以編寫標準的人也就將錯就錯了。 Request.ServerVariables("HTTP_REFERER")的用法(防外連接) 下列情況是從瀏覽器的地址欄正常取得Request.ServerVariables("HTTP_REFERER"): 1) 直接用<a href=""> 2) 用Submit或<input type="image">提交的表單(POST或GET) 3) 使用javaScript提交的表單(POST或GET) 下面我們再看看Request.ServerVariables("HTTP_REFERER")不能正常取值的情況: 1) 從收藏夾鏈接 2) 單擊主頁或自定義的地址 3) 在瀏覽器中直接輸地址 4) 使用JavaScript的Location.href或者是Location.replace() 5) <%Response.Redirect%> 6) <%Response.AddHeader%>或者是<mete http-equiv="refresh">轉向 7) 用XML載入地址 防外鏈代碼例子(C#): if (Request.ServerVariables["HTTP_REFERER"] == null || !Request.ServerVariables["HTTP_REFERER"].ToString().Contains(Request.ServerVariables["HTTP_HOST"].ToString())) { Server.Transfer("Error.aspx"); } =========================================================== 下列情況是從瀏覽器的地址欄正常取得Request.ServerVariables("HTTP_REFERER")的: 1.直接用<a href> 2.用Submit或<input type=image>提交的表單(POST or GET) 3.使用Jscript提交的表單(POST or GET) 下面我們再看看Request.ServerVariables("HTTP_REFERER")不能正常取值的情況: 1.從收藏夾鏈接 2.單擊'主頁'或者自定義的地址 3.利用Jscript的location.href or location.replace() 4.在瀏覽器直接輸入地址 5.<%Response.Redirect%> 6.<%Response.AddHeader%>或<meta http-equiv=refresh>轉向 7.用XML載入地址 顯然,Request.ServerVariables("HTTP_REFERER")在多數情況下是不能正常工作的,下面我們看一個例子: ref.asp <% response.write "You came from: " & request.servervariables("http_referer") %> ref.htm <% Response.AddHeader "Refresh", "10;URL=ref.asp" %> <meta http-equiv='refresh' content='10;URL=ref.asp'> <form method=GET action=ref.asp name=getform> <input type=submit value=' Go there (GET) >> '> <input type=image style='cursor:hand'> </form><p> 看看上面的代碼會得到什麼的結果. <form method=POST action=ref.asp name=postform> <input type=submit value=' Go there (POST) >> '> <input type=image style='cursor:hand'> </form><p> <a href='ref.asp'>直接鏈接</a><p> <a href='#' onclick='window.location.href="ref.asp";return false;'>Javascript location</a><p> <a href='#'onclick='window.location.replace("ref.asp");return false;'>Javascript replace</a><p> <a href='#' onclick='document.getform.submit();return false;'>javascript GET</a><p> <a href='#' onclick='document.postform.submit();return false;'>javascript POST</a> Request.ServerVariables(HTTP_REFERER)的工作方式 在JSP中獲取REFERER的方式是:request.getHeader("REFERER"); 在php中獲取REFERER的方式是:$_SERVER['HTTP_REFERER'];

『伍』 網址格式的種子怎麼下載 用這個舉個例子http://www.jandown.com/link.phpref=A4t7V2AYan 詳細點 謝謝

把網址復制到瀏覽器,然後在頁面上,點擊「下載」,即可下載

『陸』 IE瀏覽器問題,http:///nhds/ipc.jspref=1

肯定地回答你,不是病毒
上海長寧、普陀、徐匯、靜安四個區的電信ADSL都出現這樣的情況
而且IE7比較常見
放心吧,除了當地ISP解決之外別無他法了

『柒』 http:///nhds/ipc.jspref=1是什麼東西

上海電信出問題了
普遍使用vista的上海用戶
無論用哪種瀏覽器
都會莫名跳到 http:///nhds/ipc.jsp?ref=1
而且這種現象是隨機的

因此這類現象並非病毒木馬所致,所以殺毒安全軟體自然無法檢測出

下面是上海電信通告:
http://sh.ct10000.com/sh10000/special/node_9981.htm

『捌』 瀏覽器劫持,打開連接的時候經常跳到淘寶的一個店面上還有一個什麼游戲的網站

我的跟你一摸一樣,我修好了,我的電腦毛病在QQ安裝目錄下的bin文件夾里有倆圖標不明文件,那專個文屬件無後綴名,是數字之類的,刪掉後好了,我是用360系統急救箱查到大,但是急救箱干不掉它,我自己手動刪除的,建議用360急救箱找到病毒路徑然後想辦法,能直接刪除的直接刪,不行安全模式刪除

『玖』 如何用wpf編寫一document viewer個文檔瀏覽器

<FlowDocumentPageViewer Margin="10" BorderBrush="Black" BorderThickness="1">
<FlowDocument
ColumnWidth="400"
IsOptimalParagraphEnabled="True" IsHyphenationEnabled="True"
>
<Section FontSize="12">
<Paragraph>
<Bold>Neptune</Bold> (planet), major planet in the solar system, eighth planet
from the Sun and fourth largest in diameter. Neptune maintains an almost constant
distance, about 4,490 million km (about 2,790 million mi), from the Sun. Neptune
revolves outside the orbit of Uranus and for most of its orbit moves inside the
elliptical path of the outermost planet Pluto (see Solar System). Every 248 years,
Pluto』s elliptical orbit brings the planet inside Neptune』s nearly circular orbit
for about 20 years, temporarily making Neptune the farthest planet from the Sun.
The last time Pluto』s orbit brought it inside Neptune』s orbit was in 1979. In
1999 Pluto』s orbit carried it back outside Neptune』s orbit.
<Figure
Width="140" Height="50" Background="GhostWhite"
HorizontalAnchor="PageLeft"
HorizontalOffset="100" VerticalOffset="20"
>
<Paragraph
FontStyle="Italic" TextAlignment="Left"
Background="Beige" Foreground="DarkGreen"
>
Neptune has 72 times Earth's volume...
</Paragraph>
</Figure>

<Floater
Background="GhostWhite"
Width="285" HorizontalAlignment="Left"
>
<Table CellSpacing="5">
<Table.Columns>
<TableColumn Width="155"/>
<TableColumn Width="130"/>
</Table.Columns>

<TableRowGroup>
<TableRow>
<TableCell ColumnSpan="3">
<Paragraph>Neptune Stats</Paragraph>
</TableCell>
</TableRow>

<TableRow Background="LightGoldenrodYellow" FontSize="12">
<TableCell>
<Paragraph FontWeight="Bold">Mean Distance from Sun</Paragraph>
</TableCell>
<TableCell>
<Paragraph>4,504,000,000 km</Paragraph>
</TableCell>
</TableRow>

<TableRow FontSize="12" Background="LightGray">
<TableCell>
<Paragraph FontWeight="Bold">Mean Diameter</Paragraph>
</TableCell>
<TableCell>
<Paragraph>49,532 km</Paragraph>
</TableCell>
</TableRow>

<TableRow Background="LightGoldenrodYellow" FontSize="12">
<TableCell>
<Paragraph FontWeight="Bold">Approximate Mass</Paragraph>
</TableCell>
<TableCell>
<Paragraph>1.0247e26 kg</Paragraph>
</TableCell>
</TableRow>
<TableRow>
<TableCell ColumnSpan="4">
<Paragraph FontSize="10" FontStyle="Italic">
Information from the
<Hyperlink
NavigateUri="http://encarta.msn.com/encnet/refpages/artcenter.aspx"
>Encarta</Hyperlink>
web site.
</Paragraph>
</TableCell>
</TableRow>
</TableRowGroup>
</Table>
</Floater>
</Paragraph>
<Paragraph>
Astronomers believe Neptune has an inner rocky core that is surrounded by a vast
ocean of water mixed with rocky material. From the inner core, this ocean extends
upward until it meets a gaseous atmosphere of hydrogen, helium, and trace amounts
of methane. Neptune has four rings and 11 known moons. Even though Neptune's volume
is 72 times Earth』s volume, its mass is only 17.15 times Earth』s mass. Because of
its size, scientists classify Neptune—along with Jupiter, Saturn, and Uranus—as
one of the giant or Jovian planets (so-called because they resemble Jupiter).
</Paragraph>
<Paragraph>
<Figure
Width="140" Height="50"
Background="GhostWhite" TextAlignment="Left"
HorizontalAnchor="PageCenter" WrapDirection="Both"
>
<Paragraph FontStyle="Italic" Background="Beige" Foreground="DarkGreen" >
Neptune has an orbital period of ~20 years...
</Paragraph>
</Figure>
Mathematical theories of astronomy led to the discovery of Neptune. To account for
wobbles in the orbit of the planet Uranus, British astronomer John Couch Adams and
French astronomer Urn Jean Joseph Leverrier independently calculated the existence
and position of a new planet in 1845 and 1846, respectively. They theorized that the
gravitational attraction of this planet for Uranus was causing the wobbles in Uranus』s
orbit. Using information from Leverrier, German astronomer Johann Gottfried Galle first
observed the planet in 1846.
</Paragraph>
</Section>
</FlowDocument>
</FlowDocumentPageViewer>

『拾』 我現在有個這樣的BT連接 Link URL: http://www6.mimima.com/link.phpref=q1ZOVGGxk9 。請問怎麼下啊。

又是 哈哈哈這我也有啊 關鍵你不能用迅雷下它 你一下 就自動變成那樣的 的 ,你下的時候第一次會彈出迅雷吧 那你就直接取消,然後再下一下,就會出現本地下載,然後你保存 就OK了 接下來 不用我說了吧哈啊