-
JSP 2.0技术手册 本书图文并茂,以丰富的实例为引导,全面介绍了主流的 Java Web 开发技术――
JSP 2.0,重点介绍Java在展示层的两项重...
JSP 2.0技术手册 本书图文并茂,以丰富的实例为引导,全面介绍了主流的 Java Web 开发技术――
JSP 2.0,重点介绍Java在展示层的两项重要技术:Java Servlet与JavaServer Pages。
它们是最重要的Java 核心技术。对这两项技术的深入了解,将有助于您未来对于
JavaServer Faces(JSF)技术以及Java Web Services技术的学习。-JSP 2.0 Technical Manual book illustrations to a wealth of examples for guidance, a comprehensive introduction to the mainstream Java Web Developer- JSP 2.0, focusing on Java in the display layer two important technologies: Java Servlet and JavaServer Pages. They are the most important core technologies of Java. The two-depth understanding of technology will contribute to your future for the JavaServer Faces (JSF) technology and Java Web Services technology to learn.
- 2022-11-04 22:45:03下载
- 积分:1
-
从网上下载的程序员杂志2005年第1期
从网上下载的程序员杂志2005年第1期...
从网上下载的程序员杂志2005年第1期
从网上下载的程序员杂志2005年第1期-downloaded from the Internet programmers in 2005 magazine article a downloaded from the Internet programmers in 2005 magazine article 1
- 2022-02-03 09:34:34下载
- 积分:1
-
java思想的第二版,对学习java的人来说是十分难得的!
java思想的第二版,对学习java的人来说是十分难得的!-thinking of the second version of the java learning is very rare!
- 2023-01-13 02:55:03下载
- 积分:1
-
程序员杂志一期(我还有几期)
程序员杂志一期(我还有几期)-programmers a magazine (I still have a few issues)
- 2022-09-20 23:45:03下载
- 积分:1
-
Visual Basic.net 数据库开发
本书以实例开发为出发点,着重介 Visual Basic.net的基础知识,包括开发环境、Visual Basic.net的语言基础、程序设计的基本结构、数据类型、对象的三大要素、时间过程、函数过程、常用控件、界面设计及数据库应用程序的基本开发方法等方面的知识点。 本书以实例为基础,结合编写人员的工作经验,力求从实践动手出发,适合高职院校学生以及希望了解和初步掌握Visual Basic.net编程技术的爱好者使用。
- 2022-01-31 09:50:20下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
简易的运动会管理系统,有基本功能,增删改查
简易的运动会管理系统,有基本功能,增删改查-Simple games management systems, some basic functions, additions or deletions to change search
- 2022-08-15 12:04:47下载
- 积分:1
-
图像处理教程,主要采用VC对图像进行处理的电子书籍,而且从基本开始介绍!...
图像处理教程,主要采用VC对图像进行处理的电子书籍,而且从基本开始介绍!-Image Processing Course, the main use of VC on the image processing of e-books, and begin from the basic!
- 2022-07-22 05:45:10下载
- 积分:1
-
本代码用于直流无刷电机的控制,所用芯片为TMS320LF2407A
本代码用于直流无刷电机的控制,所用芯片为TMS320LF2407A-The code for the control of brushless DC motor, using the chip for TMS320LF2407A
- 2022-01-31 03:28:42下载
- 积分:1
-
这是一个校友录管理系统,请大家借鉴,希望对大家有所帮助...
这是一个校友录管理系统,请大家借鉴,希望对大家有所帮助-This is an Alumni Management System, please reference, I hope all of you to help
- 2023-05-23 04:50:03下载
- 积分:1