Welcome![Sign In][Sign Up]
Location:
Search - Servlet

Search list

[xml-soap-webserviceservlet_album10g

Description: servlet with intermedia about oracle multimedia -servlet with intermedia about oracle mult IMEDIA
Platform: | Size: 11264 | Author: zhang | Hits:

[J2MEsanchatmspf10

Description: j2me lan 聊天 server 基于 servlet 使用向导: ◆数据库管理 访问mssdataadmin目录的 default.asp ◆手机wap下载java客户程序的连接 midp1_sanchatjad.asp ◆手机wap信件平台登陆页面 index.asp ◆用户注册页面(html) pc_register.asp 功能介绍: ◆类似移动QQ,可以进行手机及时通讯,而服务器程序可以放在普通虚拟主机的asp空间。 ◆可以通过手机添加好友。 ◆全部开放源代码,自由修改发布(本人保留著作权)。开发资源 -j2me lan chats server based on the servlet user s guide: 鈼?the data bank administration visits mssdataadmin table of contents default.asp 鈼?handset wap to download java the customer procedure connection midp1_sanchatjad.asp 鈼?the handset wap letter platform to land the page index.asp 鈼?user registration page (html) pc_register.asp Function introduction that, 鈼?similar moves QQ, may carry on the handset prompt communication, but the server procedure may put on the ordinary hypothesized main engine asp space. 鈼?may increase the good friend through the handset. 鈼?completely the open source code, the freedom revises the issue (myself to retain copyright). Development resource
Platform: | Size: 90112 | Author: richmmm | Hits:

[Software Engineeringjavaservlethelpdocument

Description: Java Servlet帮助文档 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 243 KB -Java Servlet help documentation books Language : English books types : Authorization Program Design : free software books Size : 243 KB
Platform: | Size: 249856 | Author: 王敏 | Hits:

[Otheraccp_jsp

Description: Jsp与Servlet的ppt教程,适合初学都入门的教程-Jsp Servlet ppt and guidance for beginners have caught the Directory
Platform: | Size: 931840 | Author: 杨妞妞 | Hits:

[JSP/JavacwcNews

Description: 一个Jsp,servlet,javabean的新闻管理.-a Jsp, servlet, javabean news management.
Platform: | Size: 193536 | Author: maolin | Hits:

[JSPservlet-2_4-fr-spec-doc

Description: javaservlet 2.4 spec api describe javaservlet 2.4 spec api describe-javaservlet 2.4 spec api describe javaser vlet 2.4 spec api describe
Platform: | Size: 165888 | Author: eyestone | Hits:

[J2ME20050923141620663

Description: 基于J2ME平台发送图片到servlet-based J2ME platform to send pictures servlet
Platform: | Size: 15360 | Author: ansen | Hits:

[JSP/Javajsp_servlet_javaBean_MVC

Description: 使用jsp、 servlet、 javabeans 实现MVC的java程序,其中包含源代码,以及JDBC所需的数据库驱动,数据备份等。-use jsp, servlet, MVC javabeans achieve the java process, which includes source code, and the JDBC database-driven, data backup, and so on.
Platform: | Size: 487424 | Author: 宋鹏 | Hits:

[JSP/JavaclientInfoServ

Description: 使用Servlet开发动态网页的实例,希望对初学者有帮助.-use dynamic web development Servlet examples, and I hope to help beginners.
Platform: | Size: 1024 | Author: 刘海 | Hits:

[Software EngineeringJavaServletAPIa2

Description: 这是一份关于2.1版Java Servlet API的说明文档,作为对这本文档的补充。-This is a version of the Java Servlet 2.1 API documentation. As this this document added.
Platform: | Size: 16384 | Author: alk | Hits:

[JSP/JavaVerifyPicNum

Description: 用Servlet生成4位数字的图片验证码 功能: 1 取得一个1000-9999的随机数 2 设置图片大小 3 设置背景色 4 设置字体色 5 随机产生155条干扰线,使图象中的认证码不易被其它程序探测到 6 将认证码显示到图象中-Servlet generated using four-digit code Photo certification functions : a 1000-9999 strike a random number two set the picture size set the background color 3 4 5 set up random font color interference generated 155 lines, the image authentication code, not other procedures to detect six authentication code shows that the image
Platform: | Size: 1024 | Author: 菜虫 | Hits:

[JSP/JavaJSP_Servlet_JavaBean

Description: 用简单的事例描述了JSP,JAVABEAN,SERVLET之间的关系以及使用方法-simple examples described JSP, JAVABEAN. SERVLET the relationship between use and
Platform: | Size: 39936 | Author: clarck | Hits:

[JSP/JavaJava_Servlet

Description: 主要描述JAVA和SERVLET之间的联系,可以很好的在J2EE中使用SERVLET,有着很大的帮助-mainly describe Java servlet and the link between can be a very good use of the J2EE servlet, with great help
Platform: | Size: 88064 | Author: clarck | Hits:

[JSP/Java2006081319475018632

Description: 带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了部分代码出来,注意,js文件只适用于UTF-8编码的页面,因为现在我只写UTF-8编码的页面了,国际化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,还包含一个属性文件,里面是一些默认配置,可根据自己的需要修改。   由于有源码,怎么用可以自己看源码,此外,那个例子中也写了,在此不再赘述。例子中只取到了FileItem,再将item保存一下就ok了,示例代码: File upFile = new File(remoteFilePath) try \{ item.write(upFile) fileInfo.put("infotip", "上传成功.") } catch (java.lang.Exception e) \{ fileInfo.put("infotip", "上传失败.") }-with the progress of the file upload (java ajax OSS) in writing code, also used on packages servlet servlet-api.jar. After the finish debugging process, the old errors : java.lang.NoClassDefFoundError : org/apache/commons/io/output/DeferredFil eOutputStream. Later, an investigation will know less commons-io- 1.2.jar, plus, on the ok. On access and display some progress with my own original written by a ajax application architectures, from taking part code, and the attention js document only applies to UTF-8 encoded pages. now I just write UTF-8 encoded pages, international convenience. ProgressUpload.jar, contains commons- fileupload- 1.1.1.jar. servlet-api.jar, commons-io- 1.2.jar. In progressUpload.jar, also includes an attribute documents, There is some of the default conf
Platform: | Size: 577536 | Author: 商务通 | Hits:

[Booksstrutsteaching

Description: struts是java servlet中的一种结构,按照这个指引去做,就能很容易的构建-struts java servlet which is a structure, in accordance with the guidelines do, can be very easy to construct
Platform: | Size: 6144 | Author: daisy | Hits:

[JSP/Javajs--servlet

Description: JAVA中字符替换(空格、回车) js传送数据到servlet -Java replacement characters (spaces, Enter) js transmission of data to the servlet js transmission of data to the servlet
Platform: | Size: 5120 | Author: 屈振兴 | Hits:

[JSPJavaServletandJSP

Description: Java Servlet和JSP教程[转载] Java Servlet和JSP教程(1-5) -Java Servlet and JSP Guide [reproduced] Java Servlet and JSP Directory (1-5)
Platform: | Size: 34816 | Author: wangt | Hits:

[JSP/JavaJWhiteBoard

Description: 一个用Java编程 Applet 实现的电子白板,嵌入在JSP页面中,服务器端是servlet实现。 -a Java Applet Programming realized Whiteboard, embedded in JSP pages, servlet server is achieved.
Platform: | Size: 163840 | Author: 张龙 | Hits:

[JSP/Javajspjava123645

Description: 采用jsp+servlet+javabean,jsp负责少量的页面处理,以servlet为主。 结构清晰明了,未对页面做美工处理,因此html和javascript代码很少, 非常适合作为java入门的例程,特别是对servlet部分。 开发调试平台为jbuilder9+tomcat4,在resin下测试通过。 数据库平台为ms sql server,在mysql下测试通过,但要改部分代码 数据库连接池为apache组织下jakarta项目组开发的commons-dbcp 1.0 -used jsp servlet javabean, jsp responsible for a small number of pages, to the main servlet. Structural clarity, not to do graphic pages, it has html and javascript code rarely, very suitable for the induction of java as a routine, especially for some servlet. Debugging platform for the development of jbuilder9 tomcat4 the resin under test. Database platform for ms sql server, mysql under test pass, But part of a need to change the code for the database connection pool jakarta apache organized the project team developing the comm ons-dbcp 1.0
Platform: | Size: 1307648 | Author: | Hits:

[WEB CodestudyLab

Description: 科研信息发布平台,这个系统使用了jsp+servlet开发,主要作用是发布一个科研托体或者实验室的相关信息-scientific information publishing platform, the system uses jsp servlet development, Published main role is a research laboratory or child care-related information
Platform: | Size: 1908736 | Author: honghai | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net