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

Search list

[JSP/JavaJSP

Description: java自定义标签及jstl标签的使用,入门级源代码,非常适用于初学者-java jstl tag
Platform: | Size: 3140608 | Author: dengnidejijie12 | Hits:

[JSP/Java21

Description: 九宫格日记。本项目使用到了jstl-api-1.2.jar、jstl-impl-1.2.jar、mysql-connector-java-5.1.10-bin.jar,需要 需要自行下载,放置到项目的lib文件夹下。-Jiugongge diary. This project uses the jstl-api-1.2.jar, jstl-impl-1.2.jar, mysql-connector-java-5.1.10-bin.jar, need Need to download, placed in the project to the lib folder.
Platform: | Size: 3055616 | Author: 凤友 | Hits:

[Web ServerThe-JSIL

Description: JSP standard tag library (JSTL)JSP标准标签库JSTL-The JSP standard tag library (JSTL) the JSP standard tag library JSTL
Platform: | Size: 901120 | Author: RUFzikbx!033 | Hits:

[Other01059650

Description: JSP standard tag library (JSTL)JSP标准标签库JSTL-The JSP standard tag library (JSTL) the JSP standard tag library JSTL
Platform: | Size: 901120 | Author: miwilar | Hits:

[JSP/Javastruts-1.3.10-all

Description: struts1.3所有jar包,包括jstl等常用jar包(Struts1.3 all jar packages)
Platform: | Size: 47068160 | Author: wjw1210 | Hits:

[JSP/Javassh

Description: 从数据库中获取数据,并且分页显示,页面用jstl+el表达式实现数据的显示(SSH to achieve paging, access to data from the database, and paging display, the page with jstl+el expressions to achieve data display)
Platform: | Size: 35528704 | Author: 拥抱夏天的风 | Hits:

[WEB Codejakarta-taglibs-standard-1.1.2

Description: Web开发jsp时,所需的标准标签库,只有加入这个标签库到项目中,才能正常使用各种标签,简化jsp开发。(When Web is developing JSP, the standard tag library is needed. Only when the tag library is added to the project can the tags be used properly, and the JSP development can be simplified.)
Platform: | Size: 954368 | Author: 晓晓—_1947 | Hits:

[WEB Codeestore1

Description: 本系统实现电子购物,分为客户、商品、订单、定单四个模块.并实现客户的登陆注册功能,该系统成功运行于windows 环境,前台采用MVC设计模式, 使用javaBean实现了Model层的业务逻辑和数据读取,在 View层运用了JSTL核心标签, 在Controller层运用了Servlet。(This system is divided into electronic shopping, customers, goods, orders, orders four modules. And realize the login registration function of customers, the successful operation of the system in the windows environment, the use of MVC design pattern, using the javaBean implementation of the Model layer, business logic and data read in the View layer using JSTL core tags, Servlet is used in the Controller layer.)
Platform: | Size: 3679232 | Author: 十元 | Hits:

[JSP/Java京东项目商城

Description: 项目采用MVC结构设计编写。 (1)View部分统一使用jsp页面,jsp页面中使用EL和JSTL进行数据展示;jsp页面统一在webroot下。 (2)Controller部分使用Servlet,所有对业务层的调用和流程跳转都在Servlet内完成。 (3)Model部分包括:业务层Service、数据访问层DAO。(The project is designed by MVC structure design. (1) View part of the unified use of JSP pages, JSP pages in the use of EL and JSTL for data display; JSP pages unified under the Webroot. (2) the Controller part uses Servlet, and all the calls to the business layer and the process jump are completed within the Servlet. (3) the Model section includes the business layer Service, the data access layer DAO.)
Platform: | Size: 11311104 | Author: 小安男孩 | Hits:

[Other Web Codeozif1

Description: JSP standard tag library (JSTL)JSP标准标签库JSTL()
Platform: | Size: 900096 | Author: npmegpace | Hits:

[JSP/Javacxjpiler

Description: JSP standard tag library (JSTL)JSP标准标签库JSTL()
Platform: | Size: 900096 | Author: Aeaftassa | Hits:

[OtherJSTL

Description: 关于web网页中的标签学习的一些笔记,希望对各位有用(Some notes on the label learning in the web web page, hoping to be useful to you)
Platform: | Size: 2048 | Author: 大司马最牛B | Hits:

[JSP/Javajava+jsp项目论坛短消息源代码学习

Description: 基于jsp,oracle 10g 2.部分功能使用了JSTL+EL 3.三层架构开发 4.增加了表单验证 5.加强了访问控制机制 6.没做CSS,弱项- -||待着重加强 7.数据库连接通过数据池做的,可根据需要修改BaseDao(Based on JSP, Oracle 10g The 2. part of the function uses JSTL+EL 3. three layer architecture development 4. added form validation 5. strengthening the access control mechanism 6. did not do CSS, the weak item -- to be emphasized to strengthen 7. database connection is done through data pool, and BaseDao can be modified as needed.)
Platform: | Size: 3034112 | Author: 夜倾玉 | Hits:

[WEB Codemaven SSM搭建

Description: 简单的maven Sringdemo <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> </properties> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <!-- 热部署,不用重启 ,自动加载更新--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> <!-- tomcat支持 --> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <!--<scope>provided</scope> --> </dependency> <!-- jstl标签库 --> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> </dependency> <!-- Mybatis --> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.2.8</version> </dependency> <!-- Mybatis整合Spring --> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis-spring</artifactId> <version>1.2.2</version> </dependency> <!-- 连接池 --> <dependency> <groupId>com.jolbox</groupId> <artifactId>bonecp-spring</artifactId> <version>0.8.0.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> </dependency> <!-- mysql驱动 --> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.6</version> </dependency> </dependencies>
Platform: | Size: 431341 | Author: 632793503@qq.com | Hits:

[JSP/JavaselectCourse

Description: 实现学生登录和教师登录,学生可以选择课程,查看课程分数和个人信息等。教师可以查看自己的课程和所有课程信息,查看学生所选课程,录入学生分数等功能。(Realize student login and teacher login. Students can select courses, view course scores and personal information, etc. Teachers can view their own courses and all course information, view the courses selected by students, enter student scores and other functions.)
Platform: | Size: 4124672 | Author: 阿西吧111 | Hits:
« 1 2 ... 11 12 13 14 15 16»

CodeBus www.codebus.net