虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Util

  • javascirpt of date Util

    javascirpt of date Util

    标签: javascirpt date Util of

    上传时间: 2014-01-04

    上传用户:qq1604324866

  • 这个java5.0的API文档j2se_zh(new)是一位高手为了方便大家学习在SUN于2005/10/31发布不久后而制作的chm格式

    这个java5.0的API文档j2se_zh(new)是一位高手为了方便大家学习在SUN于2005/10/31发布不久后而制作的chm格式,目前世界上最新的API文档,最新出炉的中文API,很不错的哦,大家赶快来下载。 谢谢这位朋友。 Sun 公司提供的Java API Docs是学习和使用Java语言中最经常使用的参考资料之一。但是长期以来此文档只有英文版,对于中国地区的Java开发者来说相当的不便。目前Sun 公司正在组织多方力量将此文档翻译成中文,并于近日在Sun 中国技术社区正式发布java.lang和java.Util类库API 文档的中文版。

    标签: se_zh java 2005 5.0

    上传时间: 2015-04-18

    上传用户:恋天使569

  • compiere 汉化 Compiere的汉化 Compiere是一款不可多得的ERP&CRM软件

    compiere 汉化 Compiere的汉化 Compiere是一款不可多得的ERP&CRM软件,以前一直未找到Compiere的中文语言包,现在有啦,在 sourceforge上已经有该项目,下面我们将讲述如何汉化Compiere。 1.首先下载Compiere,然后进行安装,保证compiere的运行,这儿我们就不在介绍啦,你可以参考 Compiere的安装指南。 2.下载Compiere的中文语言包:zh_CN.zip文件,然后解压到%COMPIERE_HOME%\data\zh_CN目录 下。 3.修改%COMPIERE_HOME%\Util\run_TrlImport.bat文件,将AD_Language的值设为zh_CN。 4.以system登录compiere,点击General Rules\System Rules\Language节点,在“Language”窗口中 选择zh_CN,然后将zh_CN设置为系统语言,最后保存

    标签: Compiere compiere CRM ERP

    上传时间: 2015-05-11

    上传用户:wpwpwlxwlx

  • java的加密样例代码

    java的加密样例代码, import java.math.BigInteger import java.security.KeyPair import java.security.cert.* import java.Util.*

    标签: java 加密 代码

    上传时间: 2015-06-10

    上传用户:大融融rr

  • 一个学生成绩系统,java的import java.applet.Applet import java.awt.* import java.awt.event.* import java.

    一个学生成绩系统,java的import java.applet.Applet import java.awt.* import java.awt.event.* import java.Util.*

    标签: import java awt applet

    上传时间: 2015-06-20

    上传用户:梧桐

  • Text processing often involves matching text against a pattern. Although Java s character and assort

    Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After introducing you to terminology and thejava.Util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.Util. regex classes. In conclusion, he presents a practical application of regular expressions.

    标签: processing character Although involves

    上传时间: 2014-01-19

    上传用户:爱死爱死

  • Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. J

    Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.Util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.Util.regex. Matcher class with a few fromjava.Util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.

    标签: Java Expressions Regular version

    上传时间: 2013-12-18

    上传用户:lanhuaying

  • 提供给JAVA入门者

    提供给JAVA入门者,免費下载PPT和源码 很多网友问我学习Java有没有什么捷径,我说“无他,唯手熟尔”。但是我却很愿意将自己学习的一些经验写出来,以便后来者少走弯路,帮助别人是最大的快乐嘛!   要想学好Java,首先要知道Java的大致分类。我们知道,自从Sun推出Java以来,就力图使之无所不包,所以Java发展到现在,按应用来分主要分为三大块:J2SE,J2ME和J2EE,这也就是Sun ONE(Open Net Environment)体系。J2SE就是Java2的标准版,主要用于桌面应用软件的编程;J2ME主要应用于嵌入是系统开发,如手机和PDA的编程;J2EE是Java2的企业版,主要用于分布式的网络程序的开发,如电子商务网站和ERP系统。J2SE开发桌面应用软件比起VC,VB,DELPHI这些传统开发语言来说,优势好象并不明显。J2ME对于初学者来说,好象又有点深奥,而且一般开发者很难有开发环境。所以现在应用最广泛又最好学的就是J2EE了。J2EE又包括许多组件,如JSP,Servlet,JavaBean,EJB,JDBC,JavaMail等。要学习起来可不是一两天的事。   那么又该如何学习J2EE呢?当然Java语法得先看一看的,I/O包,Util包,Lang包你都熟悉了吗?然后再从JSP学起。如果你学过HTML,那么事情要好办的多,如果没有,那你快去补一补HTML基础吧。其

    标签: JAVA

    上传时间: 2015-11-25

    上传用户:lvzhr

  • FullThreadDump demonstrates the use of the java.lang.management API to print the full thread dump.

    FullThreadDump demonstrates the use of the java.lang.management API to print the full thread dump. JDK 6 defines a new API to dump the information about monitors and java.Util.concurrent ownable synchronizers.

    标签: the FullThreadDump demonstrates management

    上传时间: 2015-12-03

    上传用户:baitouyu

  • Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage o

    Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.Util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API

    标签: Fundamentals Completely up-to-date coverage

    上传时间: 2016-01-01

    上传用户:标点符号