搜索资源列表
socket
- 关于一个套接字应用的程序,主要写的是服务器与主机之间进行通信是如何通过套接字来实现的-A socket on the application process, mainly written between the server and host is to communicate through the socket to achieve the
struts2UIformtags
- ow we have all host-specific wirings in the separate XML definition file and all general-purpose bean definitions in the regular application context definition file. Because the most of the beans are not host-specific, we are free to handle the appli
java1intro
- Java is a powerful, cross-platform, object-oriented programming language suitable for writing anything from a distributed application that runs on a corporate network to a database-driven Web site to host your personal photo gallery. To make it easie
java2basic
- Java is a powerful, cross-platform, object-oriented programming language suitable for writing anything from a distributed application that runs on a corporate network to a database-driven Web site to host your personal photo gallery. To make it easie
java3array
- Java is a powerful, cross-platform, object-oriented programming language suitable for writing anything from a distributed application that runs on a corporate network to a database-driven Web site to host your personal photo gallery. To make it easie
java4class
- Java is a powerful, cross-platform, object-oriented programming language suitable for writing anything from a distributed application that runs on a corporate network to a database-driven Web site to host your personal photo gallery. To make it easie
java6constructor
- Java is a powerful, cross-platform, object-oriented programming language suitable for writing anything from a distributed application that runs on a corporate network to a database-driven Web site to host your personal photo gallery. To make it easie
java7inheritance
- Java is a powerful, cross-platform, object-oriented programming language suitable for writing anything from a distributed application that runs on a corporate network to a database-driven Web site to host your personal photo gallery. To make it easie
java8inteface
- Java is a powerful, cross-platform, object-oriented programming language suitable for writing anything from a distributed application that runs on a corporate network to a database-driven Web site to host your personal photo gallery. To make it easie
java9string
- Java is a powerful, cross-platform, object-oriented programming language suitable for writing anything from a distributed application that runs on a corporate network to a database-driven Web site to host your personal photo gallery. To make it easie
java_10exception
- Java is a powerful, cross-platform, object-oriented programming language suitable for writing anything from a distributed application that runs on a corporate network to a database-driven Web site to host your personal photo gallery. To make it easie
jsp
- :安装Tomcat 第三步:修改tomcat/conf目录下的server.xml文件. 在</host>前加入以下代码: <Context path="" docBase="e:\jsp" debug="0" relbookdable="true" workDir="e:\jsp\work"></Context> 保存server.xml文件. 第四步:创建WEB应用目录 1. 建立路径 e:/jsp 2. 在j
fifth-chess
- 这是空闲的时候写的局域网对战五子棋,用来和朋友玩的。 开发环境是java,支持局域网内主机间联机对战,但是单机部分还未实现,有兴致的童鞋可以自己尝试着编写一下。主要技术是socket编程以及多线程,有兴趣的可以参看一下。-I programed the game at the free time to play with my friends. It is a java application and support local host connection. But the AI didn
AuxiliaryDBPlugin-master
- AuxiliaryDBPlugin 是一个 Play Framework 的插件,用于实现通过 JDBC 链接到各个数据源。 配置方法:(application.conf) module.AuxiliaryDBPlugin=${play.path}/modules/AuxiliaryDBPlugin 连接语法: auxiliaryDB.url=jdbc:oracle:thin:@db.host.com:1564:SID auxiliaryDB.driver=
Java_Smartcard_calculator.zip
- 这篇文章是关于Java编写的基于智能卡的应用程序。本教程将帮助初学者理解概念和Java智能卡和主机应用程序之间的通信。我所看到的Java智能卡技术的初学者问简单的问题,所以我决定为他们提供一个完整的例子,让他们开始。在这篇文章/教程中,我将解释一个示例应用程序,一个计算器,将进行四则运算的计算,即,+, - ,*,/。,This article is about writing Java Smart card based applications. This tutorial will help
