2012年9月27日 星期四

四階文件


四階文件架構如下:
(一)第一階文件QM:政策/手冊)說明標準文件具體作法指導綱要。
(二)第二階文件QP:程序書):本院內部各相關單位,為達成文件標準化活動要求所規定之方法程序。進一步規範活動之目的與範圍、執行人員、方式以及如何對其控制與紀錄等,其目的在使相關人員明確地了解文件標準化中所述之願景與目標應如何達成。例:品質程序書或規範、要點等。
(三)第三階文件WISOPGOP:作業指導書):用於直接指導人員按技術規範要求完成標準化之文件作業時,必須依據使用的指導文件或說明文件詳細指示人員如何執行完成一件工作之方法與步驟。例:操作說明、標準作業書、作業說明書。
(四)第四階文件FM:表單、紀錄):○○○作業進行時須填寫紀錄所須用表單。例:表單、報告書、記錄、工作摘要。

2012年9月9日 星期日

Hadoop資料整理

Hadoop資料整理

http://www.wretch.cc/blog/kojenchieh/15430078

Registering ASP.NET on IIS after installing the .NET Framework


data from: http://www.devx.com/vb2themax/Tip/18849


Registering ASP.NET on IIS after installing the .NET Framework

If you install the .NET Framework on a system that has IIS already installed, IIS is automatically configured to handle requests to ASP.NET pages, and to redirect the execution to the ASP.NET runtime. However, it may happen that you installed the framework on a Windows 2000 Professional system where IIS was not already present, and just later decided to add IIS. Registering ASP.NET on IIS is not just a matter of associating the various .aspx, .asmx, .axd, .ashx and the other ASP.NET extensions to the aspnet_isapi.dll ISAPI, more has to be done to create the ASP.NET account and to set it for ASP.NET requests, register the ISAPI itself and other stuff. Doing all this manually can be a difficult operation, and requires a good understanding of many details. Fortunately there is an utility, shipped with the .NET Framework but not documented, that can take care of these configuration chores for you. The utility is aspnet_regiis.exe, it is located under %WindowsDir%\Microsoft.NET\Framework\vx.y.zzzz\ and you should call it with the -i parameter: aspnet_regiis.exe -i