
Web
文章平均质量分 57
sclxf
大部分文章都是本人发呆之中,左手ctrl c, 右手ctrl v生产出来的。包括这句话。如有侵权,请告知。贵有恒,何以三更眠五更起;最无益,最怕一日曝十日寒。做事提前,不要推后。进步每一天。I Lovin Swimming
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
javascript 调用jsp
一个例子 function CircleonClick(evt){var circle03 = evt.targetvar id = circle03.getAttribute(id)window.location = http://localhost:8080/myapp/Parse_Draw.jsp?xml=dblp.xml&author=+id;} 或原创 2009-09-01 20:44:00 · 1541 阅读 · 0 评论 -
JSP JavaBean
Jsp作为一个很好的动态网站开发语言得到了越来越广泛的应用,在各类Jsp应用程序中,Jsp + Java Bean的组合成为了一种事实上最常见的Jsp程序的标准,就让我们来看看具体的Jsp是如何与Java Bean结合在一起的吧。 本教程将阐述JavaBean的原理,接着将阐述JavaBean在JavaServer Page下的特定语法,然后演示一个使用Jsp+JavaBean的简单的计转载 2009-09-02 09:09:00 · 1495 阅读 · 0 评论 -
c# Web Application 中使用FileUpload代替OpenFileDialog
cited OpenFileDialog is for windown formsapplication, I am not sure what you intended to do whether you want toupload file or do other thing. Simply you can use file upload, If you want转载 2009-09-13 20:19:00 · 1353 阅读 · 0 评论 -
Tomcat Web.xml写法
tomcat的说明文档中给出的web.xml写法示例 xml version="1.0" encoding="ISO-8859-1" ?> - Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE转载 2009-09-28 22:05:00 · 973 阅读 · 0 评论 -
svg javascript开新窗口
在svg文件中,要使用javascript代码开启个新窗口好像很麻烦。第一种方法Ali, I. 这个target=new表示点击该链接时打开新窗口,可是在IE,Firefox中都无效 第二种方法用javascript脚本来实现,function createWindow(evt){parent.open(pop.html,displaywindow,too原创 2009-09-29 16:01:00 · 1032 阅读 · 2 评论 -
Circuit Switching and Packet Switching Networks
from:http://www.tcpipguide.com/free/t_CircuitSwitchingandPacketSwitchingNetworks.htmCircuit Switching and Packet Switching Networks (Page 1 of 3) In my “grand overview” of networking, I desc转载 2009-11-04 19:50:00 · 2961 阅读 · 0 评论