CanFly
码龄21年
  • 27,023
    被访问
  • 18
    原创
  • 1,069,798
    排名
  • 0
    粉丝
  • 0
    铁粉
关注
提问 私信
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:日本
  • 加入CSDN时间: 2001-09-13
博客简介:

CanFly的专栏

查看详细资料
  • 0
    领奖
    总分 0 当月 0
个人成就
  • 获得0次点赞
  • 内容获得0次评论
  • 获得0次收藏
创作历程
  • 3篇
    2002年
  • 15篇
    2001年
TA的专栏
  • java
    18篇
  • 最近
  • 文章
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

Utilizing the Map Interface from the Collections Framework

Utilizing the Map Interface from the Collections Frameworkby Ming Chou We want to hear from you! Please send us your feedback. 1. Introduction2. Map Interface3. Map Implementations Hashtable">
原创
发布博客 2002.04.08 ·
958 阅读 ·
0 点赞 ·
0 评论

Compressing and Decompressing Data using JavaTM APIs

Compressing and Decompressing Data using JavaTM APIsby Qusay H. Mahmoud with contributions from Konstantin KladkoFebruary 2002 Many sources of information contain redundant data or data that adds
原创
发布博客 2002.02.26 ·
1346 阅读 ·
0 点赞 ·
0 评论

Distributed Java Programming with RMI and CORBA

Distributed Java Programming with RMI and CORBAQusay H. MahmoudJanuary 2002 The Java Remote Method Invocation (RMI) mechanism and the Common Object Request Broker Architecture (CORBA) are the two
原创
发布博客 2002.02.06 ·
1214 阅读 ·
0 点赞 ·
0 评论

Understanding the Manifest

Understanding the Manifest JAR files can support a wide range of functionality, including electronic signing, version control, package sealing, extensions, and others. What gives JAR files the abi
原创
发布博客 2001.12.21 ·
1001 阅读 ·
0 点赞 ·
0 评论

jar-The Java Archive Tool

jar-The Java Archive ToolCombines multiple files into a single JAR archive file. SYNOPSISjar [ options ] [manifest] destination input-file [input-files]DESCRIPTIONThe jar tool is a java
原创
发布博客 2001.12.21 ·
1574 阅读 ·
0 点赞 ·
0 评论

Getting Listeners from JavaBeansTM

Getting Listeners from JavaBeansTM An Amendment to the JavaBeans Specification Hans Muller and Mark DavidsonPresently all of the state in an AWT component that can be written can also be read, e.g
原创
发布博客 2001.12.21 ·
969 阅读 ·
0 点赞 ·
0 评论

Drag and Drop: New Data Transfer Capabilities in the JavaTM 2 Platform, Standard Edition (J2SETM), version 1.4

New Data Transfer CapabilitiesJohn ZukowskiNovember 2001 Sun is currently undergoing their third beta release of the JavaTM 2 Platform, Standard Edition (J2SETM), version 1.4. This latest release
原创
发布博客 2001.12.10 ·
1315 阅读 ·
0 点赞 ·
0 评论

What's New in the JMF 2.0 Reference Implementations

   Whats New in the JMF 2.0 Reference Implementations New Features in JMF 2.1.1 FCS Improved RTP API Added support for H.263/1998 (RFC 2429) - now can interoperate with Darwin based RTSP
原创
发布博客 2001.11.29 ·
1434 阅读 ·
0 点赞 ·
0 评论

The Science of JavaTM Sound Technology

  The Science of JavaTM Sound TechnologyBy Michael D. Meloan(June 1999) Sound creates mood, triggers memories, and in conjunction with visual imagery weaves whole worlds of fantasy. Sound is t
原创
发布博客 2001.11.29 ·
2340 阅读 ·
0 点赞 ·
0 评论

NLEASHING J2EETM TECHNOLOGY'S POWER WITH EJBTM COMPONENTS

NLEASHING J2EETM TECHNOLOGYS POWER WITH EJBTM COMPONENTS by Michael Meloan March 20, 2001 -- The benefits of building ecommerce software applications from pretested, server-side JavaTM c
原创
发布博客 2001.11.12 ·
1096 阅读 ·
0 点赞 ·
0 评论

JINI NETWORK TECHNOLOGY DEFENDS THE ENVIRONMENT

JINITM NETWORK TECHNOLOGY DEFENDS THE ENVIRONMENT by Jon Byous November 8, 2001 -- Scientists at the U.S. Department of Energys Pacific Northwest National Laboratory (PNNL), in Richland,
原创
发布博客 2001.11.10 ·
1096 阅读 ·
0 点赞 ·
0 评论

New I/0 Functionality for JavaTM 2 Standard Edition 1.4

New I/0 Functionality for JavaTM 2 Standard Edition 1.4 John ZukowskiOctober, 2001Back in January 2000, while many people were arguing about whether the year 2000 was the last or first year of the
原创
发布博客 2001.10.30 ·
1233 阅读 ·
0 点赞 ·
0 评论

CREATING ROUND SWING BUTTONS 2

CREATING ROUND SWING BUTTONSThis tip is about round Swing buttons. Actually, the information inthis tip applies to a button of any arbitrary shape but to keep thediscussion simple, were just going to
原创
发布博客 2001.10.23 ·
967 阅读 ·
0 点赞 ·
0 评论

Lightweight UI Framework(有產生圓形Button的源碼)

Java AWT: Lightweight UI FrameworkThe ProblemOne of the issues with the 1.0 AWT is that creating new components requires creating subclasses of java.awt.Canvas or java.awt.Panel, which means that
原创
发布博客 2001.10.23 ·
1068 阅读 ·
0 点赞 ·
0 评论

Adding Undo and Redo to a Text Component

 These code examples and other materials are subject to Sun Microsystems, Inc. Legal Terms Adding Undo and Redo to a Text Component JTextArea textarea = new JTextArea(); final UndoManager
原创
发布博客 2001.10.22 ·
1010 阅读 ·
0 点赞 ·
0 评论

GENERATING INTEGER RANDOM NUMBERS(幾種產生隨機數方法的效率分析)

GENERATING INTEGER RANDOM NUMBERSThere are many ways to generate random numbers with the base libraries found in the Java 2 SDK, Standard Edition. If you havent kept up to date with changes to the
原创
发布博客 2001.10.22 ·
1062 阅读 ·
0 点赞 ·
0 评论

Simplifying Graphics With Java and Threads

Simplifying Graphics With Java and ThreadsBy Alex Chaffee and John PapageorgeJuly 1997 Heres some code that EarthWebs Alex Chaffee likes to use as an example of how Java can be used to simplify
原创
发布博客 2001.10.22 ·
780 阅读 ·
0 点赞 ·
0 评论

DISPLAYING ELEMENT-LEVEL TOOL TIPS FOR SWING COMPONENTS

DISPLAYING ELEMENT-LEVEL TOOL TIPS FOR SWING COMPONENTSTool tips are those little popup windows that appear when you rest your mouse pointer over a control such as a button or list. All Swing compon
原创
发布博客 2001.10.19 ·
842 阅读 ·
0 点赞 ·
0 评论
加载更多