Welcome![Sign In][Sign Up]
Location:
Search - jsp date

Search list

[Menu control《JSP实用编程实例集锦》

Description: 动态设置网页背景,中文显示服务端日期,判断服务端时间并显示中文问候- Dynamic establishment homepage background, Chinese demonstration service end date, judgement service end time and demonstration Chinese regards... ...
Platform: | Size: 10936426 | Author: shen | Hits:

[JSP/Javachandddd

Description: 数据库表结构 用SQL Server建立数据库 数据库名:questionnaire Questions表 QuestionID 索引投票主题 Questions 存储投票主题内容 Isvisable 标识投票是否在前台显示 Date 记录投票发布时间 IsOpen 标识投票结果是否向投票用户公开 Items表 ItemID 索引投票选项 QuestionID 关联投票主题 Item 存储投票选项内容 ItemCount 投票记数 Admins表 AdminName 管理员用户名 AdminPwd 管理员密码 说明 1)管理员登陆帐号和密码都是admin。 2)数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改opendata.jsp文件,修改SQL Server登陆用户名和密码。 3)目前的数据库连接、访问、修改都是通过页面完成,效率不是太高,在新版本中将使用JavaBeans实现。 4)新版本将添加如下功能:管理员权限设置、投票主题发布可选择单选或多选、投票者留言反馈等。 5)这是我用JSP做的第一个小项目,希望能与更多的朋友交流,我的信箱:fangpeng8118@21cn.com (阿房) -structure of the database tables with SQL Server database database name : Questions questionnaire table QuestionID Index vote theme Q uestions storage vote Isvisable theme logo in the foreground polling showed Date voting records issued IsOpen logo vote whether to vote users open Items Table ItemI D QuestionID index options linked to the voting voting voting theme Item storage options as ItemC voting been credited several Admins Table AdminName administrators manage user name AdminPwd Members password Note 1) administrators landing account and password are admin. 2) The database connection is to use SQL Server For JDBC driver. When the user to amend opendata.jsp documents, changes SQL Server username and password. 3) the current database connections, access, modify through the pages are co
Platform: | Size: 67832 | Author: 陈寻 | Hits:

[Windows Develop_testdate__jsp

Description: 用于jsp的日期转换-jsp for the date change
Platform: | Size: 1866 | Author: 旺财 | Hits:

[Button controljsp_calendar

Description: 此控件为jsp通用的日历控件,解决了时间输入的问题,用户可以通过此控件输入标准日期-jsp common calendar controls, solving the problem of time, users can control the importation of this standard date
Platform: | Size: 5826 | Author: 吴东 | Hits:

[JSP/JavaJSP-WEB-upload

Description: JSP无组件实现WEB上传 CREATE TABLE sz_shouye( id int(11) not null auto_increment, title varchar(255), sub_title varchar(255), keyword varchar(255), author varchar(255), source varchar(255), operator varchar(255), addition varchar(255), belong varchar(255), senddate date, content text, primary key(id) ) create database xcb
Platform: | Size: 31210 | Author: 李瑞 | Hits:

[Windows Develop_testdate__jsp

Description: 用于jsp的日期转换-jsp for the date change
Platform: | Size: 2048 | Author: 旺财 | Hits:

[Menu control《JSP实用编程实例集锦》

Description: 动态设置网页背景,中文显示服务端日期,判断服务端时间并显示中文问候- Dynamic establishment homepage background, Chinese demonstration service end date, judgement service end time and demonstration Chinese regards... ...
Platform: | Size: 10936320 | Author: shen | Hits:

[JSP/Javachandddd

Description: 数据库表结构 用SQL Server建立数据库 数据库名:questionnaire Questions表 QuestionID 索引投票主题 Questions 存储投票主题内容 Isvisable 标识投票是否在前台显示 Date 记录投票发布时间 IsOpen 标识投票结果是否向投票用户公开 Items表 ItemID 索引投票选项 QuestionID 关联投票主题 Item 存储投票选项内容 ItemCount 投票记数 Admins表 AdminName 管理员用户名 AdminPwd 管理员密码 说明 1)管理员登陆帐号和密码都是admin。 2)数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改opendata.jsp文件,修改SQL Server登陆用户名和密码。 3)目前的数据库连接、访问、修改都是通过页面完成,效率不是太高,在新版本中将使用JavaBeans实现。 4)新版本将添加如下功能:管理员权限设置、投票主题发布可选择单选或多选、投票者留言反馈等。 5)这是我用JSP做的第一个小项目,希望能与更多的朋友交流,我的信箱:fangpeng8118@21cn.com (阿房) -structure of the database tables with SQL Server database database name : Questions questionnaire table QuestionID Index vote theme Q uestions storage vote Isvisable theme logo in the foreground polling showed Date voting records issued IsOpen logo vote whether to vote users open Items Table ItemI D QuestionID index options linked to the voting voting voting theme Item storage options as ItemC voting been credited several Admins Table AdminName administrators manage user name AdminPwd Members password Note 1) administrators landing account and password are admin. 2) The database connection is to use SQL Server For JDBC driver. When the user to amend opendata.jsp documents, changes SQL Server username and password. 3) the current database connections, access, modify through the pages are co
Platform: | Size: 67584 | Author: 陈寻 | Hits:

