CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - java tag
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - java tag - List
[
JSP/Java
]
SubjectSpider_ByKelvenJU
DL : 0
1、锁定某个主题抓取; 2、能够产生日志文本文件,格式为:时间戳(timestamp)、URL; 3、抓取某一URL时最多允许建立2个连接(注意:本地作网页解析的线程数则不限) 4、遵守文明蜘蛛规则:必须分析robots.txt文件和meta tag有无限制;一个线程抓完一个网页后要sleep 2秒钟; 5、能对HTML网页进行解析,提取出链接URL,能判别提取的URL是否已处理过,不重复解析已crawl过的网页; 6、能够对spider/crawler程序的一些基本参数进行设置,包括:抓取深度(depth)、种子URL等; 7、使用User-agent向服务器表明自己的身份; 8、产生抓取统计信息:包括抓取速度、抓取完成所需时间、抓取网页总数;重要变量和所有类、方法加注释; 9、请遵守编程规范,如类、方法、文件等的命名规范, 10、可选:GUI图形用户界面、web界面,通过界面管理spider/crawler,包括启停、URL增删等 -1, the ability to lock a particular theme crawls; 2, can produce log text file format : timestamp (timestamp), the URL; 3. crawls up a URL to allow for the establishment of two connecting (Note : local website for a few analytical thread is not limited) 4, abide by the rules of civilized spiders : to be analyzed robots.txt file and meta tag unrestricted; End grasp a thread after a website to sleep two seconds; 5, capable of HTML pages for analysis, Links to extract URL, the extract can judge whether the URL have been processed. Analysis has not repeat crawl over the web; 6. to the spider/crawler some of the basic procedures for setting up parameters, including : Grasp depth (depth), seeds URL; 7. use User-agent to the server to identify themselves; 8, crawls produce statistical informati
Date
: 2025-12-14
Size
: 1.82mb
User
:
[
JSP/Java
]
splitPage
DL : 0
Jsp分页标签,非常方便 Jsp分页标签,非常方便-Jsp page tags, a very convenient paging jsp tag, a very convenient paging jsp tag, a very convenient
Date
: 2025-12-14
Size
: 3kb
User
:
[
JSP/Java
]
mapdemo
DL : 0
该程序详细的介绍了MapXtreme J的环境设置和基本操作。感觉不错,拿来与大家分享。 很好的一个瘦客户端应用的程序,后台Servlet实现,前段用img tag包含放大,缩小,漫游,全图,鹰眼图,图层控制,地图状态等基本功能。但是因为渲染成流的方式,前段解析,第一次启动Tomcat然后打开应用好像时间比较长,第二个打开的时候就快得多了。用生成临时图片的方式,应该更快一点。-The detailed procedures introduced MapXtreme J
Date
: 2025-12-14
Size
: 466kb
User
:
liumk
[
JSP/Java
]
zhengZhouGongJiaoChaXun
DL : 0
郑州市公交线路管理查询系统,可以查询郑州市内的所有公交线路,包括倒车跟终查询,还可在地图上作自定义标记。-Zhengzhou City inquiry system management bus lines, you can query all the Zhengzhou city bus lines, including reversing the end with the inquiry, but also for the map custom tag.
Date
: 2025-12-14
Size
: 642kb
User
:
刘济宗
[
JSP/Java
]
ch12
DL : 0
1.本目录存放了演示自定义标签开发与使用的web应用程序,可以直接部署到应用服务器并运行。 2.shopping存放了电子商店程序,该程序的header.jsp使用自定义标签显示当前系统日期。 3.tag存放演示传统标签开发与使用的例程序。 4.simple存放演示简单标签开发与使用的例程序。由于WebLogic Server8.1不支持JSP2.0,所以simple程序不能在WebLogic Server8.1下运行。-1. Catalog store demonstration custom tag development and use of web applications, can be directly deployed to the application server and run. 2.shopping store electronic store procedures, the procedures header.jsp use a custom tag displays the current system date. Demonstration of traditional 3.tag stored Tab Example development and use procedures. 4.simple store development and demonstration of a simple tag Example procedures used. Because WebLogic Server8.1 does not support JSP2.0, so simple procedures should not run in the WebLogic Server8.1.
Date
: 2025-12-14
Size
: 386kb
User
:
lailijuan
[
JSP/Java
]
page
DL : 0
最近项目要求实现新闻内容页无刷新分页,把自己写的页面正则分页拿出来和大家分享 js分页代码很好找,关键是常见的js分页代码没有匹配分页标记点即不拆开html标记的功能。 下面说说解决思路: 1.按字数分页,可设默认值,比如3000,那就是每页3000字 2.分页字数可变,受分页规则控制。 3.分页规则为正则匹配该页最后一个字,如果是中文或者中文全角符号则可以分页,如不是则增加该页分页字数继续匹配 -Recently, the project calls for news content page without refreshing page to write your own page is the page out and the U.S. share a very good look for js code page, the key is a common paging js code does not match the page that the tag point do not open the html tags function. Talk about ideas to solve the following: 1. By the word page can be set up default values, such as 3000, that is 2 per 3000 words. Paging word variable, subject to rules to control paging. 3. Paging rules are matching the page is the last word, if it is Chinese or Chinese-wide angle symbols can be paged, if not increased to match the page page words
Date
: 2025-12-14
Size
: 1kb
User
:
王
[
JSP/Java
]
Page
DL : 0
JSP+Servlet+JavaBean+标签文件写的分页标签!-JSP+ Servlet+ JavaBean+ Tag page document written by tags!
Date
: 2025-12-14
Size
: 868kb
User
:
hwj
[
JSP/Java
]
bookStore
DL : 0
基于Spring web+Hibernate一个在线书店系统。其中引入了Spring的web框架,Spring集成了Hibernate,JSTL标签库在其中得到很好的应用。 项目里有完整的代码和详细的文档说明以及系统移植说明书,帮助大家学习和理解。-Spring web+ Hibernate based on an online bookstore system. Which the introduction of Spring' s web framework, Spring integrates with Hibernate, JSTL tag library in which the application is well. Projects have a complete code and detailed documentation and system specification transplantation to help the U.S. study and understanding.
Date
: 2025-12-14
Size
: 9mb
User
:
Sherry
[
JSP/Java
]
Check
DL : 0
实现英文的拼写检查,对错误单词标记并推荐相似单词-Implementation of English spelling checker, word on the wrong tag and recommend similar words
Date
: 2025-12-14
Size
: 274kb
User
:
徐鹏
[
JSP/Java
]
JavaMIPS
DL : 0
MIPS 仿真器,能够实现汇编,反汇编和模拟运行。自己开发的,java课的大程,可能问题比较多,仅做参考,而且程序架构也设计地不是很好。但作为新手大程学习和简单的MIPS模拟还是没有问题的。 本 MIPS 模拟器支持的指令如下: add,addi,sub,subi,and,andi,or,ori,nor,beq,bne,j,jr,jal,lw,lh,lb,sw,sh,sb, 其中所有的跳 转指令第三个操作数只能为一个行标签[不支持相对地址以及绝对地址],标签可 以写在一行开头,以冒号结尾。 -MIPS emulator, be able to achieve a compilation of anti-compilation and simulation is running. Their own development, java classes big way, may be more questions, just make a reference, but also architecture design process is not very good. But as a new large study and easy way of MIPS simulation of the problem or not. The MIPS simulator supports the following commands: add, addi, sub, subi, and, andi, or, ori, nor, beq, bne, j, jr, jal, lw, lh, lb, sw, sh, sb, one of all of the Jump instruction operand can only be the third for a tag line [do not support the relative address and absolute address] can be written on the tag line at the beginning to the end of the colon.
Date
: 2025-12-14
Size
: 1.42mb
User
:
ly
[
JSP/Java
]
Servlets.and.JavaServer.Pages.The.J2EE.Technology
DL : 0
Servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applications using the new JavaServer Pages 2.0 and Servlets 2.4. Servlets and JavaServer Pages (JSP) provide a robust solution to developing large, complex Web applications, including multiserver projects. In addition to built-in security, portability, and a Web server, they offer developers the freedom to work with any operating system that supports Javabe it Linux, Windows, OSX, or Solaris. This authoritative book begins by explaining how to set up a Servlet and JSP development environment, including a discussion of containers, Java support, and installing and configuring Tomcat. The authors then thoroughly explore servlets and JSP, including significant coverage of custom tag libraries, newly available filters, and popular servlet and JSP design patterns. Readers can then test-drive the knowledge gained by constructing a book-support Web site.
Date
: 2025-12-14
Size
: 4.72mb
User
:
Quang Truong
[
JSP/Java
]
Mp3Info
DL : 0
基于JAVA的MP3的IDV3标签信息获取,包括歌名,歌手,专辑,年份等信息。-JAVA-based IDV3 of the MP3 tag information acquisition, including title, artist, album, year, etc.
Date
: 2025-12-14
Size
: 7kb
User
:
Keliven
[
JSP/Java
]
j-jspdwj
DL : 0
JSP 网页控制图片大小 。 通过自定义jsp tag 实现。-JSP page to control image size
Date
: 2025-12-14
Size
: 247kb
User
:
fig
[
JSP/Java
]
Oreilly.Java.Server.Pages.3rd
DL : 0
Oreilly.Java.Server.Pages.3rd. 这是一本关于jsp,servlet 讲解很详细的工具书,包括,jsp,servlet基础,JavaBeans,EJB,JDBC 等。-JavaServer Pages, Third Edition is completely revised and updated to cover the substantial changes in the 2.0 version of the JSP specification. It also includes detailed coverage of the major revisions to the JSP Standard Tag Library (JSTL) specification. Combining plenty of practical advice with detailed coverage of JSP syntax and features and clear, useful examples, JavaServer Pages, Third Edition demonstrates how to embed server-side Java into Web pages, while also covering important topics such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC database access.
Date
: 2025-12-14
Size
: 2.1mb
User
:
huding
[
JSP/Java
]
jsp_custom_taglib
DL : 0
JSP自定义标签官方文档中文版的,很好看的一个帮助文档!-JSP custom tag the official Chinese version of the document, good to see a help document!
Date
: 2025-12-14
Size
: 181kb
User
:
林泳镇
[
JSP/Java
]
JavaWeb-Tag
DL : 0
java web 标签大全.CHM java web 标签大全.CHM -java web label Daquan. CHMjava web label Daquan. CHMjava web label Daquan. CHMjava web label Daquan. CHM
Date
: 2025-12-14
Size
: 1.6mb
User
:
阮晨鹏
[
JSP/Java
]
java-web-tags
DL : 0
java web 标签大全,包括1、struts 1 各类型标签;2、struts 2 标签;3、jstl 各类型标签;4、spring 标签;5、jsf标签;6、jsp标签、语法;7、freemarker语法;8、velocity语法;9、ajax常用函数;10、常用js表单检测函数;11、常用js函数;12、多功能jsp编辑器(eclipse插件);-java web label Daquan, including 1, struts 1 tag all types 2, struts 2 tags 3, jstl various types of labels 4, spring tab 5, jsf tag 6, jsp tag syntax 7, freemarker syntax 8 , velocity syntax 9, ajax commonly used functions 10, commonly used form js test function 11, used the js function 12, multi-jsp editor (eclipse plug-in)
Date
: 2025-12-14
Size
: 2.35mb
User
:
丁新建
[
JSP/Java
]
com
DL : 0
基于XML数据交互的Java标签开发结合MYSQL数据库的信息系统开发-MYSQL database information system development based on the development of interactive Java tag of the XML data binding
Date
: 2025-12-14
Size
: 298kb
User
:
46945008
[
JSP/Java
]
JSP-tag
DL : 0
比较常用的java标签库,涵盖常用的jsp标签,方便新手查阅,很实用-More common java tag library, covering common jsp tag, easy access to the novice, it is practical
Date
: 2025-12-14
Size
: 20kb
User
:
hello
[
JSP/Java
]
java-swing-htmlparser
DL : 0
a simple HTML scanner and tag balancer that enables application programmers to parse HTML documents and access the information.-a simple HTML scanner and tag balancer that enables application programmers to parse HTML documents and access the information
Date
: 2025-12-14
Size
: 1kb
User
:
rosa
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.