A frame with a text area to show the contents of a file inside a zip archive, a combo box to select different files in the archive, and a menu to load a new archive.
标签: contents archive inside frame
上传时间: 2015-10-27
上传用户:koulian
bootrom: file format elf32-powerpcDisassembly of section .
标签: powerpcDisassembly bootrom section format
上传时间: 2013-11-28
上传用户:yyq123456789
:some examples of assembler level programming for the ARM(produces an ELF executable file which can be loaded into an ARM debugger)
标签: programming executable assembler examples
上传时间: 2014-01-20
上传用户:15736969615
This files is file system for fat16
上传时间: 2014-11-29
上传用户:sjyy1001
File: multipath_sim.m Matlab Simulink IEEE 802.15.3a compliant channel model
标签: multipath_sim compliant Simulink channel
上传时间: 2015-10-30
上传用户:Divine
This a sample write in VBNet to use a free Brettle.Web.NeatUpload.dll in aspnet to upload file max to 2G. I try in IIS and Apache_2.0.59 it can work. Detil see http://www.brettle.com/
标签: NeatUpload Brettle sample aspnet
上传时间: 2014-07-06
上传用户:youlongjian0
通过java.io.File类实现访问目录列表文件显示。用户输入待访问的目录路径,在文本框中使用回车键或者点击“转到”按钮,则下面的文本域中将列举出该目录下的文件名。
上传时间: 2013-12-17
上传用户:yyyyyyyyyy
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入购物车的物品已经全数退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空购物车</title> </head> <body topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1> <tr> <td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="关闭" name="B2" onclick="window.close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </body> </html>
标签: lt LANGUAGE VBSCRIPT include
上传时间: 2015-11-05
上传用户:zhaoq123
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% ProductClass_2=request("ProductClass_2") set rs=server.createobject("adodb.recordset") sqltext="select * from Product" if request("Product_Name")<>"" then sqltext=sqltext &" where Product_Name like %"& request("Product_Name") &"% " else sqltext=sqltext &" where Product_Name like %"& "" &"% " end if if request("Product_Class")<>"" then sqltext=sqltext &" and Class_1 like %"& request("Product_Class") &"% " end if
标签: ProductClass lt LANGUAGE VBSCRIPT
上传时间: 2013-11-25
上传用户:wl9454
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp"--> <% set rs=server.createobject("adodb.recordset") sqltext="select * from RegUser where UserId= " & request.form("uid") & " " rs.open sqltext,co
标签: lt LANGUAGE VBSCRIPT include
上传时间: 2013-12-08
上传用户:yuanyuan123