搜索资源列表
Tomcat_Java
- 《Tomcat与Java开发技术详解》源码,孙卫琴MM的经典之作。
pppp123
- java ejb开发 程序4、语句alter table people add(phone_number varchar2(10)) 的作用是 A 修改表结构 B 为people表添加约束,约束名称是phone_number C 向people表中添加一列,名称是phone_number,数据类型是varchar2,长度是10 D 上述答案均不正确 5、( )BLOB和CLOB的区别在于 A CLOB只能存放字符类型的数据,而BLOB没有任何限制 B BLOB只能存放字符类型的数据,而CLOB没
移动mms7彩信接入网关
- 移动mms7彩信接入网关 移动mms7彩信接入网关,mms7
JAVA用户资产管理系统
- MM.txt
mm
- Java JUNG的相关教程和一些源码实例讲解。-Java JUNG related tutorials and some source code examples to explain.
Trinity
- 电子便笺 V1.0 作者:Polaris 这是一个VC版的电子便笺。由于最近在公司里面参与一些管理工作,每天的杂事比较繁多,为了防止忘记某项工作,因此我都实时的把工作记到便笺纸上,完成后再划掉。这样每天的工作有条理了,但 带来的问题就是便笺纸用的奇快无比,又不好意思每个星期都跑到办公室去找MM申请便笺纸,便产生了写一个电子便笺的念头。 这个电子便笺功能源自一个Visual C#版“黄易贴”,但我对.Net与Java的效率都比较不爽,所以决定用VC写一个出来。顺便用上些小
date
- 利用java编译工具实现日期格式的输出,其格式可以为YYYY MM DD或其他-Java compiler tools to use to achieve the output date format, the format YYYY MM DD can or other
JSPcaiwu
- 主要功能有: 费用管理 所有费用 增加收入 增加支出 费用类型 报销人 费用统计 用户管理 增加用户 登陆信息 后台登录页面: login.jsp 用户:admin 密码:admin 安装方法:本程序在weblogic6.0下调试,在resin下运行都很正常 数据库用的是mysql4.0,数据库文件在database/caiwu.sql web-inf /lib/ mm.mysql.jar是m
456
- 经典:从追MM谈Java的23种设计模式 设计模式做为程序员的“内功心法”,越来越受到.net 社区的重视,这种变化是很可喜的,Java社区走在了我们的前面,但这种状况 也许有一天会发生改变。-Classic: MM from the recovery of 23 kinds of talk about Java design pattern design patterns for programmers "Internal Strength-force", more and more. N
javaDateTimeController
- java实现的时间选择控件,可以显示年月日,或者时分秒,或者都显示-Date/time controller code implemented by java, which can show the date style "yyyy,MM,dd", and the time style"hh,mm,ss"
mm7java
- 中国移动彩信MM7协议API破解,以及彩信下行包。便于其他语言开发-China Mobile MMS MM7 protocol API break, as well as Downlink Packet MMS. Facilitate the development of other languages
MMRpg
- j2me实例:mm角色扮演游戏源代码 完整的游戏框架-j2me examples: mm role-playing game complete game source code framework
DateTime
- 一个关于时间的java程序,里面有把时间转化成String类型,如 yyyy/mm/dd 等,里面还有许多函数,可以作为基础函数用,功能很强大。-A java program on time, which has the time into String type, such as ' yyyy/mm/dd' and so on, which many functions can be used as the basis of function, use, powerful.
CompareDateTime
- JAVA 日期工具类 :利用指定的规则格式化指定的时间,利用指定的规则格式化当前时间,比较当前日期和指定日期(按"yyyy-MM-dd"格式)-JAVA date tools: using rules specified by the time format specified using the format specified in the rules of the current time to compare the current date and a specified date (
javazhdq
- java整合大全 12个最重要的J2EE最佳实践 junit软件测试面试题集 java笔试149题 追MM与Java的23种设计模式-java integration Daquan 12 J2EE best practices, the most important software testing interview questions set junit java 149 question written test to recover the 23 MM and Java
date4j-source
- date4j是一个用于简化日期和时间操作的Java工具。可以替换java.util.Date。 示例代码: DateTime dateAndTime = new DateTime("2010-01-19 23:59:59") DateTime dateAndTime = new DateTime("2010-01-19 23:59:59.123456789") DateTime dateOnly = new DateTime("2010-01-19") DateTime ti
TypeShift
- java 类型转换通用类包 类型转换 * 将Int和Long型的数据按照输入的位数输出,不足位数的前面添零补起 * 日期型的数据输出为yyyy年mm月dd日 HH点mm分ss秒输出-Java type conversion universal class package
java
- 定义一个满足如下要求的Date类: a.用下面的格式输出日期:日/月/年 b.可运行在日期上加一天操作。 c.设置日期 用该类编写一个显示当前日期的程序-Define a Date class to meet the following requirements: (a) with the following format: dd/mm/year (b) can be run on the date plus one day operation. c Set the
mm
- 矢量数据绘图系统,比较简单的java程序,如果有雷同,纯属巧合。-Vector data mapping system, relatively simple java program, if there is similarity is purely coincidental.
JAVA-ATMA
- 简易的ATM取款机程序,实现存款,取款,查询余额,转账功能-//登陆界面 class Login { //获取登录账户ID及密码 public void show() { System.out.println("请输入账户ID:"+" "+"[0退出]") Scanner zhid =new Scanner(System.in) String str1=zhid.nextLine() if(str1.equals("0"