搜索资源列表
Javarumen_HelloWorld
- Java入门攻略之HelloWorld问题,这是一款很不错的文档资料,尤其对于一些菜鸟级的人物,更是要好好读读,真是受益匪浅啊-Java's HelloWorld portal, which is one very good documentation, Especially for some newcomers-class figures, but it is also necessary to properly review what really benefited ah
javahowtoleenit
- java how to learn it
oreilly-javaandxml
- java书籍,包含了JAVA的基础与提高知识,还包含了XML的最新技术-java books, including the Java foundation and increasing knowledge, it also includes the latest XML technology
MapXtremeJava_topic
- MapXtreme for Java是基于J2EE技术、服务器端的为创建Web地图服务应用的市场上第一个100%Java跨平台解决方案,使用它可实现三种Web GIS模式.本文介绍了创建地图、显示地图专题分析等十个专题。-MapXtreme for Java is based on J2EE technology, server-map for the creation of Web services application of a market first 100% Java cross-p
NetworkSimulator
- //network simulator for shortest path,, it will help u
collegelibrary
- it is developed in java,jsp languages
Tomcat.The.Definitive.Guide
- Tomcat:权威指南,提供每个人使用Tomcat的东西。系统和网络管理员会发现在安装,配置和维护的详细说明。对于用户来说,它提供有见地如何部署的Tomcat的信息。和经验丰富的企业级Java开发,将有一个建立,运行,并使用这个强大的软件完整的参考。本书涵盖了所有主要平台,包括WINDOWS,SOLARIS,LINUX,和Mac OS X,包含在Tomcat配置文件的详细信息,甚至有一个快速启动指南,让开发人员和运行用Java servlet和JavaServer Pages。-Tomcat:
training-report-on-XML-agent
- It is the project report Development of XML agent(initialization,installation and testing of Agent)using advance java tools and XML language.-It is the project report Development of XML agent(initialization,installation and testing of Agent)using a
KPI
- 管理方面的KPI绩效考核说明,IT管理人员借鉴其中指标考核管理开发人员-JAVA basics, JAVA purchase price, based on source code examples download
HSQLDB_guide_zh
- hsqldb中文开发文档 2008.8.9 介绍比较详细.Hsqldb是一个开放源代码的JAVA数据库,其具有标准的SQL语法和JAVA接口,它可以自由使用和分发,非常简洁和快速的。-hsqldb Chinese development documentation 2008.8.9 describes in more detail. Hsqldb is an open source Java database with standard SQL syntax and JAVA interface
Password-in-java-file
- 应用程序安全是一个综合性的课题,它需要在权衡各方面的因素之后,再作出安全策略。首先分析了Java平台自身的安全机制,括它的安全策略、认证和授权,之后分析Java应用程序中的一些缺陷和不足,并提出相应的改进方法。-Application security is a comprehensive subject, it needs to weigh the various factors, the re-make security policy. First analysis of the Java
secure-of-JAVA
- 应用程序安全是一个综合性的课题,它需要在权衡各方面的因素之后,再作出安全策略。首先分析了Java平台自身的安全机制,包括它的安全策略、认证和授 权,之后分析Java应用程序中的一些缺陷和不足,并提出相应的改进方法。-Application security is a comprehensive subject, it needs to weigh the various factors, the re-make security policy. First analysis of the J
Java-single-model
- 单例模式是Java的一种设计模式,本文很好地解释了单例模式,很容易理解-Java Singleton pattern is a design pattern, the paper well explained singleton pattern, it is easy to understand
Java
- 1、只关注项目本身,不懂就baidu一下。 2、除了做好项目,还会阅读和项目有关的技术书籍,看wikipedia。 3、除了阅读和项目相关的书外,还会阅读IT行业的书,比如学Java时,还会去了解函数语言,如LISP。 4、找一些开源项目看看,大量试用第三方框架,还会写写demo。 5、阅读基础框架、J2EE规范、Debug服务器内核。 大多数程序都是第1种,到第5种不光需要浓厚的兴趣,还需要勇气:我能读懂吗?其实,你能够读懂的。 耐心,真的很重要
eko-dasarjava
- intoduction java, If you’ve made it this far, you certainly deserve a break! Feel free to take one,
Home-Remote-Control-System
- 针对家里的安全和防盗问题、同时也为了满足人们日益智能化的生活需求,提出了一种基于Android 智能手机编写 的Java 应用程序作为远程控制系统,Cortex-M3 作为中央控制器,利用物联网技术的智能家居系统。该系统不仅能适用于 普通的住宅家庭用户,也可用于酒店等地方。经验证,智能家居系统成本低、可靠性高、设备简单、实用性强。-For safety and security issues at home,and to meet the growing demand for intel
TestTictactoe
- Tictactoe game in java. Tic-tac-toe is a classic, simple board game where two players (player “X” and player “O”) take turns putting their marks on the grid. For a board of size n-by-n, a player wins by having n consecutive marks on the board. Unzi