2010年5月23日
摘要: Normally the shortcut of GhostDoc will be automatically (popup to the end user) enabled when starting the Visual Studio after the installation. However, sometimes you may reset default GhostDoc shortcut or want to assign your own custom shortcut. There is some tips... 阅读全文
posted @ 2010-05-23 11:44 晓江工作室 阅读(317) 评论(0) 推荐(0) 编辑
  2010年5月20日
摘要: Some tips may help you when deploy the ASP.NET project 阅读全文
posted @ 2010-05-20 11:07 晓江工作室 阅读(571) 评论(0) 推荐(1) 编辑
  2008年6月12日
摘要: Applications often use some form of temporary data store for processes that are to complicated to complete in a single pass. Often, these temporary stores are defined as database tables or PL/SQL tables. From Oracle 8i or later, the maintenance and management of temporary tables can be delegated to the server by using Global Temporary Tables. 阅读全文
posted @ 2008-06-12 16:05 晓江工作室 阅读(579) 评论(0) 推荐(0) 编辑
  2008年4月23日
摘要: In Windows 2000, you can use the Task Scheduler tool in Control Panel to schedule tasks. You can also use the at command to schedule tasks manually. This article describes how to use the at command to create and to cancel scheduled tasks. 阅读全文
posted @ 2008-04-23 16:03 晓江工作室 阅读(975) 评论(0) 推荐(0) 编辑
  2008年4月17日
摘要: WMSSYS is used to store all the metadata information for Oracle Workspace Manager. This user was introduced in Oracle9i and (like most Oracle9i supporting accounts) is locked by default. The user account is locked because we want the password to be public but restrict access to the account to the SYS schema. So, to unlock the account, DBA privileges are required. This post will show you on how to use the method WMSSYS.WM_CONCAT to convert the row and columns in data table. 阅读全文
posted @ 2008-04-17 11:20 晓江工作室 阅读(1318) 评论(0) 推荐(0) 编辑
  2008年4月15日
摘要: Now you can add the Xml documentation to drive JavaScript IntelliSense in Visual Studio 2008. This post will help you understand how you can achieve it. 阅读全文
posted @ 2008-04-15 10:53 晓江工作室 阅读(1071) 评论(0) 推荐(0) 编辑
  2008年4月14日
摘要: A Sample PL/SQL script to Reset the Oracle Sequence. 阅读全文
posted @ 2008-04-14 16:21 晓江工作室 阅读(668) 评论(0) 推荐(0) 编辑
  2008年4月5日
摘要: Good Tips in Visual Studio when developing by using C#. This good post is composed by John W Powell from Microsoft. 阅读全文
posted @ 2008-04-05 16:44 晓江工作室 阅读(1086) 评论(0) 推荐(0) 编辑
  2008年4月2日
摘要: An introduction of SQL*PLUS SET Statement for development reference. 阅读全文
posted @ 2008-04-02 14:18 晓江工作室 阅读(747) 评论(0) 推荐(0) 编辑
  2008年3月31日
摘要: Sometimes when running the batch script via DOS command window, using color output make help you analyze the result easily. Fortunately you can achieve this in Microsoft Windows 2000 and Windows XP 阅读全文
posted @ 2008-03-31 17:33 晓江工作室 阅读(533) 评论(0) 推荐(0) 编辑