18

Jul

2008

Setting Up Tomcat For Remote Debugging

To configure tomcat to allow remote debugging, start tomcat using the catalina startup script (from your tomcat home) instead...

17

Jul

2008

5 Types of Women that Men Avoid

Too often a day in the life of the dating world goes something like this: you meet someone, have a few conversations over...

07

Jul

2008

比尔·盖茨留给青年的十句警言

1.社会充满不公平现象。你先不要想去改造它,只能先适应它。 (因为你管不了它) 2.世界不会在意你的自尊,人们看的只是你的成就。在你没有成就以前,切勿过分强调自尊。(因为你越强调自尊,越对你不利)...

13

Jun

2008

Getting error in Enterprise Manager Taskpad view

I continue to get this error whenever i try to use the Taskpad view of adatabase in my SQL Server Entriprise Manager."An...

11

Jun

2008

Generating Random Number and String in C#

The following code returns a random number between min and max: private int RandomNumber(int min, int max) { ...

26

May

2008

MS SQL SERVER – Shrinking Truncate Log File (Log Full)

Is it impossible to shrink the Trucated Log file? Yes, following code always shrinks the Trucated Log File to minimum...