Thursday, April 13, 2006

[IT] CISM Exam Content Areas

CISM: Certified Information Security Manager


Information Security Governance (21%)

Establish and maintain a framework to provide assurance that information security strategies are aligned with business objectives and consistent with applicable laws and regulations.

Risk Management (21%)

Identify and manage information security risks to achieve business objectives.

Information Security Program(me) Management (21%)

Design, develop and manage an information security program(me) to implement the information security governance framework.

Information Security Management (24%)

Oversee and direct information security activities to execute the information security program(me).

Response Management (13%)

Develop and manage a capability to respond to and recover from disruptive and destructive information security events.

Wednesday, April 12, 2006

[Programming] Oracle SQL*Plus

TO_DATE
INSERT INTO T1 VALUES (100, TO_DATE (‘01/05/02’, ‘DD/MM/YY’);


website:
http://fanqiang.chinaunix.net/db/other/index.shtml

http://www.db.cs.ucdavis.edu/teaching/sqltutorial/

What is Pro*C?

http://www-db.stanford.edu/~ullman/fcdb/oracle/or-proc.html

Friday, April 07, 2006

[Programming]XML文字內容包含無效的字元

XML, .XDR, 或 .XSL 檔案使用IE瀏覽時,出現“文字內容包含無效的字元”之錯誤訊息時,是因為含中文字元之檔案必須存成UTF-8編碼之檔案方能正確讀取,可使用「記事本」讀入後指定另存新檔之編碼為"UTF-8"存檔即可。

來源

http://yes.nctu.edu.tw/DotNet/QA/QA.htm

[Programming] jsp 中文亂碼

防止jsp中文亂碼的問題,在jsp的最前面加上這兩行:

page language="java" contentType="text/html; charset=Big5"

request.setCharacterEncoding("big5");

第一行和第二行分開做scriptlet宣告;第一行scriptlet宣告後要加@。


討論串:
http://www.javaworld.com.tw/jute/post/print?bid=6&id=4891


頁面如果還會有亂碼,加入下面的codes
//
// Chinese Characters setup
//
response.setContentType("text/html;charset=Big5");
request.setCharacterEncoding("Big5");

Monday, April 03, 2006

[Management]PDCA Cycle

excerpt from http://www.hci.com.au/hcisite3/toolkit/pdcacycl.htm

Plan->Do->Check->Act
or
Plan->Do->Check->Improve

Here is what you do for each stage of the Cycle:


  • Plan to improve your operations first by finding out what things are going wrong (that is identify the problems faced), and come up with ideas for solving these problems.

  • Do changes designed to solve the problems on a small or experimental scale first. This minimises disruption to routine activity while testing whether the changes will work or not.

  • Check whether the small scale or experimental changes are achieving the desired result or not. Also, continuously Check nominated key activities (regardless of any experimentation going on) to ensure that you know what the quality of the output is at all times to identify any new problems when they crop up.

  • Act to implement changes on a larger scale if the experiment is successful. This means making the changes a routine part of your activity. Also Act to involve other persons (other departments, suppliers, or customers) affected by the changes and whose cooperation you need to implement them on a larger scale, or those who may simply benefit from what you have learned (you may, of course, already have involved these people in the Do or trial stage).

Benefits of PDCA cycle:

  • daily routine management-for the individual and/or the team
  • problem-solving process
  • project management
  • continuout development
  • vendor development
  • human resources development
  • new product development
  • process trials


Who is Deming

[IT] ITIL Foundation

Service Delivery
  • Service Level Mgt.
  • Financial Mgt.
  • Availability Mgt.
  • Capacity Mgt.
  • IT Service Continuity Mgt.

Service Support

  • Service Desk (Call Centre,Help Desk)
  • Incident Mgt.
  • Problem Mgt.
  • Configuration Mgt.
  • Change Mgt.
  • Release Mgt.

IT Security Management

Saturday, April 01, 2006

[Weblogic] System Requirement

由於前陣子我的IBM X31跑Weblogic 8.15很慢,因為BEA的memory recommendation是1G,所以今天將memory從512MB upgrade到1G,開機後檢查了工作管理員,除了跑我的nb常駐的程式加上Weblogic 8.15的workshop和server,memory就用掉890MB。不過比較不會lag了。