登录
首页 » JavaScript » JSP/JS日历程序,包括详细使用说明和源码

JSP/JS日历程序,包括详细使用说明和源码

于 2022-02-04 发布 文件大小:8.18 kB
0 168
下载积分: 2 下载次数: 1

代码说明:

JSP/JS日历程序,包括详细使用说明和源码-JSP/JS calendar programs, including detailed instructions and source code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 学生的细节使用SQL,和java servlet
    程序从数据库使用servlets找回学生的详细信息,并显示在浏览器中的MySQL表格式。
    2022-03-20 04:12:32下载
    积分:1
  • CPPjiexixm
    由于在javascript中不存在指针概念,故在xml页面调用OCX控件时,以前控件中的输出参数通过指针返回在这样的情况下行不通了,但本来就有返回参数,以及在同时有多个输出参数的情况下,依然想通过返回值返回,那就需要进行处理,然而怎么去处理呢?通过研究发现通过xml形式的字符串返回是一种解决方案,在解决这样的返回值的同时突然发现其实如果输入参数是结构体的话,也可以通过xml字符串的形式传入。然而怎么去解析它呢,而又怎么去做一个xml字符串呢,通过研究学习,以下是当然已有的解决方案。 开发环境:VS2010 (Since there is no pointer in javascript concept, so the xml page called OCX controls, the previous control output parameters returned through a pointer does not work in this case, but do have a return parameters, and there are multiple output parameters circumstances, still want to return value to return, it would need to be processed, but how to go about it? Through the study found through xml string of the form returned is a solution, the return value in addressing this while suddenly discovered that in fact if the input parameter is a structure, it can also be passed in the form of xml string. However, how to resolve it then, but how to do an xml string it through the research study, the following is of course the existing solutions. Development Environment: VS2010)
    2013-11-03 13:40:30下载
    积分:1
  • 基于MVC架构的JSP信息管理系统
    采用MVC架构,JSP语言设计完成信息管理系统,该系统实现了对信息管理的智能化操作
    2022-03-30 23:52:38下载
    积分:1
  • React设计模式与最佳实践.pdf+代码
    本书共分为12章,通过介绍React中有价值的设计模式,展示如何将设计模式和最佳实践应用于现实的新项目和已有项目中。主要内容包括帮助读者理解React的基本概念,学习编写整洁、可维护的代码;优化React组件,使应用拥有更快的速度和响应性;介绍如何有效地编写测试,避免反模式,开源组件并对React生态系统做贡献。(This book is divided into 12 chapters, showing how to apply design patterns and best practices to real-world new and existing projects by introducing valuable design patterns in React. The main contents include helping readers understand the basic concepts of React, learning to write clean and maintainable code, optimizing React components to make applications faster and responsive, and introducing how to write tests effectively to avoid anti-patterns, open source components and contribute to the React ecosystem.)
    2018-08-16 16:32:37下载
    积分:1
  • ChooseJoinModal.js
    说明:  一个弹窗选择人员,或者其他什么的通用组件(A popover selector, or some other generic component)
    2020-06-25 02:00:02下载
    积分:1
  • JsIIFE写法
    可以看到输出结果,在function前面加!、+、 -甚至是逗号等到都可以起到函数定义后立即执行的效果,而()、!、+、-、=等运算符,都将函数声明转换成函数表达式,消除了javascript引擎识别函数表达式和函数声明的歧义,告诉javascript引擎这是一个函数表达式,不是函数声明,可以在后面加括号,并立即执行函数的代码。   加括号是最安全的做法,因为!、+、-等运算符还会和函数的返回值进行运算,有时造成不必要的麻烦 不过这样的写法有什么用呢?   javascript中没用私有作用域的概念,如果在多人开发的项目上,你在全局或局部作用域中声明了一些变量,可能会被其他人不小心用同名的变量给覆盖掉,根据javascript函数作用域链的特性,可以使用这种技术可以模仿一个私有作用域,用匿名函数作为一个“容器”,“容器”内部可以访问外部的变量,而外部环境不能访问“容器”内部的变量,所以( function(){…} )()内部定义的变量不会和外部的变量发生冲突,俗称“匿名包裹器”或“命名空间”。   JQuery使用的就是这种方法,将JQuery代码包裹在( function (window,undefined){…jquery代码…} (window)中,在全局作用域中调用JQuery代码时,可以达到保护JQuery内部变量的作用。
    2022-05-30 15:33:16下载
    积分:1
  • maze
    生成迷宫 尺寸可选(最好用IE之外浏览器) 迷宫搜索(Generated maze sizes available (preferably outside the IE browser) maze search)
    2013-11-24 09:19:03下载
    积分:1
  • rhino1_6R5
    java中比较著名的js引擎当属mozilla开源的rhino,不过jdk6已经把它收归帐下,成了正规军。(java more famous js engine mozilla open source among the rhino, but it would revert to jdk6 account has become a regular army.)
    2007-09-02 16:02:02下载
    积分:1
  • 某公司形象宣传网站
    一个完整的网站,特别适合初学者学习,压缩包里包括了CSS、JS代码文件及各类文档和图片,分类清晰明了,在网页的动画方面使用了jQuery框架。整个网站比较简单,适合练习。
    2022-07-01 20:21:32下载
    积分:1
  • jgame-code-civi-students3k
    Civilization game source code in Java: This game is a single or multiplayer strategy game. The player’s character is depends on the ruler of a civilization. It is a simple java game which is also developed for Android device platforms. Yeah! This game supports the android mobile devices as well.
    2014-02-09 12:55:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载