Personnel Administration 員工主檔 PA
Organizational Management 組織管理 OM
Personnel Time Management 考勤 PT
Payroll 薪資 PY
Personnel planning and Development 個人發展計劃 PD
Compensation 薪酬管理
Recruitment(ore-Recruiting) 招幕管理
Training & Event Management 教育訓綀 TE
2016年11月30日 星期三
2016年9月21日 星期三
CSS3 transform
test
div
{
transform: rotate(45deg);
transform-origin:20% 40%;
-ms-transform: rotate(45deg); /* IE 9 */
-ms-transform-origin:20% 40%; /* IE 9 */
-webkit-transform: rotate(45deg); /* Safari 和 Chrome */
-webkit-transform-origin:20% 40%; /* Safari 和 Chrome */
-moz-transform: rotate(45deg); /* Firefox */
-moz-transform-origin:20% 40%; /* Firefox */
-o-transform: rotate(45deg); /* Opera */
-o-transform-origin:20% 40%; /* Opera */
}
參考來源:http://www.w3school.com.cn/cssref/pr_transform-origin.asp
2016年8月28日 星期日
Windows 快速存取 無法刪除
1. 開啟檔案總管
2. 在網址列貼上以下連結
%AppData%\Microsoft\Windows\Recent\AutomaticDestinations
%AppData%\Microsoft\Windows\Recent\CustomDestinations
3. 刪除2個資料夾裡的所有檔案(如果怕有問題,可以先把它複製到別的地方)
參考來源:http://answers.microsoft.com/zh-hant/windows/forum/windows_10-start/win10%E6%AA%94%E6%A1%88%E7%B8%BD%E7%AE%A1%E7%9A%84/a2402019-d7aa-42cc-9eb6-600b885111c5?auth=1
參考來源:http://answers.microsoft.com/zh-hant/windows/forum/windows_10-start/win10%E6%AA%94%E6%A1%88%E7%B8%BD%E7%AE%A1%E7%9A%84/a2402019-d7aa-42cc-9eb6-600b885111c5?auth=1
訂閱:
文章 (Atom)