9.2. frame

简介:

 
<!DOCTYPE html>
<html>
<head>
<title>HTML Frames</title>
</head>
<frameset rows="0,100%" frameborder="0">
   <frame name="top" src="" />
   <frame name="main" src="http://www.netkiller.cn/" />
   <noframes>
   <body>
      Your browser does not support frames.
   </body>
   </noframes>
</frameset>
</html>
  
  
 





原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
3月前
列分Frame
列分Frame。
24 4
|
3月前
行分Frame
行分Frame。
33 3
|
4月前
Frame
Frame。
36 1
ffmpeg编码报错:more samples than frame size (avcodec_encode_audio2)
ffmpeg编码报错:more samples than frame size (avcodec_encode_audio2)
145 0
ffmpeg编码报错:more samples than frame size (avcodec_encode_audio2)
nobuffer与av_read_frame的关系
nobuffer与av_read_frame的关系
97 0
|
8月前
|
Python
tkinter之frame
tkinter之frame
48 1
|
算法
frame_size (1536) was not respected for a non-last frame
frame_size (1536) was not respected for a non-last frame
114 0
frame_size (1536) was not respected for a non-last frame
|
存储 API
sws_scale():bad dst image pointers
sws_scale():bad dst image pointers
339 0
sws_scale():bad dst image pointers
|
缓存 编解码 Ubuntu
avcodec_send_frame和avcodec_receive_packet
avcodec_send_frame和avcodec_receive_packet
404 0
avcodec_send_frame和avcodec_receive_packet