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