[Button controljsp_calendar

Description: 此控件为jsp通用的日历控件,解决了时间输入的问题,用户可以通过此控件输入标准日期-jsp common calendar controls, solving the problem of time, users can control the importation of this standard date
Platform: | Size: 5120 | Author: 吴东 | Hits:

[source in ebookjspnetcode

Description: 《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码,实例名称及其所处章节如下: 第1章 JSP技术概述 实例1 第一个JSP页面 第3章 Web开发基础 实例2 HTML与JavaScript交互示例 第4章 JSP语法 实例3 JSP程序的基本结构 实例4 简单数据类型综合应用实例 实例5 包装类综合应用实例 实例6 数组应用实例 实例7 字符截取程序示例 实例8 查找字符串程序示例 实例9 StringBuffer综合应用程序示例 实例10 日期数据应用示例 实例11 算术表达式综合运用实例 实例12 switch语句示例 实例13 循环应用综合实例 实例14 一个简单的计数器 实例15 include指令应用示例 实例16 forward应用程序示例 实例17 param应用程序示例 实例18 plugin应用程序示例 实例19 中文字符处理程序示例 第5章 JSP的内置对象 实例20 request常用方法的应用 实例21 获得表单数据 实例22 页面重定向程序示例 实例23 定时刷新页面程序示例 实例24 记住会话的用户名 实例25 猜字母游戏 实例26 网站计数器-"JSP programming from the network infrastructure to practice" examples of code directory contains 10 chapters before all the examples source code, and examples of names which sections are as follows : Chapter 1 JSP example of a resolution outlining a JSP pages in Chapter 3 examples based Web development with HTML J 2 avaScript interactive examples Chapter 4 JSP syntax examples of three JSP the basic structure of a few simple examples 4 According to the type of integrated application packaging category five examples of integrated application examples 6 array Application examples seven characters interception procedures Example 8 Example search string procedures example examples 9 StringBuffer integrated application examples of a sample 0 Date Data Application Example 11 examples o
Platform: | Size: 395264 | Author: xk | Hits:

[JSP/Java260t

Description: jsp标签 数据列表标签 jsp树形标签 QQ菜单标签 文件服务 noka标签是一组在JSP上远行的支持多种数据库的集数据处理,显示处理于一体的JSP标签,其中有: 编码拦截器工具类 数据表格(DBTable)标签 时间日期(DateOrTime)标签 组合选择框(selectDouble)标签 下拉选择框(select)标签 树形菜单(TreeDB)标签<不带Checkbox框> 树形菜单(TreeMenuCheckbox)标签 选项卡(tabs/ Divs)标签 数据查询录入(dataselectinput)标签到 QQ菜单标签 下拉选择框树形菜单 年份选择标签(YearSelect) 日期时间格式化标签(FormatData) 字符串格式标签(StringLenFormat) 文件服务标签(fileserverpath)-jsp tag data list label jsp tree menu labeling QQ documentation services noka Tags Tags are a group of travel in the JSP on the support of a variety of database collection and data processing, display processing in one JSP label, including: encoding interceptor Tools data table (DBTable) time and date labels (DateOrTime) portfolio selection box label (selectDouble) label drop-down selection box (select) Tags tree menu (TreeDB) labels <without Checkbox box> tree menu (TreeMenuCheckbox) Tags tab (tabs/Divs) label input data query (dataselectinput) label to label QQ menu tree menu drop-down selection box to choose tags Year (YearSelect) Date Time formatting tags (FormatData) label format string (StringLenFormat) documentation services tab (fileserverpath )
Platform: | Size: 824320 | Author: 阿豪 | Hits:

[JSP/JavaJSP-WEB-upload

Description: JSP无组件实现WEB上传 CREATE TABLE sz_shouye( id int(11) not null auto_increment, title varchar(255), sub_title varchar(255), keyword varchar(255), author varchar(255), source varchar(255), operator varchar(255), addition varchar(255), belong varchar(255), senddate date, content text, primary key(id) ) create database xcb -JSP-free components to achieve WEB From CREATE TABLE sz_shouye (id int (11) not null auto_increment, title varchar (255), sub_title varchar (255), keyword varchar (255), author varchar (255), source varchar (255) , operator varchar (255), addition varchar (255), belong varchar (255), senddate date, content text, primary key (id)) create database xcb
Platform: | Size: 30720 | Author: 李瑞 | Hits:

[JSP/JavaMyBlog20090515

Description: JSP 的博客程序含SQL数据库,及程序的配置说明 博客,译自英文Blog。它是互联网平台上的个人信息交流中心。通常博客就是用来发表文章,所有的文章都是按照年份和日期排列,有些类似斑竹的日记。看上去平淡无奇,毫无可炫耀之处,但它可以让每个人零成本、零维护地创建自己的网络媒体,每个人都可以随时把自己的思想火花和灵感更新到博客站点上。 -JSP with the blog program SQL databases, and procedures of the configuration of that blog, translated from the English Blog. It is the Internet platform of personal information exchange center. Is usually used to blog published an article, all the articles are arranged in accordance with the year and date, is somewhat similar to the diary owner. Seem prosaic, there is no place to show off, but it allows each person zero cost, zero-maintenance of the network to create their own media, everyone can spark their own ideas and inspiration to update the blog site.
Platform: | Size: 1084416 | Author: yh | Hits:

[JSP/Javadate

Description: jsp超漂亮的日期控件,支持多种皮肤,同时支持日期,时间选择 可以是小时,分钟以及秒-beautiful date controler
Platform: | Size: 79872 | Author: yc | Hits:

[JSP/Javawebclass07

Description: jsp 编程 hello.jsp date.jsp-hello.jsp date.jsp
Platform: | Size: 739328 | Author: 徐怡 | Hits:

[ERP-EIP-OA-PortalJSP--E-T--GA

Description: 针对带有交货期窗口硬约束,并对提前/拖期零件进行惩罚的一类作业车间调度问题,设计了一种改进型遗传算法EGA。交货期窗口硬约束是指每个零件均有交货期和deadline,零件可以在交货期后完工,但绝不能超出deadline。EGA采用“逆向后推”和“顺向前拉”相结合的两阶段求解策略。针对部分染色体在解码过程中违反交货期窗口硬约束而产生非法解的问题,采用基于关键路径的染色体修复方法来调整染色体基因序列,以期实现在满足交货期窗口硬约束的同时降低零件拖期成本;在保持第一调度阶段拖期成本不变的基础上,采用基于逆向重调度的目标值修订方法来延迟零件开工时间,以减小成品提前库存成本。-This paper deals with the job shop scheduling problem with due window to minimize the sum of weighted earliness and weighted tardiness of jobs. This due window is a time duration between the due date and the latest acceptable completion date, namely dealine, of a job. Penalties are incurred if jobs are completed within the due window and the illegal schedule will occur if one job is finished after its deadline. A new Enhanced Genetic Algorithm (EGA), based on a two phase schedule mechanism was introduced. To avoid the violations of due window constraint and simultaneously reduce tardiness costs, a chromosome repair method based on critical paths was designed to adjust chromogene sequence. Then, on keeping tardiness costs unchanged, an objective value revision method based on reverse rescheduling was put forward to delay job release date for reducing earliness costs introduced by each job.
Platform: | Size: 25600 | Author: 孙启峰 | Hits:

[MiddleWarePlug-in-date

Description: 在jsp上的日期插件可以实现日期输入。是一个很好的日期插件-Plug-in date jsp date input can be achieved. Is a good date plug-ins
Platform: | Size: 37888 | Author: 姜军 | Hits:

[Web ServerDate-control

Description: 一个日期控件 有年份和月份下拉框功能 有设置当前时间功能 JSP测试好用 还可以手动输入 手动输入提交有检查格式的函数 格式为YYYY-MM-DD -A date controls the year and month drop-down box to set the current time function of JSP test good can also manually enter the manual input submitted a check the format function format of yyyy-mm-dd
Platform: | Size: 3072 | Author: black | Hits:

[JSP/Java250721

Description: 利用java applet显示本地日期,时间以及星期,可用与网页中(Using Java applet show local date, time, and week, available and web pages)
Platform: | Size: 4096 | Author: cllocate | Hits:

[JSP/Java日期插件

Description: jquery所用的的日期插件,里面包含使用方法介绍(The date plug-in used by jQuery, which contains instructions for how to use it)
Platform: | Size: 34816 | Author: 元缘远 | Hits:
« 12 3 »

CodeBus www.codebus.net