自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

Using Java dynamic proxy

4.10 Summary Proxy is also the only way to dynamically create classes from inside the Java programming language.All of the implementation classes are created at runtime, leaving only the specificat...

2009-01-23 16:18:40 110

CPU Scheduling

        On operating systems that support them, it is kernel-level threads—not processes—that are being scheduled by the operating system. However, the terms process scheduling and thread scheduling a...

2009-01-23 15:24:47 121

Threads

5.1 Overview A thread is a basic unit of CPU utilization; it comprises a thread ID, a program counter,a register set, and a stack. It shares with other threads belonging to the same processits code ...

2009-01-23 11:35:13 273

Reflective Code Generation

SummaryBoth the input class  and the output class are loaded using forName, which is one of the five ways in Java to obtain a class object. The others are the getClass method, the .class literal, var...

2009-01-22 14:34:53 93

原创 Processes

4.1 A process is more than the program code, which is sometimes known as the text section. It alsoincludes the current activity, as represented by the value of the program counterand the contents of...

2009-01-21 21:14:11 126

原创 Flex RIA Performance Considerations Part 1: Gettin

http://www.insideria.com/2008/03/flex-ria-performance-considera-1.html OverviewNow that you've had a chance to get your feet wet with Adam and Scott's outstanding InsideRIA series on Learning Flex F...

2008-10-24 14:40:40 113

原创 A word about animations

http://laair.org/node/203Posted December 14th, 2007 by Ktu Since I was old enough to realize I was looking at a flash application rather than pure html I have noticed an obnoxious flaw in so many w...

2008-10-24 14:38:16 665

原创 Top 10 Mistakes when building Flex Applications

Top 10 Mistakes when building Flex ApplicationsPosted by Jon Rose on Apr 17, 2008 01:06 AM  In this post, Adobe’s James Ward teams up with InfoQ.com to bring you another Flex Top 10 (our most recen...

2008-10-24 14:34:01 165

Flex学习笔记 1015-1

1.在 creationComplete 事件中注册 Added_To_Stage 事件,第一次AddToStage并不能监听到。可能是Flex虽不支持多线程,但flashplayer本身是支持多线程的,即flashplyer派发 creationComplete 后,未等函数响应, addToStage事件已被派发。2.state 改变时若 addChild, 该Child同样要被重新初...

2008-10-15 10:19:20 101

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除