`
tuicwy
  • 浏览: 8197 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
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 specification to be maintained by the developers. This specification also allows the creation of proxy classes ...
        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 are often used interchangeably. In this chapter, we use process scheduling when discussing general sch ...
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 section, data section, and other operating-system resources, such as open files and signals.   The b ...
Summary Both 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, various methods of Class, and the use of methods in the ClassLoader, which is covered in chapter6.
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 the processor's registers. A process generally also includes theprocess stack, which contains tempor ...
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 From Scratch (LFFS) it's time to start really thinking about optimizing your apps. Many new developer ...
http://laair.org/node/203 Posted 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 websites and applications. Most animations are simply TOO LONG. They are long, and slow, and boring, a ...
Top 10 Mistakes when building Flex Applications Posted 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 recent Flex Top 10). Flex is an open source application development framework for building rich Internet a ...
1.在 creationComplete 事件中注册 Added_To_Stage 事件,第一次AddToStage并不能监听到。可能是Flex虽不支持多线程,但flashplayer本身是支持多线程的,即flashplyer派发 creationComplete 后,未等函数响应, addToStage事件已被派发。 2.state 改变时若 addChild, 该Child同样要被重新初始化! 3.初始化 Action 或 Model的操作若放在 creationComplete 事件中则会影响 render 速度,若放在 preinitialize 中可以较快 render.
Global site tag (gtag.js) - Google Analytics