Thursday, June 20, 2013 3:20

Archive for December, 2008

ORA-00054: resource busy and acquire with NOWAIT specified

Monday, December 29, 2008 15:58

If you administer a busy database you will see this error from time to time. It is nothing to worry about, but it can be quite annoying when it stops you from doing something. It simply means that session has a lock on an object that your session is trying to ...

This was posted under category: Oracle  |  Read Full Story  |  1 Comment
Tagged with:

Sites for photoshop

Monday, December 29, 2008 15:54

Comic art effect  http://www.macmerc.com/articles/Graphics_Tips/209 Adobe Photoshop CS3 Tutorials  http://www.vtc.com/products/Adobe-Photoshop-CS3-tutorials.htm Adobe Photoshop video shop http://www.orsoon.com/Article/Article_20503.html

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

Upload files by using Struts2

Monday, December 29, 2008 15:23

The Struts 2 framework provides built-in support for processing file uploads that conform to RFC 1867, "Form-based File Upload in HTML". When correctly configured the framework will pass uploaded file(s) into your Action class. Support ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with:
Interceptors of Struts 2

Interceptors of Struts 2

Monday, December 29, 2008 15:18

Many Actions share common concerns. Some Actions need input validated. Other Actions may need a file upload to be pre-processed. Another Action might need protection from a double submit. Many Actions need drop-down lists and other controls pre-populated before the ...

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

We need Project Manager

Monday, December 29, 2008 14:48

We needProject Manager If you would like to... In this position you will be responsible for the successful delivery of application development projects. Your responsibilities will also include but not be limited to: Utilize Agile Methodologies to manage full life-cycle development of large, complex, J2EE & ...

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

We want to hear from you

Monday, December 29, 2008 14:45

We need Application Developer If you would like to......

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

Useful commands of Oracle

Monday, December 29, 2008 14:12

第一章:日志管理 1.forcing log switches sql> alter system switch logfile; 2.forcing checkpoints sql> alter system checkpoint; 3.adding online redo log groups sql> alter database add logfile [group 4] sql> (`/disk3/log4a.rdo`,`/disk4/log4b.rdo`) size 1m; 4.adding online redo log members sql> alter database add logfile member sql> `/disk3/log1b.rdo` to group 1, sql> `/disk4/log2b.rdo` to group 2; 5.changes the name of the online redo logfile sql> alter database ...

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

Learn the fundamentals of Oracle

Monday, December 29, 2008 14:08

SQL*Plus — schemata — data types — DML & DDL examples — editing commands — using external files — the dual pseudo-table — introduction to transactions — optional exercise — references Introduction During this tutorial you will build on your databases knowledge by learning the fundamentals of Oracle, one of ...

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

Excel Financial functions for .NET

Monday, December 29, 2008 13:58

Considering that the .NET framework is easily on the short list for the most popular business application platform, it is surprising that financial functions are largely ignored. Sure there is a handful of methods squirreled away in VisualBasic.Financial, but most developers don’t even think to look there. It is no ...

This was posted under category: .NET  |  Read Full Story  |  0 Comments
Tagged with:
Versions of .NET Framework and Visual studio

Versions of .NET Framework and Visual studio

Monday, December 29, 2008 13:47

Published: November 20, 2007 - 08:46AM CT As promised earlier this month, Microsoft announced today that both Visual Studio 2008 and the accompanying .NET Framework 3.5 have been released to manufacture (RTM). Codenamed Orcas, Visual Studio 2008 (VS2008) comes two years ...

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