Welcome![Sign In][Sign Up]
Location:
Search - html div style

Search list

[ASPX.NETASPX图片上传(水印、缩略图、远程保存)源码

Description:
很实用的一个图片上传得例子
图片上传:生成缩略图 加文字水印 图片水印
51aspx.png为水印图片
远程图片抓取(保存到本地)支持jpg、gif、bmp、png
图片抓取后自动以Auto+日期+原名称命名
输入远程图片地址(支持Html)

Platform: | Size: 489130 | Author: Simonz | Hits:

[ASPCleara

Description: <%@ 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> -\">
We ll use your suggestion to improve translation quality in future updates to our system.
Platform: | Size: 909 | Author: 金立犇 | Hits:

[Program docGB2312编码汉字显示编程.doc

Description:

其实汉字的显示是非常简单的。只要了解汉字的定位以及字模的含义,我们就可以非常方便的定位到汉字,并读取出字库数据,将其显示出来。在中英文混合显示的 时候,因为GB2312编码的区码与位码都是大于A0的。而基本的ASCII码都是小于A0的。我们可以根据这个信息来区分ASCII码和汉字。


Platform: | Size: 31232 | Author: jackielau | Hits:

[Program docDOS下的点阵汉字显示.doc

Description:

你是否碰到过用启动盘启动系统后用DIR命令得到一串串莫名其妙的字符?有经验的朋友会告诉你:那是汉字。汉字?你不禁会问:怎么一个我一个也不认识。但那确确实实是汉字,如果你启动UCDOS或其他的汉字系统后,就会看到那是一个个熟悉的汉字。同样是汉字,为什么前后会看到不同的结果?呵呵,其实在电脑硬件中,根本没有汉字这个概念,也没有英文的概念,这铁玩意认识的概念只有——内码。


Platform: | Size: 33792 | Author: jackielau | Hits:

[assembly language闰年计算

Description:

 data segment    ;定义数据段

    infon db 0dh,0ah,'Please input a year: $'
    Y db 0dh,0ah,'This is a leap year! $'
    N db 0dh,0ah,'This is not a leap year! $'
    w dw 0
    buf db 8
        db ?
        db 8 dup(?)
data ends
 
stack segment stack
    db 200 dup(0)
stack ends
 
code segment
          assume ds:data,ss:stack,cs:code
    start:mov ax,data
          mov ds,ax
         
          lea dx,infon ;在屏幕上显示提示信息
          mov ah,9
          int 21h
 
          lea dx,buf    ;从键盘输入年份字符串
          mov ah,10
          int 21h
         
          mov cl, [buf+1]
          lea di,buf+2
          call datacate
          call ifyears
          jc a1
         
          lea dx,n
          mov ah,9
          int 21h
          jmp exit
    a1:   lea dx,y
          mov ah,9
          int 21h
    exit: mov ah,4ch
          int 21h
      
 
 
 datacate proc near;
          push cx;                                                      
          dec cx
          lea si,buf+2
     tt1: inc si
          loop tt1
          ;lea si,cx[di]
          pop cx
    
     
          mov dh,30h
          mov bl,10
          mov ax,1
      l1: push ax
          sub byte ptr [si],dh
          mul byte ptr [si]
          add w,ax
          pop ax
          mul bl
          dec si
          loop l1
          ret
 datacate endp
 
 
   ifyears proc near
           push bx
           push cx
           push dx
           mov ax,w
           mov   cx,ax
           mov dx,0
           mov bx,4
           div bx
           cmp dx,0
           jnz lab1
           mov   ax,cx
           mov bx,100
           div bx
           cmp dx,0
           jnz lab2
           mov ax,cx
           mov bx,400
           div bx
           cmp dx,0
           jz lab2
     lab1: clc
           jmp lab3
     lab2: stc
     lab3: pop dx
           pop cx
           pop bx
           ret
   ifyears endp
code ends
   end start
     




[广告] 2008年最受关注楼盘


Platform: | Size: 10752 | Author: jackdawson0@ | Hits:

[OAOA协同

Description: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="ctl00_Head1"><title> 协同办公系统 </title><link rel="Stylesheet" type="text/css" href="CSS/master.css" /> <link rel="Stylesheet" type="text/css" href="CSS/sitecooperateCss.css" /> <style type="text/css"> .Task_Default_Grid { border:0} .Task_Default_Grid tr td { height:25px; line-height:25px; color:#0173BC; border:0; color:#6E6F71} .Task_Default_Grid tr td a { color:#0073BC} .Task_Default_Title { height:25px; line-height:25px; border-bottom:1px solid #999; color:#333333; font-weight:bold } .Task_Default_Head { height:25px; line-height:25px; text-align:left; font-weight:lighter; } .Task_Default_Head th { text-align:left; border:0;} #Content_right tr td { vertical-align:top} .mobanul { list-style:none; list-style-type:none; margin:0; padding:0} .mobanul li { height:26px; line-height:26px;} .mobanul li a { color:#0073BC} </style> <script type="text/javascript"> var w1 = screen.width; var w2 = w1 - 30; var h1 = screen.height; var h2 = 650; var t1 = (h1 - h2) / 3; //var appearence = 'dependent:yes;menubar:no;resizable:no;status:no;toolbar:no;titlebar:no;left:5;top:50;dialogWidth:'+w2+'px; dialogHeight:602px'; var appearence = 'dependent:yes;menubar:no;resizable:no;status:no;toolbar:no;titlebar:no;dialogWidth:990px; dialogHeight:652px'; function openexamin(id) { var url = 'Task_Examin1.aspx?ID=' + id + '&dt=20111116110724'; window.showModalDialog(url, 'none', appearence); window.location.reload(); } function opengoexamin(id) { var url ='go_examin.aspx?ID=' + id + '&dt=20111116110724'; window.showModalDialog(url, "tasknew", appearence); window.location.reload(); } function openexaminview(id) { var url = 'Go_Examin1.aspx?ID=' + id; window.showModalDialog(url, "goexamin1", appearence); window.location.reload(); } function openexamindaiban(id) { var url = 'Task_Examin1.aspx?daiban=1&ID=' + id + '&dt=20111116110724'; window.showModalDialog(url, 'none', appearence); window.location.reload(); } function openexamindaiban1(id, tasktype,url) { if (tasktype == 'OA') { var url1 = 'Task_Examin1.aspx?daiban=1&ID=' + id + '&dt=20111116110724'; window.showModalDialog(url1, 'none', appearence); window.location.reload(); } else if (tasktype == 'HR') { window.open(url.replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=')); } else if (tasktype == 'ERP待办') { window.open("http://10.0.3.100:8000/"+url); } else { window.open(url.replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('}', '&').replace('}', '&').replace('|', '&').replace('|', '&').replace('|}', '&').replace('|', '&').replace('|', '&').replace('|', '&').replace('*', '/').replace('*', '/').replace('*', '/').replace('*', '/').replace('*', '/')); // window.open(url.replace(new RegExp('|', 'g'), '=')); } } function GetTasksWait() { document.getElementById('ajaxwait').innerHTML = "<img src='/_layouts/images/loading.gif' align=absmiddle style='margin:20px' /><span style='color:#666'>正在加载待办事项,请稍等</span>"; AjaxService.GetWaitTasks("panr", GetGetWaitTasks); } function GetGetWaitTasks(res) { document.getElementById('ajaxwait').innerHTML = res; //window.alert(res); } function TaskNew(templetid) { var url = "task_new1.aspx?templetid="+templetid; var w1 = screen.width; var w2 = w1 - 30; var h1 = screen.height; var h2 = 650; var t1 = (h1 - h2) / 3; var appearence = 'dependent=yes,menubar=no,resizable=no,status=no,toolbar=no,titlebar=no,left=5,top=50,width=965px,height=620px'; var openWindow = window.open(url, "tasknew", appearence); openWindow.focus(); } </script> </head> <body> <form name="aspnetForm" method="post" action="thinkanydefault.aspx" id="aspnetForm"> <div> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJMTk4NTM3MDU4D2QWAmYPZBYCAgMPZBYCAgEPZBYCAgEPPCsADQEADxYEHgtfIURhdGFCb3VuZGceC18hSXRlbUNvdW50ZmRkGAEFI2N0bDAwJENvbnRlbnRQbGFjZUhvbGRlcjEkZ3JpZFRyYWRlDzwrAAoBCGZkgVPWq+n+ib9NI98bYSPgOP6wYjA=" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document.aspnetForm; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=YUjlm6ycKfnreIke4GK3XQ2&amp;t=633802920069218315" type="text/javascript"></script> <script src="/ScriptResource.axd?d=z3KJcVLT9ijw1U1WP3pQFkrXumDsg6wUOC-1ek6Qo_XZeAuKvPuCDOgdKKFxxdmnnoXJFiMaKmNKva15-BdwOk_xeIPnLbrAuAMPt7xuJyY1&amp;t=ffffffffec2d9970" type="text/javascript"></script> <script src="/ScriptResource.axd?d=z3KJcVLT9ijw1U1WP3pQFkrXumDsg6wUOC-1ek6Qo_XZeAuKvPuCDOgdKKFxxdmnNTUAczOieuXP3zVeTLUjHd_cyvM_8TdB3KcMk-B-U6vUhv5N_CQBxFd9ZErk2oN20&amp;t=ffffffffec2d9970" type="text/javascript"></script> <script src="AjaxService.asmx/js" type="text/javascript"></script> <div id="Content_right" style="background-image:none; padding:5px; padding-left:0px; padding-right:0px"> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ContentPlaceHolder1$ScriptManagerAjax', document.getElementById('aspnetForm')); Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90); //]]> </script> <table style="width:100%"> <tr> <td style="padding-left:10px;"> <span style="float:left">&nbsp;待办事项</span><br /><hr style="height:0px; color:#fff; border-top:1px solid #EBEBEB;" /></td> <td style="padding-left:10px;"> <span style="float:left">&nbsp;跟踪事项</span><br /><hr style="height:0px; color:#fff; border-top:1px solid #EBEBEB;" /></td> </tr> <tr> <td style=" padding-top:0; width:49%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px;" rowspan="4" id="ajaxwait"> </td> <td style=" padding:10px; padding-top:0;height:145px;"> <div> </div> </td> </tr> <tr> <td style=" padding:10px; padding-top:0; text-align:right"> <a href="OATaskTrades.aspx" style='color:#0171BD'>[更多...]</a></td> </tr> <tr> <td style="padding-left:10px;"> &nbsp;我的模板<br /><hr style="height:0px; color:#fff; border-top:1px solid #EBEBEB;" /></td> </tr> <tr> <td style=" padding:10px; padding-top:0;"> <table cellpadding=0 cellspacing=0 style="width:100%;height:145px;"><tr><td style="width:50%"> <ul class="mobanul"></ul> </td><td> <ul class="mobanul"></ul> </td></tr></table> </td> </tr> <tr> <td style=" padding:10px; padding-top:0; width:49%; text-align:right"> <a href="Task_Wait.aspx" style='color:#0171BD'>[更多OA待办...]</a></td> <td style=" padding:10px; padding-top:0; text-align:right"> <a href='PersonalTempletsSetup.aspx' style='color:#0171BD'>[更多...]</a><a href='PersonalTempletsSetup.aspx' style='color:#0171BD'>[模板配置]</a></td> </tr> </table> <script type="text/javascript"> GetTasksWait(); </script> </div> <script type="text/javascript"> //<![CDATA[ Sys.Application.initialize(); //]]> </script> </form> </body> </html>
Platform: | Size: 8895 | Author: niyang2005@126.comni | Hits:

[SCSI-ASPICleara

Description: <%@ 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> -">
We ll use your suggestion to improve translation quality in future updates to our system.
Platform: | Size: 1024 | Author: 金立犇 | Hits:

[Otherscroll

Description: div布局的滚动条,可自定义样式,可读性强,很实用-div scroll style
Platform: | Size: 4096 | Author: zhouli | Hits:

[WEB Codeqianbobdivcss

Description: 千博B红色风格企业网站专业版div+css 1、请将官方程序包解压后上传至您的虚拟主机即可正常使用,正式投入使用前请登陆后台修改管理员初始用户名和密码; 2、修改 Include\Const.asp 文件中数据库连接名称,同时修改数据库名(Database目录)与 Include\Const.asp 中的新名称同步。(安全建议) 3、后台路径:/system,请登录后修改后台管理文件夹目录名。(安全建议) 4、用户名 密码 管理验证码 (管理验证码在Include\Const.asp文件中修改) admin admin888 admin 5、为什么后台添加了产品,前台页面打不开? 在生成html静态模式下,在后台添加或更改内容后,需要在生成html栏生成各个更新的页面,然后前台才能显示,否则在生成之前页面不存在。 6、幻灯片图片在uploadfile文件夹中替换-1000 Bo B style Red businesses web site Pro div+ css
Platform: | Size: 2541568 | Author: 张辉 | Hits:

[WEB CodedivStyle

Description: 20多种HTML层窗口样式包含弹出层遮挡层等界面比较美观-More than 20 kinds of HTML floor window style includes pop-up blocking layer such as layer interface is beautiful
Platform: | Size: 46080 | Author: lidong | Hits:

[ADO-ODBCjinpaidianpu

Description: 金牌网店V7.0功能介绍: ●金牌网店V7.0,全新设计的风格界面,时尚,简单,大气,全面提升了网站的形象和信任度。 ●全局DIV+CSS定义,可根据不同的需求和环境变化进行最大化的修改定制。 ●添加了更多人性化的前台操作,加上简单方便可视的后台管理,让每一步操作都更加简单明了。 ●采用最新的html标准,简化了繁杂的购物流程,清除了所有冗余的代码,运行速度比同类系统快一倍以上。 ●整合了最常用的支付宝、贝宝、快钱、财付通、云网和中国网银的在线支付,方便客户的在线付款。 ●网站整体进行了优化,首页和商品生成html静态页面,提高了网页的浏览速度,更容易让搜索引擎找到你。 ●同类系统比较:代码更简洁、操作更简单、功能更全面,是目前最受淘宝、拍拍卖家欢迎的asp网店购物系统。-Gold Online Shop V7.0 Features: ● Gold Online Shop V7.0, a new style of interface design, fashion, simple, the atmosphere, enhancing the overall web image and confidence. ● Global DIV+ CSS definitions, according to different needs and maximize environmental changes modify custom. ● add a more human-oriented front operation, plus the background is simple and convenient visual management, so that each step is more straightforward. ● use the latest html standards, simplifying the shopping complex process to remove all the redundant code, faster than similar systems running more than twice as fast. ● Integration of the most commonly used Alipay, Paypal, quick money, money paid through, Silver Cloud network and online payment networks in China to facilitate online payments. ● Web site as a whole is optimized, Home and commodities generate static html pages, to improve the web browsing speed, it is easy for search engines to find you. ● Comparison of similar systems: the code is mor
Platform: | Size: 1190912 | Author: 天知道 | Hits:

[WEB Codemoban_kuye

Description: 枯叶风格个人网站模板,DIV+CSS布局,带PSD源文件,适合个人网站使用,做个性主页。该模板经过W3C验证,符合web2.0标准。 该网站模板包含文件:html,css,images,psd-Leaves style website templates, DIV+ CSS layout, with the PSD source files, suitable for personal website use, to do personalized home page. The templates are W3C validation, in line with web2.0 standards. The site template contains the file: html, css, images, psd
Platform: | Size: 687104 | Author: HTML枫叶 | Hits:

[WEB Codedianzihongse

Description: 一款非常适合电子商务、网店商城、分类信息等各类网站,首页分类比较多的网站,红色风格CSS导航菜单,如果你的网站的分类比较多,特别是二级分类,这款应该会蛮适合你的。 用到的技术HTML、DIV+CSS、JS等。-A very suitable for e-commerce, shop mall, classified information and other types of web page classification, comparison of multiple sites, red style CSS navigation menu, if your site classification is more, especially the two classifications, this should be quite suitable for you. Use of technology in HTML, DIV+CSS, JS etc..
Platform: | Size: 8192 | Author: DGD508 | Hits:

[WEB Codedianzihongse

Description: 一款非常适合电子商务、网店商城、分类信息等各类网站,首页分类比较多的网站,红色风格CSS导航菜单,如果你的网站的分类比较多,特别是二级分类,这款应该会蛮适合你的。 用到的技术HTML、DIV+CSS、JS等-A very suitable for e-commerce, shop mall, classified information and other types of sites, Home Categories relatively large number of sites, red style CSS navigation menu, if your site classification more, especially two categories, this should be very suitable for you. Techniques used HTML, DIV+CSS, JS, etc.
Platform: | Size: 8192 | Author: 三鲜鱼翅 | Hits:

[Browser Clientload

Description: 纯css实现3种样式的页面页面加载动画效果,样式直接写在了html页面style里,主要布局元素是div-Pure css to achieve three kinds of animation page loaded directly embedded in style in style, and if need be able to come up
Platform: | Size: 3072 | Author: luming | Hits:

[Othercssdivhtml

Description: html+div+css前端样式书籍讲解,内容详细,容易学习-Div HTML front end style
Platform: | Size: 963584 | Author: 房啸晓 | Hits:

[Web Serverbusinesstoday

Description: 商务建站公司网站模板,全套模板,DIV+CSS布局,包含full-width.html,index.html,style-demo.html等多个网站模板页面。-Business Website company website templates, a full set of templates, DIV+ CSS layout, including full-width.html, index.html, style-demo.html site templates and other pages.
Platform: | Size: 93184 | Author: hulin | Hits:

[Web ServerPlusBusiness

Description: 绿色大图幻灯产品展示模板,全套模板,DIV+CSS布局,包含full-width.html,index.html,style-demo.html等多个网站模板页面。-Green big picture slide show template products, a full set of templates, DIV+ CSS layout, including full-width.html, index.html, style-demo.html site templates and other pages.
Platform: | Size: 194560 | Author: 曹亚运 | Hits:

[Web ServerCSSHeaven

Description: 黑色漂亮的企业官网模板,全套模板,DIV+CSS布局,包含about.html,blog.html,index.html,style.html等多个网站模板页面。-Beautiful black business official website templates, a full set of templates, DIV+ CSS layout, including about.html, blog.html, index.html, style.html site templates and other pages.
Platform: | Size: 189440 | Author: 陈俊宇 | Hits:

[Internet-Network学校官网

Description: 学校官网模版。可通过DW修改成自己所需的,样式美观(School official website template. DW can be modified to their own needs, beautiful style)
Platform: | Size: 902144 | Author: SivenL | Hits:
« 12 3 »