2011年7月29日 星期五

2011年7月28日 星期四

路漫漫其修远兮,吾将上下而求索

“路漫漫其修远兮,吾将上下而求索”这句出自屈原的名作《离骚》
意思是说:在追寻真理(真知)方面,前方的道路还很漫长,但我将百折不挠,不遗余力地(上天下地)去追求和探索。

2011年7月15日 星期五

BOM 相關報表

  1. 標準成本,costing run,BOM,yielded BOM, current cost, achive cost, target cost 等資訊
  2. Single BOM comparison:同一產品不同時間點的components差異比較
  3. Multi-BOM comparison:不同產品同一時間點的components差異比較
  4. BOM cost commitment by material group:查核價格失效 & cost up的管理報表

2011年7月14日 星期四

mount -t cifs error 處理方式 2

sudo mount -t cifs "//xxx/Daily WIP Record" /mnt/ZNWIPRecord -o rw,username=xxx,password=xxx,domain=huko.aot.com.tw,iocharset=utf8,codepage=cp950,u
id=dwmgr,gid=dwmgr

in /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
#for ZN MFG, to record daily WIP information
//aot-files01/竹南分公司 /mnt/ZNWIPRecord cifs noauto,user,uid=dwmgr,gid=dwmgr,rw,username=xxx,password=yyy,domain=zzz.com.tw,iocharset=utf8,codepage=cp950 0 2

但是以下command仍會收到
dwmgr@aot-dwp01:~$ mount /mnt/ZNWIPRecord
mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

解決方式
 sudo chmod u+s /sbin/mount.cifs
 sudo chmod u+s /sbin/umount.cifs

參考
http://forums.fedoraforum.org/archive/index.php/t-157299.html

2011年7月13日 星期三

MIS : 稽核

1.SAP系統之權限表
2.資訊系統記錄表-系統說明書程式說明書操作手冊
3.2011/1/1~2011/7/10資訊需求申請書
4.2011/1/1~2011/7/10電腦作業借用紀錄表
5.2011/1/1~2011/7/10機房進出登記表
6.2011/1/1~2011/6/30網路需求單
7.電腦資訊管制程序
8.機房災害管理辦法
9.2011/1各項資料庫備份記錄表
10.災害復原計畫標準作業辦法    

Reporting Service : 開新視窗

="javascript:void window.open('" & "http://xxx-reporting/ReportServer/Pages/ReportViewer.aspx?%2fPipeline+Inventory%2fPipeline+Inventory+Level3&rs:Command=Render&small_group=" & Fields!SMALL_GROUP.Value & "','_blank')"

2011年7月8日 星期五

气冲星河--第0217章 最后一关

高度,决定着你的视野;视野,决定着你的心胸;心胸,又将决定着你毕生的境界!

2011年7月6日 星期三

Reporting Service : 8點前,顯示前一天

=IIf(Format(Today,"hh24") < "08",DateAdd("d",-1,Today()),DateAdd("d",0,Today()))