Skip to main content

Home/ Groups/ InfokeyDEV
Ching Yi Chan

Enterprise Java Community: OSGi for Beginners - 0 views

  •  
    最後有實作 IRCBot 的例子,看起來比一般的教學有趣多了
Ching Yi Chan

Neil's point-free blog » Getting Started with OSGi - 0 views

  •  
    The following is a list of links to my tutorial series Getting Started with OSGi which is currently running on EclipseZone.
Benx Shen

Groovy - Embedding a Groovy Console in a Java Server Application - 0 views

  •  
    ere to run groovysh on it's own:
Ching Yi Chan

Microsoft PowerToys for Windows XP - 0 views

  •  
    PowerToys add fun and functionality to the Windows experience. What are they? PowerToys are additional programs that developers work on after a product has been released.
samuel tao

《深入BREW开发》--第五章 BREW简介 - Gemsea的专栏 - CSDNBlog - 0 views

  • BREW提供了多组不同功能对象(接口)和功能,这些对象和功能统称为服务,这些服务包括:
    • samuel tao
       
      服务
  • 在使用一个接口之前,必须首先使用ISHELL_CreateInstance()接口函数创建接口实例。IShell的接口指针是通过调用ISHELL_CreateInstance()接口的当前应用程序,或接口的入口函数传递进来的,不需要创建。
  • 创建实例后,这个接口实例的指针将通过ISHELL_CreateInstance()方法传递回来。对于一些特定的接口不是通过这个方法创建的,而是通过其他方法直接返回的,如IImage接口就是通过ISHELL_LoadImage()方法获得的。
  • ...6 more annotations...
  • RAM内存和固定存储器的管理方式,采用了按需载入的方式,所需资源最少。
  • 开发更加容易。
  • 多语言版本应用程序的开发
  • 文本采用宽字符方式,
  • 处理异常的能力先天不足
  • 接口封装的不够完善,有些功能使用现有的BREW接口无法进行控制,
Benx Shen

Eclipse 3.4 Hidden Treasures | Eclipse Zone - 0 views

  • Format Only Edited LinesThe "Save Actions" is one of my favorite features in Eclipse 3.3 (read my original post about it). In Eclipse 3.4 there are several improvements including some new formatting features. One of the complaints against the Save Actions feature was that it will change the entire file, thus, making it very hard to compare to previous revisions when using a source control. It can become very annoying if some team members use it and some don't.For that purpose there's a new feature which allows changing just the edited lines, keeping the rest of the file intact. I highly recommend using the Save Actions feature. It is inactive by default, so go ahead and activate it.
Benx Shen

gotchas : Java Glossary - 0 views

  • A gotcha is a nasty surprise in the Java language or the standard libraries.
  •  
    Java 被認為不好設計的語言特性列表。 當然,Java肯定不是一個十全十美的程式語言,發現不好的設計,其實也是一種進步。看一看,究竟我們這些Java programmer算不算是在泥巴裡面打仗。
« First ‹ Previous 321 - 340 of 467 Next › Last »
Showing 20 items per page