-
How to Think Like a Computer Scientist: Learning with Python
-
-
Python的類別機制是C++ 以及Modula-3的綜合體
-
-
Motivating the Data Storm, open source database browser for testing
Data Storm is a free open source data base browser. While there are millions of data base browsers freely available online, Data Storm is different as it can be launched directly from within your Java code. This enables you to see and modify data that otherwise may not be available to you.
-
public void test_order_save() {
Order orderToBeFound = new Order(SOME_ID, SOME_NAME1);
orderToBeFound.save();
new DataStorm().show( connection, “SELECT * FROM orders o WHERE o.id = “ + SOME_ID );
assertNotNull(orderToBeFound.load(SOME_ID));
} -

-
-
Either You Succeed or Explain: Eclipse Europa JDT: “Save Actions” rocks!
-
JDT/UI and Text Team Blog » Blog Archive » 3.4 New and Noteworthy
-
- Rich hovers:
- Follow links in Javadoc hover
- Quick fix problems in problem hover
- Inspect variable values in the debug hover
- Java Editor Breadcrumb: Know where you are while in the editor
- Various Content Assist improvements
- SWT Templates: Build your UI the fast way
- Format edited lines on save: Keep outgoing changes to a minimum
- Extract Class refactoring: Replace a set of fields by a new class
- Compiler supports multi CPU-machines: Compile your workspace faster
The most important new features in the JDT are:
- Rich hovers:
-
六月 26, 2008
Diigo Diary 06/26/2008
No Comments Yet »
目前無回應內容