Tuesday, February 7, 2012 7:21

Archive for December, 2009

Install oracle-10.2.0.3 and Documentum-6.5

Monday, December 28, 2009 11:49

The whole process is installing oracle 10.2.0.1 first then updating it to 10.2.0.3 You can follow this article step by step: http://www.itpub.net/viewthread.php?tid=806933&extra=&page=1 Note: I was installing oracle in RedHat Enterprise Linux 4 Update 3, the only missing package is gcc.You can get help from this page: http://hi.baidu.com/thinkinginlamp/blog/item/f91ad1138ac429025aaf53e2.html If you are installing oracle in linux ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with: ,

BlazeDS factory mechanism

Wednesday, December 23, 2009 17:05

BlazeDS provides a factory mechanism that lets you plug in your own component creation and maintenance system to allow it to integrate with systems like EJB and Spring, which store components in their own namespace. You provide a class that implements the flex.messaging.FlexFactory interface. This class is used to create ...

This was posted under category: Web MVC  |  Read Full Story  |  0 Comments
Tagged with:

VS 2008 users: remember to download the SourceSafe CTP

Monday, December 21, 2009 15:45

You've probably all seen Soma's announcement that the 2008 suite of products officially shipped this morning.  Good luck downloading -- our servers are pegged :) If you plan to use VS 2008 with SourceSafe, make sure to pick up the Update CTP too.  Without it, some features like "Open from ...

This was posted under category: .NET  |  Read Full Story  |  0 Comments
Tagged with:

Visual Source Safe 2005 Update CTP VS80-KB939808-X86-ENU.exe

Monday, December 21, 2009 15:43

Fixes in the GDR include stability, performance, data integrity, and usability enhancements in many areas of the product. It also improves compatibility with Visual Studio 2008 and Windows Vista™. A comprehensive list of fixes that were previously published in the Microsoft Knowledgebase can be found by following the appropriate link under ...

This was posted under category: .NET  |  Read Full Story  |  2 Comments

No network provider accepted the given network path

Monday, December 21, 2009 15:17

When you try to access a network path (FQDN) by “start”-“run”-”\\machine_name\share_name”, and meet error message “No network provider accepted the given network path.” But when you open the Command Console (“start“-“run“-“cmd“), you can ping that machine successfully by using the FQDN. If you meet this situation, run “sfc /scannow” may be able ...

This was posted under category: Computer Skill  |  Read Full Story  |  0 Comments
Tagged with:

Visual SourceSafe 2005 Update VS80-KB943847-X86-INTL.exe

Monday, December 21, 2009 15:15

This update is a rollup of bug fixes for Visual Source Safe. The fixed bugs include stability, performance, data integrity, and usability enhancements in many areas of the product. It also improves compatibility with Visual Studio 2008 and Windows Vista™. A comprehensive list of fixes is publsihed in the Microsoft ...

This was posted under category: .NET  |  Read Full Story  |  0 Comments

Flex LC DS FDS and BlazeDS

Monday, December 21, 2009 14:04

* Flex 1.0 (includes the SDK and Server) – Released March 2004 * Flex 1.5 – Released Nov 2004 * FDS (Flex Data Services) was decoupled from the Flex SDK in Flex 2.0 – Released 2006 * FDS was renamed LiveCycle Data Services – released as LC DS 2.5 in summer 2007 * ...

This was posted under category: Web MVC  |  Read Full Story  |  0 Comments
Tagged with:

IF Else in bash of linux

Friday, December 18, 2009 13:31

If/Else In order for a script to be very useful, you will need to be able to test the conditions of variables. Most programming and scripting languages have some sort of if/else expression and so does the bourne shell. Unlike most other languages, spaces are very important when using ...

This was posted under category: Linux  |  Read Full Story  |  0 Comments
Tagged with:

Copy and Paste in VI

Friday, December 18, 2009 13:27

The command ‘Y’ or ‘yy’ copies (yanks) one or more lines. To copy one line, two lines, 10 lines, and all lines to the end of the file, respectively: Y 2Y 10Y yG To paste the text contained in the buffer above (uppercase P) or below the current cursor position (lowercase p), respectively: P p It is also ...

This was posted under category: Linux  |  Read Full Story  |  0 Comments
Tagged with:

$wnd and $doc Calling native JavaScript with JSNI

Tuesday, December 15, 2009 10:18

$wnd 是什么? GWT provides the $wnd and $doc variables to refer to the window and document objects GWT使用通过Java Native method使用它,声明一个native方法,将含有JavaScript的方法体注释。编译器将注释块内的内容逐字输出,使之与编译产生的JavaScript整合到一起。

This was posted under category: Java  |  Read Full Story  |  0 Comments
Tagged with: